stringifyTableData.d.ts 116 B

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