inferred-types 1.2.4 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20324,7 +20324,7 @@ declare function getUrlQueryParams<T$1 extends string, S$1 extends string | unde
20324
20324
  * Returns the default port which the given URL string would use
20325
20325
  * based on the protocol detected in this string.
20326
20326
  */
20327
- declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 22 | 21 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
20327
+ declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 21 | 22 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
20328
20328
  /**
20329
20329
  * **getUrlPort**`(url, [resolve])`
20330
20330
  *
@@ -20324,7 +20324,7 @@ declare function getUrlQueryParams<T$1 extends string, S$1 extends string | unde
20324
20324
  * Returns the default port which the given URL string would use
20325
20325
  * based on the protocol detected in this string.
20326
20326
  */
20327
- declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 22 | 21 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
20327
+ declare function getUrlDefaultPort<T$1 extends string>(url: T$1): 21 | 22 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
20328
20328
  /**
20329
20329
  * **getUrlPort**`(url, [resolve])`
20330
20330
  *