An open API service indexing awesome lists of open source software.

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

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/).