0.2.0 • Published 2 years ago
@jrishabh55/collections-ts v0.2.0
Collections - TS
An easy to extend the exiting array and add some very common utilities.
Badges
Documentation
import c from '@jrishabh55/colletion-ts'
const values = c(1, 2, 3, 4, 1, 3, 2)
const newUniqCollection = values.uniq();
console.log(newUniqCollectionn)
Roadmap
Add more utilities over time.
Better docs.