UNPKG

@types/is-function

Version:
28 lines (21 loc) 943 B
# Installation > `npm install --save @types/is-function` # Summary This package contains type definitions for is-function (https://github.com/grncdr/js-is-function). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-function. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-function/index.d.ts) ````ts // 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; ```` ### Additional Details * Last updated: Mon, 06 Sep 2021 21:31:20 GMT * Dependencies: none * Global values: none # Credits These definitions were written by [Evangelos Zotos](https://github.com/evangeloszotos).