We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uriDetails
URIComponents
uri-js
1 parent 3371c1e commit 1c955a7Copy full SHA for 1c955a7
index.d.ts
@@ -2,6 +2,8 @@
2
* Various utilities for JSON References *(http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03)* and
3
* JSON Pointers *(https://tools.ietf.org/html/rfc6901)*.
4
*/
5
+import { URIComponents } from 'uri-js';
6
+
7
declare module 'json-refs' {
8
/**
9
* Clears the internal cache of remote documents, reference details, etc.
@@ -304,7 +306,7 @@ declare module 'json-refs' {
304
306
* Detailed information about the URI as provided by
305
307
* {@link https://github.com/garycourt/uri-js|URI.parse}.
308
- uriDetails: object;
309
+ uriDetails: URIComponents;
310
311
* The JSON Reference type *(This value can be one of the following: `invalid`, `local`,
312
* `relative` or `remote`.)*
0 commit comments