timeout.es7

0.0.1 • Public • Published

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 ❤️ by @MarkTiedemann.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i timeout.es7

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • marktiedemann