UNPKG

@aws-cdk/integ-runner

Version:

CDK Integration Testing Tool

7 lines 446 B
export declare const print: (fmt: string, ...args: any[]) => void; export declare const error: (fmt: string, ...args: any[]) => void; export declare const warning: (fmt: string, ...args: any[]) => void; export declare const success: (fmt: string, ...args: any[]) => void; export declare const highlight: (fmt: string, ...args: any[]) => void; export declare const trace: (fmt: string, ...args: any[]) => void; //# sourceMappingURL=logger.d.ts.map