2.0.0 • Published 1 year ago

easy-utils-greg v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

EasyUtils

EasyUtils is a lightweight JavaScript library that provides a set of helper functions for common tasks.

Functions

addNumbers(num1, num2)

Adds two numbers and returns the result.

var result = EasyUtils.addNumbers(5, 7);
// Output: 12
2.0.0

1 year ago

1.0.0

1 year ago