source:
frontend/node_modules/core-js/internals/environment-is-node.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 111 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | var ENVIRONMENT = require('../internals/environment'); |
| 3 | |
| 4 | module.exports = ENVIRONMENT === 'NODE'; |
Note:
See TracBrowser
for help on using the repository browser.
