|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
readme.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) |
Simple
setImmediate
shim
$ npm install --save set-immediate-shim
var setImmediateShim = require('set-immediate-shim');
setImmediateShim(function () {
console.log('2');
});
console.log('1');
//=> 1
//=> 2
MIT © Sindre Sorhus