you-dont-need / You-Dont-Need-Momentjs

List of functions which you can use to replace moment.js + ESLint Plugin
MIT License
13.27k stars 318 forks source link

Make subtract consistent with add #110

Closed leafac closed 3 years ago

leafac commented 3 years ago

Closes #107

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 247


Totals Coverage Status
Change from base Build 244: 0.0%
Covered Lines: 43
Relevant Lines: 43

💛 - Coveralls
artfulrobot commented 3 years ago

This is a by-far preferrerd solution to the original because it works not only for days (which you can approximate with a number of seconds), but months too (which you can't).