2.0.0 • Published 2 years ago

easy-utils-greg v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago