PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

JavaScript >

Sleep

Pause an async function

await new Promise((r) => setTimeout(r, n * 1000))
n: seconds