UNPKG

@ka1do/kit

Version:
7 lines (6 loc) 246 B
declare const _default: (subject: string, containerWidth: number, alignment: string) => string; /** * Pads a string to the left and/or right to position the subject * text in a desired alignment within a container. */ export default _default;