suspend-pc

1.0.1 • Public • Published

suspend-pc

Cross-platform solution to suspend your computer from Node.js.

Usage

var sleep = require("suspend-pc");

sleep(function(err) {
  if (err) {
    console.error(err);
  }
});

License

MIT Licensed

Readme

Keywords

Package Sidebar

Install

npm i suspend-pc

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

2.3 kB

Total Files

4

Last publish

Collaborators

  • arafatamim