UNPKG

nested_json_to_csv

Version:
4 lines (3 loc) 75 B
export interface IFactory { make(options: any, ...args: any[]): any; }