Files
2023-07-12 16:31:19 +01:00

2 lines
59 B
TypeScript
Executable File

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