diff --git a/types/urijs/index.d.ts b/types/urijs/index.d.ts index 9546b50820..d3b69de46e 100644 --- a/types/urijs/index.d.ts +++ b/types/urijs/index.d.ts @@ -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;