Sha256: 645245e57d2c9244fea4ea8ebfa03c2353624d9c8cb44c88e00893848609159c

Contents?: true

Size: 617 Bytes

Versions: 153

Compression:

Stored size: 617 Bytes

Contents

var createFlow = require('../internal/createFlow');

/**
 * Creates a function that returns the result of invoking the provided
 * functions with the `this` binding of the created function, where each
 * successive invocation is supplied the return value of the previous.
 *
 * @static
 * @memberOf _
 * @category Function
 * @param {...Function} [funcs] Functions to invoke.
 * @returns {Function} Returns the new function.
 * @example
 *
 * function square(n) {
 *   return n * n;
 * }
 *
 * var addSquare = _.flow(_.add, square);
 * addSquare(1, 2);
 * // => 9
 */
var flow = createFlow();

module.exports = flow;

Version data entries

153 entries across 80 versions & 8 rubygems

Version Path
trusty-festivity-extension-2.3.2 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.3.2 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/inquirer/node_modules/lodash/function/flow.js
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/inquirer/node_modules/lodash/function/flow.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/inquirer/node_modules/lodash/function/flow.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/js-yaml/node_modules/argparse/node_modules/lodash/function/flow.js
gulp_assets-1.0.0.pre.5 template/node_modules/lodash/function/flow.js
gulp_assets-1.0.0.pre.4 template/node_modules/lodash/function/flow.js
gulp_assets-1.0.0.pre.3 template/node_modules/lodash/function/flow.js