first commit
This commit is contained in:
6
app_vue/node_modules/table/dist/src/truncateTableData.d.ts
generated
vendored
Normal file
6
app_vue/node_modules/table/dist/src/truncateTableData.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import type { 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[], truncates: number[]) => Row[];
|
||||
Reference in New Issue
Block a user