UNPKG

file-streamer

Version:

A TypeScript package for streaming data as files (Excel, CSV, JSON, Base64) and streaming files from file system through HTTP responses

3 lines 188 B
import { JsonData, Response } from '../../types'; export declare const pipeJsonAsCsv: (res: Response, data: JsonData, fileName?: string) => Promise<void>; //# sourceMappingURL=csv.d.ts.map