@yarn-workspaces-example/plus-two
v0.0.5
Published
Takes a number and adds two to it.
Downloads
7
Readme
Plus Two
Takes a number and adds two to it.
Installation
yarn add @yarn-workspaces-example/plus-two
Usage
import { plusTwo } from '@yarn-workspaces-example/plus-two';
plusTwo(1); // 3