UNPKG

@liara/cli

Version:

The command line interface for Liara

3 lines (2 loc) 129 B
export type DebugLogger = (str: string) => void; export declare function createDebugLogger(debugEnabled?: boolean): DebugLogger;