discord-baymax-bot/node_modules/debug/index.js

6 lines
129 B
JavaScript
Raw Permalink Normal View History

2017-03-24 04:52:08 +00:00
if ('undefined' == typeof window) {
module.exports = require('./lib/debug');
} else {
module.exports = require('./debug');
}