UNPKG

schema-finder

Version:

A simple React component for viewing and exploring a JSONSchema

5 lines 224 B
/** * @see https://gist.github.com/Yopadd/d1381e0fdc1aa6bedaeb36b7a8381892 */ export declare function asyncFlatMap<T, O>(arr: T[], asyncFn: (t: T) => Promise<O[]>): Promise<O[]>; //# sourceMappingURL=async-flatmap.d.ts.map