DefinitelyTyped/types/is-function/index.d.ts

8 lines
300 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;