2025-04-23 09:34:08 +08:00

5 lines
108 B
JavaScript

'use strict';
console.log('loading foo from', __dirname);
exports = module.exports = { foo: 'foobiloo' };