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