1.0.2 • Published 4 years ago
@ridereport/localdate v1.0.2
@ridereport/localdate
Immutable objects for working with dates, weeks, and months independent of time
This module exports the following four classes:
LocalDate, representing a date without a timeLocalWeek, representing a week starting on mondayLocalMonth, representing a full month of datesLocalQuarter, representing three-month periods of the year
Developing
The package can be tested with npm test and built for distribution with npm run build.
All of the code is contained in index.ts.