[http-build-query] Repair links (#47486)

This commit is contained in:
Jack Bates 2020-09-14 13:55:58 -07:00 committed by GitHub
parent 4776e19010
commit 8c6fb2adc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Type definitions for http-build-query 0.7
// Project: https://github.com/vladzadvorny/http-build-query
// Definitions by: Alex Ungureanu <https://github.com/alexu740>
// Definitions: https://github.com/DefinitelyTyped/http-build-query
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function httpBuildQuery(
queryData: { [param: string]: string | number },