1 line
86 B
JavaScript
1 line
86 B
JavaScript
console.log([typeof require, typeof module, typeof process, typeof Buffer].join(' '))
|