main.js 96 B

1234567
  1. console.log([
  2. __dirname,
  3. __filename,
  4. typeof process,
  5. typeof global,
  6. typeof Buffer
  7. ]);