Installation
npm install --save @types/next-tick
Summary
This package contains type definitions for next-tick (https://github.com/medikoo/next-tick#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/next-tick.
index.d.ts
export = nextTick;
declare function nextTick(callback: () => void): void;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: none
Credits
These definitions were written by BendingBender.