mirror of https://github.com/lukechilds/ow.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
172 B
2 lines
172 B
// tslint:disable-next-line strict-type-predicates no-typeof-undefined
|
|
export default Boolean(typeof process !== 'undefined' && process.versions && process.versions.node);
|
|
|