UNPKG

102 BTypeScriptView Raw
1declare function IsCallable(argument: any): argument is (...args: any[]) => any;
2export = IsCallable;