1 line
59 B
TypeScript
1 line
59 B
TypeScript
export declare function isFunction(x: any): x is Function;
|
export declare function isFunction(x: any): x is Function;
|