Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

_root.js 300B

123456789
  1. var freeGlobal = require('./_freeGlobal');
  2. /** Detect free variable `self`. */
  3. var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
  4. /** Used as a reference to the global object. */
  5. var root = freeGlobal || freeSelf || Function('return this')();
  6. module.exports = root;