a zip code crypto-currency system good for red ONLY
Eric Foster d5378345de connection between front end and database 6 лет назад
..
index.js connection between front end and database 6 лет назад
package.json connection between front end and database 6 лет назад
readme.md connection between front end and database 6 лет назад

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