UNPKG

@clickup/pg-mig

Version:

PostgreSQL schema migration tool with microsharding and clustering support

7 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.promiseAllMap = promiseAllMap; async function promiseAllMap(arr, func) { return Promise["all"](arr.map(func)); } //# sourceMappingURL=promiseAllMap.js.map