UNPKG

137 BTypeScriptView Raw
1/** Returns whether the value is a function. Acts as a type guard. */
2export declare function isFunction(value: any): value is Function;