inferred-types 1.1.2 → 1.1.3
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.
- package/modules/constants/dist/index.d.ts.map +1 -1
- package/modules/runtime/dist/index.d.cts +1 -1
- package/modules/runtime/dist/index.d.cts.map +1 -1
- package/modules/runtime/dist/index.d.ts +1 -1
- package/modules/runtime/dist/index.d.ts.map +1 -1
- package/modules/types/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10259,7 +10259,7 @@ declare function getUrlQueryParams<T extends string, S extends string | undefine
|
|
|
10259
10259
|
* Returns the default port which the given URL string would use
|
|
10260
10260
|
* based on the protocol detected in this string.
|
|
10261
10261
|
*/
|
|
10262
|
-
declare function getUrlDefaultPort<T extends string>(url: T): 22 |
|
|
10262
|
+
declare function getUrlDefaultPort<T extends string>(url: T): 22 | 21 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
|
|
10263
10263
|
/**
|
|
10264
10264
|
* **getUrlPort**`(url, [resolve])`
|
|
10265
10265
|
*
|