0.0.1 • Published 10 years ago

timeout.es7 v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

timeout.es7

ES7 timeout.

ES7 Stage Build Status Dependency Status DevDependency Status

What is this?

An async/await ES7 implementation of setTimeout(delay) made with babel.

How can I install it?

npm install --save timeout.es7

How do I use it?

let timeout = require('timeout.es7');

console.log('Legen--Wait for it ...');

await timeout(2000);

console.log('... DARY! LEGENDARY!');

License

The MIT License (MIT) as found in LICENSE.md.

Made with :heart: by @MarkTiedemann.