@hossam1231/is-even
v0.0.2
Published
Demo package to test out scoped publishing using workspaces.
Downloads
3
Readme
Acme Corp's isEven
Demo package to test out scoped publishing using workspaces.
npm i --save @hossam1231/is-evenimport { isEven } from '@hossam1231/is-even';
console.log(isEven(2)); // true
console.log(isEven(3)); // false