is-computer-on-fire
Adds various helpful functions to assert the state of the machine before performing any heavy tasks.
npm install is-computer-on-fire
const isComputerOnFire = require("is-computer-on-fire");
console.log(isComputerOnFire.isComputerOn());
isComputerOnFire.assertComputerIsOn();
console.log(isComputerOnFire.isComputerOnFire());
isComputerOnFire.assertComputerIsNotOnFire();
This project is licensed under the MIT License, which you may review at https://github.com/timmyRS/is-computer-on-fire/blob/master/LICENSE
Do not redistribute this code without this copyright license or our team of highly skilled lawyers will find you and they will kill you.