Update index.d.ts (#43525)

This commit is contained in:
Vincenzo Chianese 2020-04-01 11:46:40 -05:00 committed by GitHub
parent cb3d627af8
commit 1c407ae2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ declare const URI: {
* @description Wrapper for `URITemplate#expand`. Only present after
* importing `urijs/src/URITemplate` explicitly.
*/
expand?: (template: string, vals: object) => URI;
expand?: (template: string, vals: object) => string;
iso8859(): void;