Repository URL to install this package:
|
Version:
2.6.18 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function log() {
if (typeof window === 'object' && process.env.NODE_ENV !== 'test') {// console.log.apply(console, arguments)
}
}
exports.log = log;
exports.default = log; //# sourceMappingURL=debug.log.js.map