UNPKG

better-crowdin

Version:

Crowdin CLI on steroids

6 lines (4 loc) 131 B
const mapAsync = require('./mapAsync'); module.exports = async function forEachAsync(items, cb) { await mapAsync(items, cb); };