/ cloudformation-templates / node_modules / aws-cdk / lib / api / util / string-manipulation.d.ts
string-manipulation.d.ts
1  /**
2   * Pad 's' on the left with 'char' until it is n characters wide
3   */
4  export declare function leftPad(s: string, n: number, char: string): string;