Your IP : 216.73.216.52


Current Path : /home/deltalab/PMS/partner-manager-backend/node_modules/table/dist/src/
Upload File :
Current File : //home/deltalab/PMS/partner-manager-backend/node_modules/table/dist/src/alignString.d.ts

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;