mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
7 lines
224 B
TypeScript
7 lines
224 B
TypeScript
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;
|