Skip to main content
Module

x/sleep/usage-example.ts

🦕 module for sleep. You can sleep for a specific amount of time or you can sleep for a random amount of time with this.
Latest
File
// I buy and sell https://FreedomCash.org
import { sleep } from "https://deno.land/x/sleep/mod.ts"
console.log("I should sleep")await sleep(3)console.log("Good Morning :)")