stringifyTableData.d.ts
1 import type { Row } from './types/internal'; 2 export declare const stringifyTableData: (rows: unknown[][]) => Row[];
1 import type { Row } from './types/internal'; 2 export declare const stringifyTableData: (rows: unknown[][]) => Row[];