$ npm install is-hyper
Check if you're running in Hyper
npm install is-hyper
Here running in Hyper 0.7.0:
import isHyper from 'is-hyper'; isHyper(); //=> true isHyper('>=0.8'); //=> false
Returns a boolean.
boolean
Type: string
string
Match a specific version range.