2.0.1 • Published 2 years ago

dorythefish v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Sleep

Function sleep for JavaScript.

sleep(seconds) -> Promise

Installation

npm i webgirlkristina-sleep

Usage

const sleep = require('webgirlkristina-sleep');
const test = async () => {
	console.log('text1');
	await sleep(2); //sleep for 2 seconds
	console.log('text2');
};
test();
```# dorythefish
2.0.1

2 years ago

1.0.0

2 years ago