@types/inflight
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Installation

npm install --save @types/inflight

Summary

This package contains type definitions for inflight (https://github.com/isaacs/inflight).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inflight.

index.d.ts

declare function inflight<A extends unknown[], R>(
    key: string | number | symbol,
    cb: (...args: A) => R,
): ((...args: A) => R) | null;

export = inflight;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Tristan F..

Readme

Keywords

none

Package Sidebar

Install

npm i @types/inflight

Weekly Downloads

26,717

Version

1.0.1

License

MIT

Unpacked Size

2.85 kB

Total Files

5

Last publish

Collaborators

  • types