a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database hace 6 años
..
index.js connection between front end and database hace 6 años
package.json connection between front end and database hace 6 años
readme.md connection between front end and database hace 6 años

readme.md

set-immediate-shim Build Status

Simple setImmediate shim

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