1.0.0 • Published 7 months ago

hb-sample-mathops v1.0.0

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

Math Operations SDK

This is a simple SDK that allows you to perform basic math operations like addition and multiplication on two numbers.

Functions

  • add(num1, num2): Adds two numbers.
  • multiply(num1, num2): Multiplies two numbers.

Installation

To install the SDK:

npm install hb-sample-mathops
1.0.0

7 months ago