kutyel / linq.ts

🌀LINQ for TypeScript

Home Page:http://kutyel.github.io/linq.ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support TypeScript in Strict mode

kutyel opened this issue · comments

Right now there are quite a few type errors (especially regarding predicate functions) if you enable the strict mode of TypeScript, the goal is to fix all those to make the library more type-safe.

{
  "strict": true
}

Since this is a breaking change, fixing this issue will provoke the release of a v2.0.0 version.