📄 environment-is-node.js
/home/palash/git/site/node_modules/core-js-pure/internals/environment-is-node.js
Language: js • Lines: 4
'use strict';
var ENVIRONMENT = require('../internals/environment');

module.exports = ENVIRONMENT === 'NODE';