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