hello-world-art

1.0.3 • Public • Published

Package Use

using this package we can calculate addition, subtraction, multiplication and dividation of two number

Installation

npm i hello-world-art

const {add, sub, mul, div} = require('hello-world-art')
console.log( add( 10, 20 ) );
console.log( sub( 10, 20 ) );
console.log( mul( 10, 20 ) );
console.log( div( 10, 20 ) );

/hello-world-art/

    Package Sidebar

    Install

    npm i hello-world-art

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    1.16 kB

    Total Files

    3

    Last publish

    Collaborators

    • deepak.gupta