UNPKG

92 BJavaScriptView Raw
1module.exports = {
2 mocked: false,
3 fn: function() {
4 return 'exported object';
5 }
6};