UNPKG

nested_json_to_csv

Version:
5 lines (4 loc) 96 B
export interface InputOutput { read(): Promise<any>; write(data: any): Promise<void>; }