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.
2 parents 85a810a + a97bbb0 commit eb3dc5fCopy full SHA for eb3dc5f
src/index.js
@@ -24,6 +24,7 @@ import normalizeUrl from "normalize-url";
24
* - `protocol` (String): The first protocol, `"ssh"` (if the url is a ssh url) or `"file"`.
25
* - `port` (null|Number): The domain port.
26
* - `resource` (String): The url domain (including subdomains).
27
+ * - `host` (String): The fully qualified domain name of a network host, or its IP address.
28
* - `user` (String): The authentication user (usually for ssh urls).
29
* - `pathname` (String): The url pathname.
30
* - `hash` (String): The url hash.
0 commit comments