mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
* Add missing query overloads Add overloads to the `Request.query` method function to support using it as a tagged template. * Update tests to include new signatures Add tests for the tagged template query overload on the `Reqest` interface. * Remove type declarations from tagged template usage This usage is incompatible with older typescript versions.