backoffice/node_modules/browserify/example/source_maps/js/wunder/bar.js

9 lines
171 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
console.log('bar line 1');
'use strict';
// this is a meaningless comment to add some lines
module.exports = function bar() {
console.log('hello from bar line 7');
};