UNPKG

943 BMarkdownView Raw
1# Installation
2> `npm install --save @types/is-function`
3
4# Summary
5This package contains type definitions for is-function (https://github.com/grncdr/js-is-function).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-function.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-function/index.d.ts)
10````ts
11// Type definitions for is-function 1.0
12// Project: https://github.com/grncdr/js-is-function
13// Definitions by: Evangelos Zotos <https://github.com/evangeloszotos>
14// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
15
16export = isFunction;
17declare function isFunction(fn?: any): boolean;
18
19````
20
21### Additional Details
22 * Last updated: Mon, 06 Sep 2021 21:31:20 GMT
23 * Dependencies: none
24 * Global values: none
25
26# Credits
27These definitions were written by [Evangelos Zotos](https://github.com/evangeloszotos).
28
\No newline at end of file