2 lines
116 B
TypeScript
Executable file
2 lines
116 B
TypeScript
Executable file
import type { Row } from './types/internal';
|
|
export declare const stringifyTableData: (rows: unknown[][]) => Row[];
|