mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-06 21:54:35 +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>