Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/table/dist/src/
Upload File :
Current File : //proc/thread-self/root/home/deltalab/PMS/ims-connector/node_modules/table/dist/src/wrapCell.d.ts

/**
 * Wrap a single cell value into a list of lines
 *
 * Always wraps on newlines, for the remainder uses either word or string wrapping
 * depending on user configuration.
 *
 */
export declare const wrapCell: (cellValue: string, cellWidth: number, useWrapWord: boolean) => string[];