@jrishabh55/collections-ts
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Collections - TS

An easy to extend the exiting array and add some very common utilities.

Badges

MIT License

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.

Readme

Keywords

Package Sidebar

Install

npm i @jrishabh55/collections-ts

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

14.5 kB

Total Files

13

Last publish

Collaborators

  • jrishabh55