选取T类型中值为函数的所有键
class A { a = 1; f(){} } var a: FunctionPropertyNames<A>; //var a: "f"
Generated using TypeDoc
选取T类型中值为函数的所有键