UNPKG

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