Files
huishou/node_modules/core-js/internals/environment-is-node.js
T
2026-07-27 14:07:26 +08:00

5 lines
111 B
JavaScript

'use strict';
var ENVIRONMENT = require('../internals/environment');
module.exports = ENVIRONMENT === 'NODE';