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 232 B
import { Base64Data, ContentType, Response } from '../../types'; export declare const pipeBase64: (res: Response, data: Base64Data, contentType?: ContentType, fileName?: string) => Promise<void>; //# sourceMappingURL=base64.d.ts.map