@types/is-function
Version:
TypeScript definitions for is-function
8 lines (6 loc) • 301 B
TypeScript
// 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;