Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 201 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 201 Bytes

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