UNPKG

projen

Version:

CDK for software projects

10 lines (9 loc) 449 B
export declare const ICON = "\uD83D\uDC7E"; export declare function debug(...text: any[]): void; export declare function verbose(...text: any[]): void; export declare function info(...text: any[]): void; export declare function error(...text: any[]): void; export declare function warn(...text: any[]): void; export declare function empty(count?: number): void; export declare function disable(): void; export declare function isEnabled(): boolean;