2 lines
59 B
TypeScript
Raw Normal View History

export declare function isFunction(x: any): x is Function;