Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

9 righe
300 B

4 anni fa
  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;