Package Exports
- @thi.ng/date
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@thi.ng/date) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This project is part of the @thi.ng/umbrella monorepo.
About
Date/timestamp iterators, formatters, rounding.
Status
ALPHA - bleeding edge / work-in-progress
Installation
yarn add @thi.ng/date// ES module
<script type="module" src="https://unpkg.com/@thi.ng/date?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/date/lib/index.umd.js" crossorigin></script>Package sizes (gzipped, pre-treeshake): ESM: 1.19 KB / CJS: 1.33 KB / UMD: 1.31 KB
Dependencies
API
TODO - Please see tests and doc strings in source for now...
Authors
Karsten Schmidt
License
© 2020 Karsten Schmidt // Apache Software License 2.0