simply-coded
v1.3.0
Published
A cleaner way to write timeouts in Node.js.
Readme
super-timeout
A cleaner way to write timeouts in Node.js.
Usage
const Timeout = require('super-timeout');
Timeout('2s', () => { console.log('Two seconds have passed!'); });
