I love Laravel Collections and I wanted to use them in my TS projects. I tried to find a library that implements them with a good support for JS objects, but I couldn't find any that satisfied my needs, so I decided to create my own.
There are some little differences between Laravel Collections and TS Collections due to how JS/TS works:
ts-collections
and Laravel Collectionsentries
toObject
toMap
isArray
(protected)chunkWhile
countBy
Planned releases here: https://github.com/users/maicol07/projects/4/views/1
Generated using TypeDoc