@wai-chat/feature-is-even
v0.0.4
Published
Demo package to test out scoped publishing using workspaces.
Downloads
1
Readme
Wai Cjat's isEven
Demo package to test out scoped publishing using workspaces.
yarn add @wai-chat/is-even
import { isEven } from '@acme-corp/is-even';
console.log(isEven(2)); // true
console.log(isEven(3)); // false