UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 280 B
import type { Alignment } from './types/api'; /** * Pads a string to the left and/or right to position the subject * text in a desired alignment within a container. */ export declare const alignString: (subject: string, containerWidth: number, alignment: Alignment) => string;