UNPKG

better-crowdin

Version:

Crowdin CLI on steroids

4 lines (3 loc) 94 B
module.exports = async function mapAsync(items, cb) { return Promise.all(items.map(cb)); };