electron/spec/fixtures/module/preload.js

2 lines
71 B
JavaScript
Raw Normal View History

2016-03-25 20:03:49 +00:00
console.log([typeof require, typeof module, typeof process].join(' '))