isFunction.d.ts 59 B

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