Utilities for working with Leap Years.
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.
Is hosted on Deno Doc π
If you have an idea for a new utility make an issue or a pull request please!
-
leap_year: The core of this module.
-
parse_datelike: Parse a number/string/date to a number/string/date.
-
leap-year-api: A REST API to know if a year is leap or not.
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 β
MIT License π