timeUtil.js 104 B

1234
  1. export function nextSlice(callback) {
  2. /* istanbul ignore next */
  3. Promise.resolve().then(callback);
  4. }