UNPKG

301 BJavaScriptView Raw
1console.log('Module kludgesrc is renamed to src and is necessary for some unknown reason');
2
3module.exports = {
4 fakeName: 'kludgesrc',
5 initialize: function() {
6 console.log('kludgesrc initialize');
7 },
8 description: 'Module kludgesrc is renamed to src and is necessary for some unknown reason'
9};
10