????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@sinonjs/commons/lib/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/@sinonjs/commons/lib/global.js |
"use strict"; /** * A reference to the global object * * @type {object} globalObject */ var globalObject; /* istanbul ignore else */ if (typeof global !== "undefined") { // Node globalObject = global; } else if (typeof window !== "undefined") { // Browser globalObject = window; } else { // WebWorker globalObject = self; } module.exports = globalObject;