1.0.0 • Published 12 months ago
thong_test_first_package v1.0.0
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
1.0.0
12 months ago