isFunction.d.ts 54 B

1
  1. export declare const isFunction: (v: any) => boolean;