UltiRequiem / leap_year_utils

πŸ€ Utilities for working with Leap Years

Home Page:http://ulti.js.org/leap_year_utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leap_year_utils

CodeCov Deno Doc

Utilities for working with Leap Years.

Usage

The API is the same on all this platforms βœ”οΈ

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

leapYearsInRange(2000, 2020); //=> [ 2004, 2008, 2012, 2016, 2020]
import { leapYearsInRange } from "leap-year-utils";

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 πŸ“„

About

πŸ€ Utilities for working with Leap Years

http://ulti.js.org/leap_year_utils

License:MIT License


Languages

Language:TypeScript 100.0%