@au5ton/snooze
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

snooze

Node.js Package npm (scoped) npm type definitions

snippet to mimick time.sleep() with promises

const snooze = (ms) => new Promise(resolve => setTimeout(resolve, ms));

Readme

Keywords

none

Package Sidebar

Install

npm i @au5ton/snooze

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

47.4 kB

Total Files

7

Last publish

Collaborators

  • au5ton