UNPKG

210 BTypeScriptView Raw
1/**
2 * Returns true if the object is a function.
3 * @param value The value to check
4 */
5export declare function isFunction(value: any): value is (...args: any[]) => any;
6//# sourceMappingURL=isFunction.d.ts.map
\No newline at end of file