Outlook_Addin_LLM/node_modules/table/dist/src/stringifyTableData.d.ts

3 lines
116 B
TypeScript
Raw Normal View History

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