0.1.0
π Utilities for working with Leap Years
Repository
Current version released
4 years ago
Dependencies
deno.land/x
Versions
leap_years_utils
Using ultirequiem/leap-year
Utilities for working with Leap Years.
Usage
Deno π
import { leapYearsInRange } from "https://deno.land/x/leap_years_utils/mod.ts";
leapYearsInRange({ min: 2000, max: 2020 }); //=> [ 2004, 2008, 2012, 2016, 2020]
Node.js π’
import { leapYearsInRange } from "leap-years-utils";
Browser πΈ
Eg. ESM βΆ SkyPack / script tag βΆ JSDelivr.
The API is the same on all this platforms.
API
Autogenerated Documentation π
Contributing
If you have an idea for a new utility make an issue or a pull request please!
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
Licensed under the MIT License.