From 1c407ae2c824d695b9e1a8257c0a5c67fad2f98d Mon Sep 17 00:00:00 2001 From: Vincenzo Chianese Date: Wed, 1 Apr 2020 11:46:40 -0500 Subject: [PATCH] Update index.d.ts (#43525) --- types/urijs/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;