setImmediate.js 85 B

123
  1. 'use strict';
  2. module.exports = () => new Promise(resolve => setImmediate(resolve));