@jangaba/s42-math-module
v0.1.0
Published
A simple npm package that provides greeting and math functions.
Downloads
4
Readme
My Simple Package
A simple npm package that provides greeting and math functions.
Installation
npm install @jangaba/s42-math-moduleUsage
import { greet, add } from '@jangaba/s42-math-module';
console.log(greet('World')); // Output: Hello, World!
console.log(add(2, 3)); // Output: 5License
MIT
