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 |
|
6 | export = isFunction;
|
7 | declare function isFunction(fn?: any): boolean;
|