js-array-utility
v1.0.2
Published
A simple set of utility functions for array operations (remove duplicates, max, min).
Maintainers
Readme
array-helper-js
array-helper-js is a simple JavaScript utility library that provides a set of useful functions for working with arrays, such as removing duplicates, finding the maximum value, and finding the minimum value.
Features
- Remove Duplicates: Easily remove duplicate values from an array.
- Max Number: Find the maximum value in an array.
- Min Number: Find the minimum value in an array.
Installation
You can install array-helper-js using npm:
npm install array-helper-js