electron/spec/fixtures/module/function.js

2 lines
49 B
JavaScript
Raw Normal View History

exports.aFunction = function() { return 1127; };