6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
|
try {
|
||
|
console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' '))
|
||
|
} catch (e) {
|
||
|
console.log(e.message)
|
||
|
}
|