GoScrobble/web/node_modules/table/dist/calculateColumnWidths.d.ts

7 lines
224 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
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;