GoScrobble/web/node_modules/table/dist/stringifyTableData.d.ts

3 lines
116 B
TypeScript

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