numadder

1.0.0 • Public • Published

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

/numadder/

    Package Sidebar

    Install

    npm i numadder

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    873 B

    Total Files

    3

    Last publish

    Collaborators

    • supernived