1.0.1 • Published 2 years ago

@patrady/test-project v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Test Project

Shields.io NPM Badge

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
1.0.1

2 years ago

1.0.0

2 years ago