UNPKG

@codama/cli

Version:

A CLI for setting up and managing Codama IDLs

7 lines 460 B
export declare const logSuccess: (message: string, items?: string[]) => void; export declare const logError: (message: string, items?: string[]) => void; export declare const logInfo: (message: string, items?: string[]) => void; export declare const logWarning: (message: string, items?: string[]) => void; export declare const logDebug: (message: string, items?: string[]) => void; export declare function logBanner(): void; //# sourceMappingURL=logs.d.ts.map