mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 03:00:13 +08: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;
|