UNPKG

93 BTypeScriptView Raw
1declare function isCallable(val: any): val is (...args: any[]) => any;
2
3export = isCallable;