UNPKG

gle

Version:

Global Log Engine: Environment-agnostic debugging & logging utility

4 lines (3 loc) 176 B
import { DebugContexts } from "./types.js"; export declare function getDebugContextPatterns(): DebugContexts; export declare function getEnvironmentType(): "node" | "browser";