discord-baymax-bot/node_modules/requireindex/test/lib/Foo.js

4 lines
91 B
JavaScript
Raw Permalink Normal View History

2017-03-24 04:52:08 +00:00
module.exports = {
l: function() { return "yes"; },
ls: function() { return "yep"; }
};