mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 18:54:28 +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.