anonimato404 / 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_years_utils

CI CodeCov Deno Doc

Custom badge Custom badge Custom badge

Using ultirequiem/leap-year

Utilities for working with Leap Years.

Usage

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

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

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!

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

Licensed under the MIT License.

About

πŸ€ Utilities for working with Leap Years

http://ulti.js.org/leap_year_utils

License:MIT License


Languages

Language:TypeScript 100.0%