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.

8 lines (7 loc) 344 B
import type { RuntimeContext } from "./types.js"; export declare function assertFileSystemAvailable(context: RuntimeContext): asserts context is RuntimeContext & { isFileSystemAvailable: true; }; export declare function assertProcessAvailable(context: RuntimeContext): asserts context is RuntimeContext & { isProcessAvailable: true; };