@patrady/test-project
v1.0.1
Published
Test Description
Downloads
1
Readme
Test Project
Are you tired of doing mental math? This test project will add two numbers together for you!
Getting Started
Installation
yarn install @patrady/test-project
Usage
import { add } from "@patrady/test-project";
const total = add(1, 2);
console.log(total); // 3