GoScrobble/web/node_modules/table/dist/wrapCell.d.ts

9 lines
287 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
/**
* 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[];