EASYAIuniappNewUI/node_modules/core-js/internals/environment-is-node.js
2025-02-08 18:50:38 +08:00

5 lines
111 B
JavaScript

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