UNPKG

datainout

Version:

Import and reports data

8 lines (6 loc) 177 B
interface IExporter { write(...args: any[]): Promise<void>; toBuffer(...args: any[]): Promise<Buffer>; streamTo(...args: any[]): void; } export type { IExporter };