Lines Matching +full:- +full:f2
34 * @param {Array|Iterable|AsyncIterable|Object} coll - A collection to iterate over.
35 * @param {*} [accumulator] - The initial state of the transform. If omitted,
37 * @param {AsyncFunction} iteratee - A function applied to each item in the
40 * @param {Function} [callback] - A callback which is called after all the
50 * // helper function that returns human-readable size format from bytes
58 * // asynchronous function that returns the file size, transformed to human-readable format
107 * // helper function that returns human-readable size format from bytes
113 * const fileMap = { f1: 'file1.txt', f2: 'file2.txt', f3: 'file3.txt' };
115 * // asynchronous function that returns the file size, transformed to human-readable format
133 * // { f1: '1000 Bytes', f2: '1.95 KB', f3: '2.93 KB' }
141 * // { f1: '1000 Bytes', f2: '1.95 KB', f3: '2.93 KB' }
151 * // { f1: '1000 Bytes', f2: '1.95 KB', f3: '2.93 KB' }