@types/is-async-function
Version:
TypeScript definitions for is-async-function
23 lines (16 loc) • 721 B
Markdown
# Installation
> `npm install --save @types/is-async-function`
# Summary
This package contains type definitions for is-async-function (https://github.com/inspect-js/is-async-function).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-async-function.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-async-function/index.d.ts)
````ts
declare function isAsyncFunction(fn: unknown): boolean;
export = isAsyncFunction;
````
### Additional Details
* Last updated: Wed, 07 Feb 2024 13:06:44 GMT
* Dependencies: none
# Credits
These definitions were written by [Leon Si](https://github.com/leonsilicon).