Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
8
node_modules/table/dist/wrapCell.d.ts
generated
vendored
Normal file
8
node_modules/table/dist/wrapCell.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* 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[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue