An easy to extend the exiting array and add some very common utilities.
import c from '@jrishabh55/colletion-ts'
const values = c(1, 2, 3, 4, 1, 3, 2)
const newUniqCollection = values.uniq();
console.log(newUniqCollectionn)
Add more utilities over time.
Better docs.
Generated using TypeDoc