0.1.5 ā€¢ Published 2 years ago

leap-year-utils v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

leap_year_utils

CodeCov Deno Doc

Utilities for working with Leap Years.

Usage

The API is the same on all this platforms āœ”ļø

Deno šŸ¦•

import { leapYearsInRange } from "https://deno.land/x/leap_year_utils/mod.ts";

leapYearsInRange(2000, 2020); //=> [ 2004, 2008, 2012, 2016, 2020]

Node.js šŸ¢šŸš€

import { leapYearsInRange } from "leap-year-utils";

Browser šŸ•ø

Eg. ESM ā–¶ SkyPack / script tag ā–¶ JSDelivr.

Documentation

Is hosted on Deno Doc šŸ“„

Contributing

If you have an idea for a new utility make an issue or a pull request please!

Related

Support

Open an Issue, I will check it a soon as possible šŸ‘€

If you want to hurry me up a bit send me a tweet šŸ˜†

Consider supporting me on Patreon if you like my work šŸš€

Don't forget to start the repo ā­

Licence

MIT License šŸ“„