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

3.2.2 • Public • Published

Installation

npm install --save @types/immediate

Summary

This package contains type definitions for immediate (https://github.com/calvinmetcalf/immediate#readme).

Details

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

index.d.ts

export as namespace immediate;
export = immediate;

declare function immediate<TArgs extends any[]>(
    task: (...args: TArgs) => void,
    ...args: TArgs
): void;

Additional Details

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

Credits

These definitions were written by BendingBender.

/@types/immediate/

    Package Sidebar

    Install

    npm i @types/immediate

    Weekly Downloads

    4,279

    Version

    3.2.2

    License

    MIT

    Unpacked Size

    2.89 kB

    Total Files

    5

    Last publish

    Collaborators

    • types