https://github.com/phrolovia/ts-collections
A simple data structures library for TypeScript
https://github.com/phrolovia/ts-collections
collections enumerable linq typescript
Last synced: about 2 months ago
JSON representation
A simple data structures library for TypeScript
- Host: GitHub
- URL: https://github.com/phrolovia/ts-collections
- Owner: phrolovia
- License: mit
- Created: 2022-06-29T02:55:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T02:02:17.000Z (3 months ago)
- Last Synced: 2026-03-28T07:06:22.276Z (3 months ago)
- Topics: collections, enumerable, linq, typescript
- Language: TypeScript
- Homepage:
- Size: 6.34 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ts-collections
A comprehensive TypeScript library providing a rich set of common data structures and utility functions with LINQ-like enumeration support, designed for performance, immutability, and ease of use.
## Installation
```shell
npm i @mirei/ts-collections
```
## API
Full API documentation can be found [here](https://phrolovia.github.io/ts-collections/).