is-leap

1.0.2 • Public • Published

is-leap

A simple lightweight module to detect leap year.

Getting Started

npm install is-leap

or with yarn

yarn add is-leap

Usage

const isLeap = require("is-leap");

isLeap(2000); // true
isLeap(2022); // false

Package Sidebar

Install

npm i is-leap

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

834 B

Total Files

4

Last publish

Collaborators

  • ssakib4040