is-phantom
v1.0.1
Published
Check if current running context is PhantomJS.
Downloads
41
Maintainers
Readme
is-phantom
Check if current running context is PhantomJS.
Install
Via npm:
$ npm install is-phantom --save
Via Bower:
$ bower install is-phantom --save
Usage
var isPhantom = require('is-phantom');
isPhantom(); // true
License
MIT © Rafael Rinaldi