nextTick.d.ts 106 B

12345
  1. import types = require('./types');
  2. declare function nextTick(cb: types.AnyFn): void;
  3. export = nextTick;