1.7.0 • Published 3 years ago

mystrangenpm v1.7.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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();
1.7.0

3 years ago

1.6.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago