diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
commit | d1291f67551c58168af43698a359cb5ddfd266b0 (patch) | |
tree | 55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/async/mapValuesSeries.js | |
parent | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff) |
node_modules
Diffstat (limited to 'node_modules/async/mapValuesSeries.js')
-rw-r--r-- | node_modules/async/mapValuesSeries.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/node_modules/async/mapValuesSeries.js b/node_modules/async/mapValuesSeries.js index d9a82402a..6385719fc 100644 --- a/node_modules/async/mapValuesSeries.js +++ b/node_modules/async/mapValuesSeries.js @@ -29,8 +29,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de * once it has completed with an error (which can be `null`) and a * transformed value. Invoked with (value, key, callback). * @param {Function} [callback] - A callback which is called when all `iteratee` - * functions have finished, or an error occurs. Result is an object of the - * transformed values from the `obj`. Invoked with (err, result). + * functions have finished, or an error occurs. `result` is a new object consisting + * of each key from `obj`, with each transformed value on the right-hand side. + * Invoked with (err, result). */ exports.default = (0, _doLimit2.default)(_mapValuesLimit2.default, 1); module.exports = exports['default'];
\ No newline at end of file |