mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -17,6 +17,6 @@ var createMathOperation = require('./_createMathOperation');
|
||||
*/
|
||||
var multiply = createMathOperation(function(multiplier, multiplicand) {
|
||||
return multiplier * multiplicand;
|
||||
});
|
||||
}, 1);
|
||||
|
||||
module.exports = multiply;
|
||||
|
||||
Reference in New Issue
Block a user