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/truncateTableData.d.ts
generated
vendored
Normal file
6
node_modules/table/dist/truncateTableData.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { BaseConfig, Row } from './types/internal';
|
||||
export declare const truncateString: (input: string, length: number) => string;
|
||||
/**
|
||||
* @todo Make it work with ASCII content.
|
||||
*/
|
||||
export declare const truncateTableData: (rows: Row[], config: BaseConfig) => Row[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue