isFunction.d.ts 59 Bytes Edit Raw Blame History 1 export declare function isFunction(x: any): x is Function;