JSPM

is-even-but-even-better

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 126
  • Score
    100M100P100Q21445F
  • License MIT

Checks if a number is even.

Package Exports

  • is-even-but-even-better
  • is-even-but-even-better/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-even-but-even-better) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

is-even-but-even-better

Checks if the provided number is even but with a completely new way of checking.

Usage

import isEven from "is-even-but-even-better"

console.log(isEven(1)) // OUTPUT: FALSE
console.log(isEven(2)) // OUTPUT: TRUE

This project is under the MIT license. Check the LICENSE file for more details