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