2023-08-13 16:48:04 +03:00

5 lines
108 B
JavaScript

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