JezK
Edit File: IsCallable.d.ts
declare function IsCallable(argument: any): argument is (...args: any[]) => any; export = IsCallable;