@types/is-callable
Version:
TypeScript definitions for is-callable
23 lines (16 loc) • 691 B
Markdown
# Installation
> `npm install --save @types/is-callable`
# Summary
This package contains type definitions for is-callable (https://github.com/ljharb/is-callable).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-callable.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-callable/index.d.ts)
````ts
declare function isCallable(val: any): val is (...args: any[]) => any;
export = isCallable;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Daniel](https://github.com/nieltg).