thong_test_first_package
v1.0.0
Published
A simple package that adds two numbers
Downloads
2
Readme
Simple Math Package
This is a simple package that provides a function to add two numbers.
Installation
npm install simple-math-package
Usage
const { add } = require('simple-math-package');
console.log(add(2, 3)); // Outputs: 5