1.0.6 • Published 4 years ago

sleepcpp v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

SleepCpp

its Work in the same way as a Sleep() function used by a cpp file.

Installation

Use the package manager npm or yarn to install SleepCpp.

yarn add sleepcpp
npm install sleepcpp

Usage

const sleep = require("sleepcpp");

console.log("before");
sleep(4000);
console.log("after 4 seconds");

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago