You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this library under [Parcel](https://parceljs.org/), `isNode` is true even inside the browser. This is probably true for Webpack and other bundlers as well, since they all emulate the `module` system.
This version checks for `process.versions.node`, which is defined on ever version of Node.js since 0.2.0.
0 commit comments