Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
9
node_modules/table/dist/wrapString.d.ts
generated
vendored
Normal file
9
node_modules/table/dist/wrapString.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Creates an array of strings split into groups the length of size.
|
||||
* This function works with strings that contain ASCII characters.
|
||||
*
|
||||
* wrapText is different from would-be "chunk" implementation
|
||||
* in that whitespace characters that occur on a chunk size limit are trimmed.
|
||||
*
|
||||
*/
|
||||
export declare const wrapString: (subject: string, size: number) => string[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue