electron/spec/fixtures/module/preload.js

2 lines
72 B
JavaScript
Raw Normal View History

2014-11-06 15:23:42 +08:00
console.log([typeof require, typeof module, typeof process].join(' '));