8 lines
96 B
JavaScript

console.log([
__dirname,
__filename,
typeof process,
typeof global,
typeof Buffer
]);