mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
if ('undefined' == typeof window) {
|
|
module.exports = require('./lib/debug');
|
|
} else {
|
|
module.exports = require('./debug');
|
|
}
|