mirror of https://github.com/lukechilds/ow.git
Sindre Sorhus
6 years ago
4 changed files with 4 additions and 5 deletions
@ -0,0 +1,2 @@ |
|||||
|
// tslint:disable-next-line strict-type-predicates no-typeof-undefined
|
||||
|
export default Boolean(typeof process !== 'undefined' && process.versions && process.versions.node); |
@ -1,2 +0,0 @@ |
|||||
declare module 'is-valid-identifier'; |
|
||||
declare module 'is-node'; |
|
Loading…
Reference in new issue