Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added extensions for Temporal (#15)
This PR includes all the additions to move `graphql-service` over from `date-fns` / `luxon` to purely `Temporal`. Most of the tests are ported from the equivalent `date-fns` functions. Implementations / jsdoc have also been converted from `date-fns` where applicable. `addBusinessDays` and `differenceInBusinessDays` implementations taken from prior version in this repo. Other changes: * Refactored directory structure for other extensions * Added tests for every extension missing one
- Loading branch information