Posted on February 27, 2019 by Andreas PlahnTypeScript vs. C#: LINQ TypeScript counterparts for C# LINQ. Source: TypeScript vs. C#: LINQ Share this:ShareTwitterFacebookLinkedInEmailPrint Related
There is a library which provides strongly-typed, queryable collections in typescript. The collections are: List Dictionary The library is called ts-generic-collections. Source code on GitHub: https://github.com/VeritasSoftware/ts-generic-collections Reply
There is a library which provides strongly-typed, queryable collections in typescript.
The collections are:
List
Dictionary
The library is called ts-generic-collections.
Source code on GitHub:
https://github.com/VeritasSoftware/ts-generic-collections