UNPKG

@incubrain/logger

Version:

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

5 lines (4 loc) 183 B
import type { Runtime } from "./types.js"; export declare function detectRuntime(): Runtime; export declare function isClient(): boolean; export declare function isServer(): boolean;