feat: get previous workday

This started as a feature request for our upstream API (closes #33) that
led to a bit of rework to help make the library a bit more flexible in
terms of not needing modification when something on the API changes.

This update also includes your typical round of dependency updates and a
bit of preemptive planning by way of dropping support for Node.js as
we're on the cusp of it being out of maintenance and the release of
Node.js v18.
This commit is contained in:
Josh Sherman 2022-04-05 17:39:24 -05:00
parent c3de7ff9bd
commit 046aadeea4
7 changed files with 3512 additions and 6265 deletions

View file

@ -7,7 +7,8 @@
"strict": true,
"removeComments": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"useUnknownInCatchVariables": false
},
"include": [
"src/**/*"