1.0.0 • Published 6 months ago

@wai-chat/feature v1.0.0

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
1.0.0

6 months ago