0.0.2 • Published 6 months ago

@hossam1231/is-odd v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Acme Corp's isOdd

Demo package to test out scoped publishing using workspaces.

npm i --save @hossam1231/is-odd
import { isOdd } from '@hossam1231/is-odd';

console.log(isOdd(1)); // true
console.log(isOdd(2)); // false
0.0.2

6 months ago