UNPKG

97 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 mocked: false,
5 fn() {
6 return 'exported object';
7 }
8};