1 2 3 4 5 6
'use strict'; import mapLimit from './mapLimit'; import doLimit from './internal/doLimit'; export default doLimit(mapLimit, Infinity);