@thinice/sleep-ms
v0.1.3
Published
await sleep(123) — everyone writes this
Readme
@thinice/sleep-ms
await sleep(123) — everyone writes this.
Installation
npm install @thinice/sleep-msUsage
import { sleepMs } from "@thinice/sleep-ms";
await sleepMs(1000); // Wait 1 second
await sleepMs(500); // Wait 500msSource
https://github.com/thinicejs/utils/tree/main/packages/sleep-ms
