smartdown
Version:
A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.
11 lines (8 loc) • 301 B
JavaScript
console.log('Module kludgesrc is renamed to src and is necessary for some unknown reason');
module.exports = {
fakeName: 'kludgesrc',
initialize: function() {
console.log('kludgesrc initialize');
},
description: 'Module kludgesrc is renamed to src and is necessary for some unknown reason'
};