mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00: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>