inferred-types 1.0.0-beta.3 → 1.0.0-beta.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.
- 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.mts.map +1 -1
- package/modules/types/dist/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10280,7 +10280,7 @@ declare function getUrlQueryParams<T extends string, S extends string | undefine
|
|
|
10280
10280
|
* Returns the default port which the given URL string would use
|
|
10281
10281
|
* based on the protocol detected in this string.
|
|
10282
10282
|
*/
|
|
10283
|
-
declare function getUrlDefaultPort<T extends string>(url: T): 22 |
|
|
10283
|
+
declare function getUrlDefaultPort<T extends string>(url: T): 22 | 21 | 23 | 25 | 80 | 443 | 53 | 853 | 142 | 110;
|
|
10284
10284
|
/**
|
|
10285
10285
|
* **getUrlPort**`(url, [resolve])`
|
|
10286
10286
|
*
|