mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-26 05:10:02 +00:00
If options can be assigned to both the paginated and non-paginated overloads, the non-paginated overload was taking precedence. Function overloads should be ordered from most-specific to least-specific so the correct one is picked.