UNPKG

utils-series-waterfall

Version:

Invoke functions in series, passing the results of one function as arguments to the next function.

6 lines (4 loc) 127 B
'use strict'; // EXPORTS // module.exports = require( './waterfall.js' ); module.exports.factory = require( './factory.js' );