0.1.2 • Published 8 years ago

suimin v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

suimin

npm version

sleep function for javascript

Installation

npm install suimin --save

Usage

const suimin = require('suimin');

async function test() {
  console.log('Taking a break...');
  await suimin(2000);
  console.log('Two second later');
}

test();

Test

npm install
npm test

License

MIT license

0.1.2

8 years ago

0.1.1

8 years ago