README
JavaScript Array Utilities 💡
| Utility function | Description |
|---|---|
| removeDuplicates | Removes duplicates in the an array and returns all unique values as an array |
| emptyArray | Removes all the elements in an array |
Array utility functions
<script type="module">
import chilupaArrayUtils from 'https://cdn.skypack.dev/@chilupa/array-utils';
</script>
| Utility function | Description |
|---|---|
| removeDuplicates | Removes duplicates in the an array and returns all unique values as an array |
| emptyArray | Removes all the elements in an array |