1.0.0 • Published 6 months ago

numadder v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

add-two-numbers

A simple npm package that adds two numbers together.

Installation

npm install package.json

Usage

const numAdder = require('numadder');

const result = numAdder.addTwoNumbers(3, 4);
console.log(result); // Output: 7
1.0.0

6 months ago