0.0.2 • Published 6 months ago

@wai-chat/is-odd v0.0.2

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

Wai Chat's isOdd

Demo package to test out scoped publishing using workspaces.

yarn add @wai-chat/is-odd
import { isOdd } from '@wai-chat/is-odd';

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

6 months ago