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/drawContent.d.ts
generated
vendored
Normal file
9
node_modules/table/dist/drawContent.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
declare type SeparatorConfig = {
|
||||
drawSeparator: (index: number, size: number) => boolean;
|
||||
separatorGetter: (index: number, size: number) => string;
|
||||
};
|
||||
/**
|
||||
* Shared function to draw horizontal borders, rows or the entire table
|
||||
*/
|
||||
export declare const drawContent: (contents: string[], separatorConfig: SeparatorConfig) => string;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue