@aws-cdk/integ-runner
Version:
CDK Integration Testing Tool
7 lines (6 loc) • 410 B
TypeScript
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;