electron/spec/fixtures/module/call.js

4 lines
51 B
JavaScript
Raw Normal View History

exports.call = function(func) {
return func();
}