0.1.0 • Published 1 year ago

@jangaba/s42-math-commonjs v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

My Simple Package

A simple npm package that provides greeting and math functions.

Installation

npm install @jangaba/s42-math-commonjs

Usage

const { greet, add } = require('@jangaba/s42-math-commonjs');

console.log(greet('World')); // Output: Hello, World!
console.log(add(2, 3));      // Output: 5

License

MIT

0.1.0

1 year ago