UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

2 lines (1 loc) 90 B
export default function <T, U>(action: (_: T) => Promise<U>, promises: T[]): Promise<U[]>