UNPKG

301 BTypeScriptView Raw
1// Type definitions for is-function 1.0
2// Project: https://github.com/grncdr/js-is-function
3// Definitions by: Evangelos Zotos <https://github.com/evangeloszotos>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = isFunction;
7declare function isFunction(fn?: any): boolean;