@ka1do/kit
Version:
10 lines (9 loc) • 307 B
TypeScript
declare const _default: (cellValue: string, columnWidth: number, useWrapWord: boolean) => string[];
/**
* 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 default _default;