electron/spec/fixtures/module/preload.js

2 lines
71 B
JavaScript
Raw Normal View History

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