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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i is-leap

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

834 B

Total Files

4

Last publish

Collaborators

  • ssakib4040