Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
6
node_modules/table/dist/calculateColumnWidths.d.ts
generated
vendored
Normal file
6
node_modules/table/dist/calculateColumnWidths.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { Row } from './types/internal';
|
||||
declare const _default: (rows: Row[]) => number[];
|
||||
/**
|
||||
* Produces an array of values that describe the largest value length (width) in every column.
|
||||
*/
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue