super_puper_calculator_varakin
v1.0.1
Published
A simple npm package that adds two numbers.
Downloads
9
Readme
My Awesome NPM Package
Installation
To install the package, run the following command:
npm install super_puper_calculator_varakin
Usage Once the package is installed, you can use it in your JavaScript code by importing it. Here’s a simple example:
// Import the sum function from the package
import sum from 'super_puper_calculator_varakin';
// Use the sum function
const result = sum(5, 10);
console.log(`The sum of 5 and 10 is: ${result}`); // Output: The sum of 5 and 10 is: 15