@hossam1231/is-even
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Acme Corp's isEven

Demo package to test out scoped publishing using workspaces.

npm i --save @hossam1231/is-even
import { isEven } from '@hossam1231/is-even';

console.log(isEven(2)); // true
console.log(isEven(3)); // false

Readme

Keywords

none

Package Sidebar

Install

npm i @hossam1231/is-even

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

511 B

Total Files

2

Last publish

Collaborators

  • hossam1231