UNPKG

nested_json_to_csv

Version:
10 lines (9 loc) 191 B
export interface IParser { parse(...args: any): any; get(): any; } export declare type ParserOptions = { single?: boolean; hasId?: boolean; setDefaultValues?: boolean; };