UNPKG

@aws-cdk/cloudformation-diff

Version:

Utilities to diff CDK stacks against CloudFormation templates

7 lines (6 loc) 214 B
/** * Render a two-dimensional array to a visually attractive table * * First row is considered the table header. */ export declare function formatTable(cells: string[][], columns: number | undefined): string;