1.0.3 • Published 2 years ago

hello-world-art v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 ) );
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago