1.0.4 • Published 2 years ago
@thinkwik/sleep v1.0.4
sleep
No need to write syntax for setTimeout every time.
How to install
npm install @thinkwik/sleep
Usage
import { sleep } from '@thinkwik/sleep';
sleep() // Default 1000 milliseconds
sleep(2000) // Modified to 2 seconds
sleep(3000) // Modified to 3 seconds