2.0.0 • Published 6 years ago

is-charging v2.0.0

Weekly downloads
154
License
MIT
Repository
github
Last release
6 years ago

is-charging

Find out if a computer is charging

Install

$ npm install is-charging

Usage

const isCharging = require('is-charging');

isCharging().then(result => {
	console.log(result);
	//=> true
});

API

isCharging()

Returns a promise that resolves in to a Boolean.

Related

License

MIT © Andreas Strandman