UNPKG

poweroff-tool

Version:

This is application which power off a pc when it triggered

5 lines (3 loc) 88 B
const PowerOff = require('../src'); const instance = new PowerOff(); instance.start();