@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.
8 lines • 377 B
TypeScript
import type { RuntimeContext } from "./types";
export declare function assertFileSystemAvailable(context: RuntimeContext): asserts context is RuntimeContext & {
isFileSystemAvailable: true;
};
export declare function assertProcessAvailable(context: RuntimeContext): asserts context is RuntimeContext & {
isProcessAvailable: true;
};
//# sourceMappingURL=guards.d.ts.map