Skip to main content

Frequently Asked Questions

Does easy-dates work with JavaScript modules?

Yes. Import it like you would any other package. View the React.js demo on StackBlitz for a live example.

Does easy-dates work with CommonJS?

Yes. Require it like you would any other package. View the Node.js demo on StackBlitz for a live example.

This function isn't behaving as I expected. What can I do?

Open an issue on GitHub here.

How can I contribute to easy-dates?

Please read the guide on contributing, and submit an issue or pull request.

Is easy-dates tested?

Yes. easy-dates uses Jest for testing, and maintains +95% statement, and 100% functions test coverage at all times.

Does easy-dates use TypeScript?

No. easy-dates uses JavaScript.

Does easy-dates have any dependencies?

No, the library is zero-dependency, and intended to be as small as possible.