@wai-chat/feature
v1.0.0
Published
Demo package to test out scoped publishing using workspaces.
Downloads
1
Readme
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