diff --git a/types/http-build-query/index.d.ts b/types/http-build-query/index.d.ts index 386eb1e62a..5b00a2cd78 100644 --- a/types/http-build-query/index.d.ts +++ b/types/http-build-query/index.d.ts @@ -1,7 +1,7 @@ // Type definitions for http-build-query 0.7 // Project: https://github.com/vladzadvorny/http-build-query // Definitions by: Alex Ungureanu -// Definitions: https://github.com/DefinitelyTyped/http-build-query +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function httpBuildQuery( queryData: { [param: string]: string | number },