is-working

1.0.0 • Public • Published

is-working

This essential module makes sure your JS engine is working.

How to use

var isWorking = require("is-working");
if(isWorking()) {
	//Everything OK
}
else {
	//Something is wrong
}

Readme

Keywords

Package Sidebar

Install

npm i is-working

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.24 kB

Total Files

5

Last publish

Collaborators

  • ayra.ch