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

4 lines
82 B
JavaScript
Raw Permalink Normal View History

2017-03-24 04:52:08 +00:00
module.exports = {
m: function() { return "ok"; },
n: require('./_private')
};