@alessiofrittoli/date-utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Date Utils 🗓️

Version 1.1.1

Lightweight TypeScript date utility functions library

This lightweight TypeScript utility library comes with common and utility dates functions.

Everything is exported from the root of this library but specific paths can be used too (especially when dynamically importing functions and tree shaking has no effect).

Table of Contents


Getting started

Run the following command to start using date-utils in your projects:

npm i @alessiofrittoli/date-utils

or using pnpm

pnpm i @alessiofrittoli/date-utils

warnings / errors check.

pnpm lint

Run all the defined test suites by running the following:

# Run tests and watch file changes.
pnpm test

# Run tests in a CI environment.
pnpm test:ci

You can eventually run specific suits like so:

pnpm test:common
# or
pnpm test:format
# or
pnpm test:timezones
# or
pnpm test:utils

Contributing

Contributions are truly welcome!
Please refer to the Contributing Doc for more information on how to start contributing to this project.


Security

If you believe you have found a security vulnerability, we encourage you to responsibly disclose this and NOT open a public issue. We will investigate all legitimate reports. Email security@alessiofrittoli.it to disclose any security vulnerabilities.

Made with ☕

Alessio Frittoli
https://alessiofrittoli.it | info@alessiofrittoli.it

Package Sidebar

Install

npm i @alessiofrittoli/date-utils

Weekly Downloads

10

Version

1.1.1

License

MIT

Unpacked Size

119 kB

Total Files

39

Last publish

Collaborators

  • alessiofrittoli