1.0.2 • Published 2 years ago

test-add-hmynnd v1.0.2

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

This is a simple npm package library just for learning & teaching purpose.

how to use:

const {add, subtract, multiply, divide, percent } = require('test-add-hmynnd')

example:

console.log('sum:',add(3, 5)) console.log('minus:',subtract(3, 5)) console.log('product:',multiply(3, 5))

1.0.2

2 years ago

1.0.1

2 years ago