mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 10:59:55 +08:00
* Fix typo Enumberable -> Enumerable * Set return type to Enumerable of filter, reject etc to support chaining * findBy value type should be any, not string * Convert return type for Enumerable to NativeArray<T>