Your IP : 216.73.216.43


Current Path : /home/deltalab/PMS/ims-connector/node_modules/table/dist/src/
Upload File :
Current File : //home/deltalab/PMS/ims-connector/node_modules/table/dist/src/truncateTableData.d.ts

import type { Row } from './types/internal';
export declare const truncateString: (input: string, length: number) => string;
/**
 * @todo Make it work with ASCII content.
 */
export declare const truncateTableData: (rows: Row[], truncates: number[]) => Row[];