git-svn-id: https://svn.libreccm.org/ccm/trunk@5722 8810af33-2d31-482b-a856-94f89814c4df |
||
|---|---|---|
| .. | ||
| index.js | ||
| package.json | ||
| readme.md | ||
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