UNPKG

@rikishi/watermelondb

Version:

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

11 lines (8 loc) 220 B
"use strict"; exports.__esModule = true; exports.default = void 0; var allPromises = function (action, promises) { return Promise.all(promises.map(action)); }; var _default = allPromises; exports.default = _default;