electron/spec/fixtures/module/preload.js

2 lines
86 B
JavaScript
Raw Normal View History

2017-02-06 21:54:41 +00:00
console.log([typeof require, typeof module, typeof process, typeof Buffer].join(' '))