mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
| .. | ||
| index.js | ||
| package.json | ||
| readme.md | ||
set-immediate-shim 
Simple
setImmediateshim
Install
$ npm install --save set-immediate-shim
Usage
var setImmediateShim = require('set-immediate-shim');
setImmediateShim(function () {
console.log('2');
});
console.log('1');
//=> 1
//=> 2
License
MIT © Sindre Sorhus