electron/spec/fixtures/module/preload.js

2 lines
72 B
JavaScript
Raw Normal View History

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