Mini Kabibi Habibi

Current Path : C:/Users/ITO/Desktop/From USB/fts/New folder/bower_components/moment/src/lib/utils/
Upload File :
Current File : C:/Users/ITO/Desktop/From USB/fts/New folder/bower_components/moment/src/lib/utils/map.js

export default function map(arr, fn) {
    var res = [], i;
    for (i = 0; i < arr.length; ++i) {
        res.push(fn(arr[i], i));
    }
    return res;
}