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