@axiomhq/logging
Version:
The official logging package for Axiom
12 lines (11 loc) • 547 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Version = "0.1.6";
const isWebWorker = typeof self !== "undefined" && typeof globalThis.WorkerGlobalScope !== "undefined" && self instanceof WorkerGlobalScope;
const isBrowser = typeof window !== "undefined" || isWebWorker;
const isEdgeRuntime = globalThis.EdgeRuntime ? true : false;
exports.Version = Version;
exports.isBrowser = isBrowser;
exports.isEdgeRuntime = isEdgeRuntime;
exports.isWebWorker = isWebWorker;
//# sourceMappingURL=runtime.cjs.map