UNPKG

@aws-cdk/integ-runner

Version:

CDK Integration Testing Tool

6 lines (5 loc) 343 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;