@toreda/log
Version:
Lightweight TypeScript logger with flexible custom transports.
11 lines (10 loc) • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isLogOptionsGlobal = void 0;
function isLogOptionsGlobal(options) {
if ((options === null || options === void 0 ? void 0 : options.state) != null) {
return false;
}
return true;
}
exports.isLogOptionsGlobal = isLogOptionsGlobal;