📅  最后修改于: 2022-03-11 14:48:31.660000             🧑  作者: Mango
type return_type = ReturnType<() => string>; // string
// or
function hello_world(): string {
return "hello world";
}
type return_type = ReturnType; // string