6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
|
import types = require('./types');
|
||
|
|
||
|
declare function nextTick(cb: types.AnyFn): void;
|
||
|
|
||
|
export = nextTick;
|