UNPKG

@glyphtek/scriptit

Version:

A cross-runtime CLI and library for running scripts with environment management, TUI, and support for lambda functions. Optimized for Bun with compatibility for Node.js and Deno.

13 lines 437 B
export declare function updateDebugMode(): void; /** * Simple logger utility for the script runner * Provides different log levels and debug mode support */ export declare const logger: { debug: (...args: unknown[]) => void; info: (...args: unknown[]) => void; warn: (...args: unknown[]) => void; error: (...args: unknown[]) => void; cliOutput: (...args: unknown[]) => void; }; //# sourceMappingURL=logger.d.ts.map