UNPKG

aws-cdk

Version:

CDK Toolkit, the command line tool for CDK apps

5 lines (4 loc) 150 B
/** * Pad 's' on the left with 'char' until it is n characters wide */ export declare function leftPad(s: string, n: number, char: string): string;