sleepcpp

1.0.6 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i sleepcpp

Weekly Downloads

5

Version

1.0.6

License

ISC

Unpacked Size

11 MB

Total Files

27

Last publish

Collaborators

  • deivid_reinke_schiitz