mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#43525)
This commit is contained in:
parent
cb3d627af8
commit
1c407ae2c8
2
types/urijs/index.d.ts
vendored
2
types/urijs/index.d.ts
vendored
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user