mcarbaugh / jinq

A partial port of LINQ for typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jinq

A partial port of LINQ for typescript. The current version supports:

  • sortBy
  • sortByDescending
  • thenBy
  • thenByDescending
  • where
  • remove
  • select
  • count
  • sum
  • min
  • max
  • avg
  • toArray

About

A partial port of LINQ for typescript.

License:MIT License


Languages

Language:TypeScript 100.0%