blank-white-cards/apps/bwc_web/assets/static/bwc.old/user.js~
2020-12-28 14:35:10 -08:00

12 lines
139 B
JavaScript
Executable File

module.exports = {
foo: function () {
return "foo";
},
bar: function () {
return "bar";
}
};
var moot = function () {
}