UNPKG

@axiomhq/logging

Version:
12 lines (11 loc) 547 B
"use strict"; 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