projecte_ionic/node_modules/table/dist/stringifyTableData.d.ts
2022-02-09 18:30:03 +01:00

2 lines
116 B
TypeScript
Executable file

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