2.6.0 • Published 4 months ago

@bevry/wait v2.6.0

Weekly downloads
-
License
Artistic-2.0
Repository
github
Last release
4 months ago

Promise'd setTimeout

Usage

Complete API Documentation.

import wait from '@bevry/wait'
console.log('do something')
await wait(2000)
console.log('do something after 2 seconds')

npm

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/@bevry/wait@^1.0.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/@bevry/wait@^1.0.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/@bevry/wait@1.0.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

No contributors yet! Will you be the first?

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under: