Package Exports
- win-screenoff
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (win-screenoff) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
win-screenoff 
NodeJS module/CLI for putting your Windows 10 monitor to sleep through PowerShell
Install
$ npm i -g win-screenoffUsage
Through CLI:
$ screenoffAs a module:
const screenoff = require('win-screenoff')
const main = async () => {
await screenoff()
}
main()License
MIT © Joakim Hedlund