UNPKG

@incubrain/logger

Version:

A modern, type-safe logging library for Node.js and browser environments, built on top of Consola with additional features for enterprise applications.

5 lines 216 B
import type { Runtime } from "./types"; export declare function detectRuntime(): Runtime; export declare function isClient(): boolean; export declare function isServer(): boolean; //# sourceMappingURL=detect.d.ts.map