diff --git a/types/url-parse/index.d.ts b/types/url-parse/index.d.ts index e9dbd83208..cb3bc75dd5 100644 --- a/types/url-parse/index.d.ts +++ b/types/url-parse/index.d.ts @@ -23,7 +23,7 @@ declare namespace URLParse { | 'username'; type QueryParser = (query: string) => object; - + type StringifyQuery = (query: object) => string; }