UNPKG

@types/is-function

Version:
8 lines (6 loc) 301 B
// Type definitions for is-function 1.0 // Project: https://github.com/grncdr/js-is-function // Definitions by: Evangelos Zotos <https://github.com/evangeloszotos> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = isFunction; declare function isFunction(fn?: any): boolean;