@rzl-zone/utils-js 3.11.1 → 3.12.1-beta.0

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.
Files changed (286) hide show
  1. package/{LICENSE.md → LICENSE} +3 -3
  2. package/README.md +62 -89
  3. package/dist/.references/index.d.cts +25 -0
  4. package/dist/.references/index.d.ts +25 -0
  5. package/dist/assertIsArray-BChqwPiP.cjs +26 -0
  6. package/dist/assertIsArray-BChqwPiP.cjs.map +1 -0
  7. package/dist/assertIsArray-BfAbIUfa.js +20 -0
  8. package/dist/assertIsArray-BfAbIUfa.js.map +1 -0
  9. package/dist/assertIsBoolean-BlBct0Fc.js +1073 -0
  10. package/dist/assertIsBoolean-BlBct0Fc.js.map +1 -0
  11. package/dist/assertIsBoolean-DozdtbNi.cjs +1283 -0
  12. package/dist/assertIsBoolean-DozdtbNi.cjs.map +1 -0
  13. package/dist/assertIsString-Bvk7bUL7.cjs +26 -0
  14. package/dist/assertIsString-Bvk7bUL7.cjs.map +1 -0
  15. package/dist/assertIsString-DqV9NwbI.js +20 -0
  16. package/dist/assertIsString-DqV9NwbI.js.map +1 -0
  17. package/dist/assertions/index.cjs +37 -40
  18. package/dist/assertions/index.cjs.map +1 -0
  19. package/dist/assertions/index.d.cts +12 -0
  20. package/dist/assertions/index.d.ts +10 -824
  21. package/dist/assertions/index.js +30 -13
  22. package/dist/assertions/index.js.map +1 -0
  23. package/dist/conversions/index.cjs +34 -103
  24. package/dist/conversions/index.d.cts +12 -0
  25. package/dist/conversions/index.d.ts +10 -1791
  26. package/dist/conversions/index.js +14 -24
  27. package/dist/conversions-CBs8-REq.cjs +448 -0
  28. package/dist/conversions-CBs8-REq.cjs.map +1 -0
  29. package/dist/conversions-EMJa3g-D.js +382 -0
  30. package/dist/conversions-EMJa3g-D.js.map +1 -0
  31. package/dist/events/index.cjs +55 -31
  32. package/dist/events/index.cjs.map +1 -0
  33. package/dist/events/index.d.cts +174 -0
  34. package/dist/events/index.d.ts +31 -35
  35. package/dist/events/index.js +50 -12
  36. package/dist/events/index.js.map +1 -0
  37. package/dist/formatEnvPort-DpIXzPAZ.js +159 -0
  38. package/dist/formatEnvPort-DpIXzPAZ.js.map +1 -0
  39. package/dist/formatEnvPort-hHNvOim-.cjs +171 -0
  40. package/dist/formatEnvPort-hHNvOim-.cjs.map +1 -0
  41. package/dist/formatters/index.cjs +21 -61
  42. package/dist/formatters/index.d.cts +12 -0
  43. package/dist/formatters/index.d.ts +10 -2152
  44. package/dist/formatters/index.js +10 -18
  45. package/dist/formatters-QcZO_Cpx.js +367 -0
  46. package/dist/formatters-QcZO_Cpx.js.map +1 -0
  47. package/dist/formatters-lAYgA11L.cjs +427 -0
  48. package/dist/formatters-lAYgA11L.cjs.map +1 -0
  49. package/dist/generators/index.cjs +161 -41
  50. package/dist/generators/index.cjs.map +1 -0
  51. package/dist/generators/index.d.cts +12 -0
  52. package/dist/generators/index.d.ts +10 -338
  53. package/dist/generators/index.js +154 -14
  54. package/dist/generators/index.js.map +1 -0
  55. package/dist/index-26W7ItWx.d.ts +760 -0
  56. package/dist/index-BPPQjAfs.d.cts +2359 -0
  57. package/dist/index-BXjlgBLz.d.cts +2139 -0
  58. package/dist/index-B_Wwo91H.d.ts +2359 -0
  59. package/dist/index-CpufydcI.d.cts +704 -0
  60. package/dist/index-Czc4O526.d.ts +333 -0
  61. package/dist/index-DPs1_p5G.d.cts +760 -0
  62. package/dist/index-DRpOyBSC.d.ts +1703 -0
  63. package/dist/index-DWWvtHUn.d.cts +822 -0
  64. package/dist/index-DnM0LD0n.d.cts +333 -0
  65. package/dist/index-GUZ9fK6T.d.ts +2139 -0
  66. package/dist/index-I4fAzwXV.d.ts +704 -0
  67. package/dist/index-JDrOl_19.d.ts +822 -0
  68. package/dist/index-b66P49Qe.d.cts +1703 -0
  69. package/dist/isBigInt-B1cijjqm.cjs +20 -0
  70. package/dist/isBigInt-B1cijjqm.cjs.map +1 -0
  71. package/dist/isBigInt-C0bN0Rhu.js +14 -0
  72. package/dist/isBigInt-C0bN0Rhu.js.map +1 -0
  73. package/dist/isEmptyObject-DI42NEo0.cjs +37 -0
  74. package/dist/isEmptyObject-DI42NEo0.cjs.map +1 -0
  75. package/dist/isEmptyObject-DeLVIJpl.js +25 -0
  76. package/dist/isEmptyObject-DeLVIJpl.js.map +1 -0
  77. package/dist/isEmptyString-BTUWYTbw.js +15 -0
  78. package/dist/isEmptyString-BTUWYTbw.js.map +1 -0
  79. package/dist/isEmptyString-CCK3bP74.cjs +21 -0
  80. package/dist/isEmptyString-CCK3bP74.cjs.map +1 -0
  81. package/dist/isEmptyValue-DMSMFTU8.cjs +30 -0
  82. package/dist/isEmptyValue-DMSMFTU8.cjs.map +1 -0
  83. package/dist/isEmptyValue-fjnfQnt5.js +24 -0
  84. package/dist/isEmptyValue-fjnfQnt5.js.map +1 -0
  85. package/dist/isEqual-B1fRgEuU.cjs +111 -0
  86. package/dist/isEqual-B1fRgEuU.cjs.map +1 -0
  87. package/dist/isEqual-DhyP8fB_.js +87 -0
  88. package/dist/isEqual-DhyP8fB_.js.map +1 -0
  89. package/dist/isFinite-BYMOo0os.js +15 -0
  90. package/dist/isFinite-BYMOo0os.js.map +1 -0
  91. package/dist/isFinite-sFkps2TY.cjs +21 -0
  92. package/dist/isFinite-sFkps2TY.cjs.map +1 -0
  93. package/dist/isInteger-DS9V7l_f.js +14 -0
  94. package/dist/isInteger-DS9V7l_f.js.map +1 -0
  95. package/dist/isInteger-FTCthMre.cjs +20 -0
  96. package/dist/isInteger-FTCthMre.cjs.map +1 -0
  97. package/dist/isPlainObject-DcFGh3_5.d.ts +530 -0
  98. package/dist/isPlainObject-doTI11Ib.d.cts +530 -0
  99. package/dist/isServer-D1TXfOs3.js +14 -0
  100. package/dist/isServer-D1TXfOs3.js.map +1 -0
  101. package/dist/isServer-q-QLFCqE.cjs +20 -0
  102. package/dist/isServer-q-QLFCqE.cjs.map +1 -0
  103. package/dist/isTypedArray-47R0wdrc.js +31 -0
  104. package/dist/isTypedArray-47R0wdrc.js.map +1 -0
  105. package/dist/isTypedArray-DiCoqffZ.cjs +43 -0
  106. package/dist/isTypedArray-DiCoqffZ.cjs.map +1 -0
  107. package/dist/isURL-CQiowFq2.js +14 -0
  108. package/dist/isURL-CQiowFq2.js.map +1 -0
  109. package/dist/isURL-WZypXsax.cjs +20 -0
  110. package/dist/isURL-WZypXsax.cjs.map +1 -0
  111. package/dist/isValidDomain-BSXshgkC.cjs +1788 -0
  112. package/dist/isValidDomain-BSXshgkC.cjs.map +1 -0
  113. package/dist/isValidDomain-DwA2EN79.js +1782 -0
  114. package/dist/isValidDomain-DwA2EN79.js.map +1 -0
  115. package/dist/next/index.cjs +119 -212
  116. package/dist/next/index.cjs.map +1 -0
  117. package/dist/next/index.d.cts +226 -0
  118. package/dist/next/index.d.ts +26 -31
  119. package/dist/next/index.js +117 -210
  120. package/dist/next/index.js.map +1 -0
  121. package/dist/next/server/index.cjs +25 -40
  122. package/dist/next/server/index.cjs.map +1 -0
  123. package/dist/next/server/index.d.cts +39 -0
  124. package/dist/next/server/index.d.ts +9 -10
  125. package/dist/next/server/index.js +23 -38
  126. package/dist/next/server/index.js.map +1 -0
  127. package/dist/noop-B2mTBhW-.cjs +18 -0
  128. package/dist/noop-B2mTBhW-.cjs.map +1 -0
  129. package/dist/noop-BzktGBVz.js +12 -0
  130. package/dist/noop-BzktGBVz.js.map +1 -0
  131. package/dist/normalizeSpaces-DQHR3Tlr.cjs +29 -0
  132. package/dist/normalizeSpaces-DQHR3Tlr.cjs.map +1 -0
  133. package/dist/normalizeSpaces-WS_iERJk.js +23 -0
  134. package/dist/normalizeSpaces-WS_iERJk.js.map +1 -0
  135. package/dist/normalizeString-2WLth_Gj.js +15 -0
  136. package/dist/normalizeString-2WLth_Gj.js.map +1 -0
  137. package/dist/normalizeString-D8euBcRD.cjs +21 -0
  138. package/dist/normalizeString-D8euBcRD.cjs.map +1 -0
  139. package/dist/operations/index.cjs +65 -32
  140. package/dist/operations/index.cjs.map +1 -0
  141. package/dist/operations/index.d.cts +139 -0
  142. package/dist/operations/index.d.ts +10 -15
  143. package/dist/operations/index.js +61 -17
  144. package/dist/operations/index.js.map +1 -0
  145. package/dist/parsers/index.cjs +12 -19
  146. package/dist/parsers/index.d.cts +239 -0
  147. package/dist/parsers/index.d.ts +71 -72
  148. package/dist/parsers/index.js +10 -12
  149. package/dist/parsers-DXtpsDyj.cjs +649 -0
  150. package/dist/parsers-DXtpsDyj.cjs.map +1 -0
  151. package/dist/parsers-Dpuq-V4u.js +643 -0
  152. package/dist/parsers-Dpuq-V4u.js.map +1 -0
  153. package/dist/parsing-B43x1sxn.js +50 -0
  154. package/dist/parsing-B43x1sxn.js.map +1 -0
  155. package/dist/parsing-lRoxn1Nz.cjs +56 -0
  156. package/dist/parsing-lRoxn1Nz.cjs.map +1 -0
  157. package/dist/predicates/index.cjs +91 -296
  158. package/dist/predicates/index.d.cts +13 -0
  159. package/dist/predicates/index.d.ts +12 -2482
  160. package/dist/predicates/index.js +23 -25
  161. package/dist/predicates-DiaYA7Ps.cjs +413 -0
  162. package/dist/predicates-DiaYA7Ps.cjs.map +1 -0
  163. package/dist/predicates-gNepszvo.js +257 -0
  164. package/dist/predicates-gNepszvo.js.map +1 -0
  165. package/dist/promises/index.cjs +76 -24
  166. package/dist/promises/index.cjs.map +1 -0
  167. package/dist/promises/index.d.cts +123 -0
  168. package/dist/promises/index.d.ts +28 -31
  169. package/dist/promises/index.js +73 -13
  170. package/dist/promises/index.js.map +1 -0
  171. package/dist/punyCode-CTWXVVFo.cjs +185 -0
  172. package/dist/punyCode-CTWXVVFo.cjs.map +1 -0
  173. package/dist/punyCode-hmiFzLWT.js +179 -0
  174. package/dist/punyCode-hmiFzLWT.js.map +1 -0
  175. package/dist/removeSpaces-BE8lfh-4.js +19 -0
  176. package/dist/removeSpaces-BE8lfh-4.js.map +1 -0
  177. package/dist/removeSpaces-DRRxNWlb.cjs +25 -0
  178. package/dist/removeSpaces-DRRxNWlb.cjs.map +1 -0
  179. package/dist/safeJsonParse-BBnQElk8.cjs +208 -0
  180. package/dist/safeJsonParse-BBnQElk8.cjs.map +1 -0
  181. package/dist/safeJsonParse-CXruaP0p.js +184 -0
  182. package/dist/safeJsonParse-CXruaP0p.js.map +1 -0
  183. package/dist/safeStableStringify-BNh3D0K0.js +88 -0
  184. package/dist/safeStableStringify-BNh3D0K0.js.map +1 -0
  185. package/dist/safeStableStringify-Cc62pfRp.cjs +106 -0
  186. package/dist/safeStableStringify-Cc62pfRp.cjs.map +1 -0
  187. package/dist/strings/index.cjs +76 -81
  188. package/dist/strings/index.cjs.map +1 -0
  189. package/dist/strings/index.d.cts +12 -0
  190. package/dist/strings/index.d.ts +10 -775
  191. package/dist/strings/index.js +59 -14
  192. package/dist/strings/index.js.map +1 -0
  193. package/dist/tailwind/index.cjs +19 -47
  194. package/dist/tailwind/index.d.cts +12 -0
  195. package/dist/tailwind/index.d.ts +11 -712
  196. package/dist/tailwind/index.js +10 -12
  197. package/dist/tailwind-DJ4cmLUw.cjs +247 -0
  198. package/dist/tailwind-DJ4cmLUw.cjs.map +1 -0
  199. package/dist/tailwind-IJvOdkZp.js +199 -0
  200. package/dist/tailwind-IJvOdkZp.js.map +1 -0
  201. package/dist/toStringArrayUnRecursive-CFs0jTEg.js +39 -0
  202. package/dist/toStringArrayUnRecursive-CFs0jTEg.js.map +1 -0
  203. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs +51 -0
  204. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs.map +1 -0
  205. package/dist/urls/index.cjs +129 -57
  206. package/dist/urls/index.cjs.map +1 -0
  207. package/dist/urls/index.d.cts +740 -0
  208. package/dist/urls/index.d.ts +218 -224
  209. package/dist/urls/index.js +121 -26
  210. package/dist/urls/index.js.map +1 -0
  211. package/package.json +203 -194
  212. package/dist/chunk-22V4WP3H.js +0 -53
  213. package/dist/chunk-2XSZ2ANI.js +0 -63
  214. package/dist/chunk-3T6VSWYX.js +0 -21
  215. package/dist/chunk-5WIEDF2J.js +0 -1823
  216. package/dist/chunk-6EDFZJZ5.cjs +0 -598
  217. package/dist/chunk-6LXWT2I5.js +0 -32
  218. package/dist/chunk-6YGBRENU.js +0 -209
  219. package/dist/chunk-7FGNVDEV.cjs +0 -38
  220. package/dist/chunk-AXDYWO67.js +0 -119
  221. package/dist/chunk-B6PMNZ4M.cjs +0 -35
  222. package/dist/chunk-BAV5T2E3.cjs +0 -15
  223. package/dist/chunk-BLF7SD66.js +0 -95
  224. package/dist/chunk-BMZZXZJ2.cjs +0 -30
  225. package/dist/chunk-BOYP3ARU.js +0 -264
  226. package/dist/chunk-BPYW5YL7.js +0 -16
  227. package/dist/chunk-C2PV3VWC.cjs +0 -118
  228. package/dist/chunk-CCJ2MSN7.js +0 -16
  229. package/dist/chunk-DAPAK2W3.cjs +0 -123
  230. package/dist/chunk-DLS3G6WQ.cjs +0 -23
  231. package/dist/chunk-DNMCR5JH.js +0 -370
  232. package/dist/chunk-DVMHRLKP.cjs +0 -16
  233. package/dist/chunk-EBYFYZW4.cjs +0 -26
  234. package/dist/chunk-ENMRZ4BE.js +0 -302
  235. package/dist/chunk-FJ4BQFVO.js +0 -587
  236. package/dist/chunk-GIKL4PUF.cjs +0 -106
  237. package/dist/chunk-GOFINGT6.js +0 -35
  238. package/dist/chunk-GXKQ3LHF.js +0 -101
  239. package/dist/chunk-HNBRGN4R.js +0 -24
  240. package/dist/chunk-HYN6FC5A.cjs +0 -249
  241. package/dist/chunk-IZGVBYFN.js +0 -242
  242. package/dist/chunk-JIE447J5.js +0 -676
  243. package/dist/chunk-JXEIJM5M.cjs +0 -237
  244. package/dist/chunk-K47GZDBH.js +0 -115
  245. package/dist/chunk-K5536YHG.cjs +0 -269
  246. package/dist/chunk-KHO2SBNA.cjs +0 -16
  247. package/dist/chunk-KXJ7X325.cjs +0 -308
  248. package/dist/chunk-L5RDAVVH.js +0 -14
  249. package/dist/chunk-LJHPTLWB.js +0 -109
  250. package/dist/chunk-M7ELWZXM.cjs +0 -1825
  251. package/dist/chunk-MSUW5VHZ.js +0 -1590
  252. package/dist/chunk-MUHRPRR7.cjs +0 -65
  253. package/dist/chunk-MV3TSQSH.cjs +0 -397
  254. package/dist/chunk-NLZLXWAU.cjs +0 -678
  255. package/dist/chunk-NVRZPF5M.cjs +0 -18
  256. package/dist/chunk-ONZFBJVW.js +0 -14
  257. package/dist/chunk-PGNL7JXO.cjs +0 -251
  258. package/dist/chunk-Q4GEQS7X.cjs +0 -564
  259. package/dist/chunk-QNKGP5DY.js +0 -14
  260. package/dist/chunk-QYI2VJLS.cjs +0 -211
  261. package/dist/chunk-RBWZII5I.js +0 -59
  262. package/dist/chunk-RMP7VMPB.cjs +0 -33
  263. package/dist/chunk-RZOGBYIS.js +0 -21
  264. package/dist/chunk-SU3UELUB.cjs +0 -36
  265. package/dist/chunk-SYHPSOUU.cjs +0 -1626
  266. package/dist/chunk-SZUNAEMR.js +0 -246
  267. package/dist/chunk-TER22LO4.cjs +0 -64
  268. package/dist/chunk-TJHGRQ4P.js +0 -33
  269. package/dist/chunk-U23I7JPB.cjs +0 -56
  270. package/dist/chunk-U7HHN47R.js +0 -552
  271. package/dist/chunk-UDA26MCU.cjs +0 -16
  272. package/dist/chunk-UIAWUZ4H.js +0 -31
  273. package/dist/chunk-ULQPCIA2.js +0 -16
  274. package/dist/chunk-VJDDGRIK.cjs +0 -16
  275. package/dist/chunk-WETQI6HM.js +0 -232
  276. package/dist/chunk-WLOQQFDS.cjs +0 -18
  277. package/dist/chunk-WVSPXFTY.js +0 -14
  278. package/dist/chunk-WXFTVXBF.cjs +0 -23
  279. package/dist/chunk-XPVTIGU2.cjs +0 -113
  280. package/dist/chunk-XX6RUGTM.cjs +0 -18
  281. package/dist/chunk-YWHHVDT4.js +0 -13
  282. package/dist/chunk-ZPDMWDGZ.cjs +0 -101
  283. package/dist/chunk-ZVWZEGQP.js +0 -28
  284. package/dist/index.d.ts +0 -24
  285. package/dist/isPlainObject-0p3VveWr.d.ts +0 -534
  286. package/dist/rzl-utils.global.js +0 -10
@@ -0,0 +1,740 @@
1
+ /*!
2
+ * ========================================================================
3
+ * @rzl-zone/utils-js
4
+ * ------------------------------------------------------------------------
5
+ * Version: `3.12.1-beta.0`
6
+ * Author: `Rizalvin Dwiky <rizalvindwiky@gmail.com>`
7
+ * Repository: `https://github.com/rzl-zone/rzl-zone/tree/main/packages/utils-js`
8
+ * ========================================================================
9
+ */
10
+ /** ----------------------------------------------------------
11
+ * * ***Type-Utility: `QueryParamPairs`.***
12
+ * ----------------------------------------------------------
13
+ * **Represents a non-empty array of key–value pairs.**
14
+ * @description
15
+ * Type for `queryParams` parameter, the second parameter of ***`constructURL` utility function***.
16
+ * - **Behavior:**
17
+ * - Each inner tuple strictly follows the `[string, string | number]` shape.
18
+ * - Ensures the outer array contains **at least one pair** (non-empty).
19
+ * - Commonly used for URL construction parameters,
20
+ * query string segments, or other key–value structured data.
21
+ * @example
22
+ * // ✅ valid usage
23
+ * const params: QueryParamPairs = [
24
+ * ["foo", 1],
25
+ * ["bar", "baz"]
26
+ * ];
27
+ * constructURL("https://example.com", params);
28
+ *
29
+ * // ❌ invalid: must contain at least one item
30
+ * const empty: QueryParamPairs = [];
31
+ *
32
+ * // ❌ invalid: key without value pairs.
33
+ * const empty2: QueryParamPairs = [["key"]];
34
+ */
35
+ type QueryParamPairs = [[string, string | number], ...[string, string | number][]];
36
+ /** ---------------------------------
37
+ * * ***Utility: `constructURL`.***
38
+ * ---------------------------------
39
+ * **Constructs a valid URL with optional query parameters and allows selective removal of duplicate parameters.**
40
+ * @param {string | URL} baseUrl The base URL to build upon. Must include protocol (e.g., `"https://"`), `domain`, and may include port and existing query parameters.
41
+ * @param {Iterable<[string, string]> | URLSearchParamsIterator<[string, string]> | QueryParamPairs} [queryParams]
42
+ * Additional query parameters to append or overwrite on the URL.
43
+ * - Accepts any iterable of key-value pairs (like `new URLSearchParams().entries()` and `[[string, string | number]...]`).
44
+ * @param {string[]} [removeParams]
45
+ * A list of query parameter keys to remove from the final URL, whether they were in the base URL or provided queryParams.
46
+ * @returns {URL} A new URL object representing the constructed URL with merged and cleaned query parameters.
47
+ * @throws **{@link TypeError | `TypeError`}** if `baseUrl` is not a valid non-empty string or URL object, or if `queryParams` is not iterable, or if `removeParams` is not an array of strings.
48
+ * @example
49
+ * 1. #### Basic Usage:
50
+ * ```ts
51
+ * constructURL(
52
+ * "https://example.com/path",
53
+ * new URLSearchParams({ a: "1", b: "2" }).entries()
54
+ * );
55
+ * // ➔ URL { href: "https://example.com/path?a=1&b=2", ... }
56
+ * ```
57
+ * 2. #### Remove parameters from Base and Added:
58
+ * ```ts
59
+ * // with new URLSearchParams({ ... }).entries();
60
+ * constructURL(
61
+ * "https://example.com/path?foo=1&bar=2",
62
+ * new URLSearchParams({ bar: "ignored", baz: "3" }).entries(),
63
+ * ["bar"]
64
+ * );
65
+ * // ➔ URL { href: "https://example.com/path?foo=1&baz=3", ... }
66
+ *
67
+ * // with [[string, string | number]...]
68
+ * constructURL(
69
+ * "https://example.com/path?foo=1&bar=2",
70
+ * [["bar", "ignored"],["baz", 3]],
71
+ * ["bar"]
72
+ * );
73
+ * // ➔ URL { href: "https://example.com/path?foo=1&baz=3", ... }
74
+ *
75
+ * const params: QueryParamPairs = [
76
+ * ["foo", 1],
77
+ * ["bar", 2],
78
+ * ["baz", 3]
79
+ * ];
80
+ *
81
+ * constructURL("https://example.com", params, ["bar"]);
82
+ * // ➔ URL { href: "https://example.com/?foo=1&baz=3", ... }
83
+ * ```
84
+ */
85
+ declare const constructURL: (baseUrl: string | URL, queryParams?: URLSearchParamsIterator<[string, string | number]> | QueryParamPairs, removeParams?: string[]) => URL;
86
+ /** ---------------------------------
87
+ * * ***Utility: `extractURLs`.***
88
+ * ---------------------------------
89
+ * **Extracts all valid URLs from a given string.**
90
+ * @description
91
+ * This function scans the input url and returns an array of URLs
92
+ * that match a valid `http` or `https` format.
93
+ * - **Supports:**
94
+ * - Internationalized domain names (IDN), e.g. `https://münich.de`
95
+ * - Unicode & emoji paths, e.g. `https://example.com/🎉/page`
96
+ * - Long URLs with multiple queries & fragments, e.g. `https://example.com/path?foo=1#hash`
97
+ * - **Ignores:**
98
+ * - Non-string inputs
99
+ * - Empty or whitespace-only strings
100
+ * - Non-HTTP(S) protocols (ftp, mailto, etc)
101
+ * @param {string | null | undefined} url - The input string containing potential URLs.
102
+ * @returns {string[] | null} An array of extracted URLs or `null` if no URLs are found.
103
+ * @example
104
+ * extractURLs("Visit https://example.com and https://例子.公司");
105
+ * // ➔ ["https://example.com", "https://例子.公司"]
106
+ * extractURLs("Here: https://example.com/🎉/page");
107
+ * // ➔ ["https://example.com/🎉/page"]
108
+ * extractURLs("ftp://example.com http://example.com");
109
+ * // ➔ ["http://example.com"]
110
+ */
111
+ declare const extractURLs: (url: string | null | undefined) => string[] | null;
112
+ /** --------------------------------------------------------
113
+ * * ***Utility: `getFirstPrefixPathname`.***
114
+ * --------------------------------------------------------
115
+ * **Extract First Valid Prefix from Path Array or String.**
116
+ * - **Main Purpose:**
117
+ * - This function helps extract the first valid URL prefix from various possible inputs.
118
+ * - It is especially useful in routing systems, middleware, or frontend apps that need to
119
+ * decide layout, active navigation, or permissions based on the first segment (or prefix) of a pathname.
120
+ * - **Typical uses include:**
121
+ * - Determining which layout to render (e.g., `/admin` vs `/dashboard` vs `/`).
122
+ * - Highlighting the active menu item in a sidebar based on the current URL.
123
+ * - Enforcing route guards or access controls depending on the URL prefix.
124
+ * - Parsing multi-level route prefixes and selecting the most relevant one.
125
+ * - **Behavior:**
126
+ * - It works as follows:
127
+ * - If `result` is an array of strings, it normalizes each element and returns
128
+ * the first non-root path (i.e., not just `"/"`).
129
+ * - If all items normalize to `"/"`,
130
+ * it returns the `defaultValue` (normalized).
131
+ * - If `result` is a single string, it normalizes it and returns it if valid,
132
+ * otherwise falls back to the normalized `defaultValue`.
133
+ * - If `result` is `null` or `undefined`, it returns the normalized `defaultValue`.
134
+ * - **Validation & Errors:**
135
+ * - Throws a `TypeError` if:
136
+ * - `defaultValue` is not a string or empty-string.
137
+ * - `result` is an array that contains non-string elements.
138
+ * - `result` is a value that is neither `string`, `string[]`, nor `null`.
139
+ * @example
140
+ * 1. #### For React (*Determining layout*):
141
+ * ```ts
142
+ * const prefix = getFirstPrefixPathname(
143
+ * getPrefixPathname(
144
+ * "/admin/settings",
145
+ * ["/admin", "/dashboard"]
146
+ * )
147
+ * );
148
+ *
149
+ * if (prefix === "/admin") {
150
+ * renderAdminLayout();
151
+ * }
152
+ * ```
153
+ *
154
+ * 2. #### Setting active menu state:
155
+ * ```ts
156
+ * const activeSection = getFirstPrefixPathname(["", "/dashboard", "/profile"]);
157
+ * // ➔ "/dashboard"
158
+ * ```
159
+ *
160
+ * 3. #### Providing graceful fallback:
161
+ * ```ts
162
+ * const section = getFirstPrefixPathname([], "/home");
163
+ * // ➔ "/home"
164
+ * ```
165
+ * 4. #### ✅ Using with an Array of Pathnames:
166
+ * ```ts
167
+ * const result = getPrefixPathname([" ", "/dashboard", "/settings"]);
168
+ * console.log(getFirstPrefixPathname(result));
169
+ * // ➔ "/dashboard"
170
+ * ```
171
+ *
172
+ * 5. #### ✅ Using with Single String:
173
+ * ```ts
174
+ * console.log(getFirstPrefixPathname("/profile/settings"));
175
+ * // ➔ "/profile/settings"
176
+ * console.log(getFirstPrefixPathname(" "));
177
+ * // ➔ "/"
178
+ * ```
179
+ *
180
+ * 6. #### ✅ Fallback to Custom Default:
181
+ * ```ts
182
+ * console.log(getFirstPrefixPathname([" ", ""], "/home"));
183
+ * // ➔ "/home"
184
+ * console.log(getFirstPrefixPathname(null, "/dashboard"));
185
+ * // ➔ "/dashboard"
186
+ * ```
187
+ *
188
+ * 7. #### ✅ Throws on Invalid Input:
189
+ * ```ts
190
+ * getFirstPrefixPathname([1, 2] as any); // ➔ ❌ throws TypeError
191
+ * getFirstPrefixPathname({} as any); // ➔ ❌ throws TypeError
192
+ * getFirstPrefixPathname(null, " "); // ➔ ❌ throws TypeError
193
+ * ```
194
+ * @param {string | string[] | null | undefined} result
195
+ * ***The pathname(s) to process, can be:***
196
+ * - A string path (e.g. `"/profile"`),
197
+ * - An array of string paths (e.g. `[" ", "/dashboard"]`),
198
+ * - Or `null`.
199
+ * @param {string} [defaultValue="/"]
200
+ * ***A custom default path to use if `result` is null or no valid prefix is found, behavior:***
201
+ * - Must be a string and non-empty string.
202
+ * - Defaults to `"/"`.
203
+ * @returns {string}
204
+ * ***The first valid normalized pathname, or the normalized default.***
205
+ * @throws **{@link TypeError | `TypeError`}** ***if `result` is not a valid type, or `defaultValue` is not a string or empty-string.***
206
+ */
207
+ declare const getFirstPrefixPathname: (result: string | string[] | null | undefined, defaultValue?: string) => string;
208
+ type GetPrefixPathnameOptions = {
209
+ /** The number of levels to include in the prefix (default is `1`).
210
+ *
211
+ * - For example, with `levels = 2`, the function will return the first two parts of the URL.
212
+ *
213
+ * @default 1
214
+ */
215
+ levels?: number;
216
+ /** Whether to remove duplicates from the result if multiple URLs are passed (default is `true`).
217
+ *
218
+ * @default true
219
+ */
220
+ removeDuplicates?: boolean;
221
+ };
222
+ /** --------------------------------------------------------
223
+ * * ***Utility: `getPrefixPathname`.***
224
+ * --------------------------------------------------------
225
+ * **Get Prefix from URL with Optional Base or Auto-detection (Supports String or Array of URLs).**
226
+ * - **This function extracts the prefix from one or more URLs. It can either:**
227
+ * - Use a provided `base` string or an array of strings to check and return the matching prefix.
228
+ * - Automatically detect the prefix if no `base` is provided by analyzing the first part of the URL.
229
+ * - **The function is flexible and can handle both scenarios:**
230
+ * 1. **When the base is provided as a single string or an array of strings**:
231
+ * - The function will check if the URL starts with one of the provided base(s) and return the matching base.
232
+ * 2. **When the base is not provided**:
233
+ * - The function will automatically detect the prefix by splitting the URL or using a regex.
234
+ * - **Important Notes**:
235
+ * - If a base (or an array of bases) is provided, the URL must start with one of the given base(s).
236
+ * - If no base is provided, the function will attempt to detect the prefix automatically.
237
+ * - The `url` parameter can be either a string or an array of strings.
238
+ * - Supports deduplication of results (enabled by default).
239
+ * - Automatically returns a single string if only one unique result exists after processing.
240
+ * @param {string|string[]} url
241
+ * ***The full URL(s) from which the prefix should be extracted, can be a `string` or an `array of strings`.***
242
+ * @param {string|string[]|null} [base=null]
243
+ * ***The base URL(s) (e.g., `"/settings"`), behavior:***
244
+ * - It can be a `string`, an `array of strings`, or `null`.
245
+ * - If `provided`, it will be used to check the URL(s).
246
+ * - If `not provided`, the prefix will be auto-detected.
247
+ * @param {GetPrefixPathnameOptions} [options]
248
+ * ***Additional options object:***
249
+ * - `levels` (default `1`): The number of segments to include when auto-detecting the prefix (e.g. `/foo/bar` for `levels: 2`).
250
+ * - `removeDuplicates` (default `true`): Whether to remove duplicate prefixes from the final array result.
251
+ * @returns {string|string[]|null}
252
+ * ***Returns one of:***
253
+ * - A single string if only one unique prefix/base is found.
254
+ * - An array of strings if multiple different prefixes/bases are found.
255
+ * - `null` if no matching base is found when using `base`.
256
+ * @throws **{@link TypeError | `TypeError`}**
257
+ * ***if:***
258
+ * - `url` is `not a string` or `not an array of strings`.
259
+ * - `base` is `not a string`, `array of strings`, or `null`.
260
+ * - `options` is `not an object`.
261
+ * - `levels` is `not a number`.
262
+ * - `removeDuplicates` is `not a boolean`.
263
+ * @example
264
+ * - #### ✅ **Correct Usage (With an Array of URLs and Base):**
265
+ * ```ts
266
+ * const routes = [
267
+ * "/settings/profile",
268
+ * "/settings/password",
269
+ * "/settings/other-path",
270
+ * "/other-path/xyz",
271
+ * ];
272
+ *
273
+ * // With base provided as a string
274
+ * routes.forEach(route => {
275
+ * console.log(getPrefixPathname(route, '/settings'));
276
+ * // ➔ "/settings"
277
+ * });
278
+ *
279
+ * // With base provided as an array
280
+ * routes.forEach(route => {
281
+ * console.log(getPrefixPathname(route, ['/settings', '/admin']));
282
+ * // ➔ "/settings" or "/admin" depending on the current URL.
283
+ * });
284
+ * ```
285
+ * - #### ✅ **Correct Usage (With Single URL and Single Base):**
286
+ * ```ts
287
+ * const result = getPrefixPathname("/settings/profile", "/settings");
288
+ * console.log(result); // ➔ "/settings"
289
+ * ```
290
+ * - #### ✅ **Correct Usage (With Multiple URLs and Single Base):**
291
+ * ```ts
292
+ * const result = getPrefixPathname(
293
+ * ["/settings/profile", "/settings/password"],
294
+ * "/settings"
295
+ * );
296
+ * console.log(result); // ➔ "/settings"
297
+ *
298
+ * const result2 = getPrefixPathname(
299
+ * ["/settings/profile", "/other/password"],
300
+ * "/other"
301
+ * );
302
+ * console.log(result2); // ➔ "/other"
303
+ * ```
304
+ * - #### ✅ **Correct Usage (With Multiple URLs and Multiple Bases)**
305
+ * ```ts
306
+ * const result = getPrefixPathname(
307
+ * ["/settings/profile", "/admin/password"],
308
+ * ["/settings", "/admin"]
309
+ * );
310
+ * console.log(result); // ➔ ["/settings", "/admin"]
311
+ * ```
312
+ * - #### ✅ **Auto-detection of Prefix**
313
+ * ```ts
314
+ * const result = getPrefixPathname("/settings/profile");
315
+ * console.log(result); // ➔ "/settings"
316
+ *
317
+ * const result2 = getPrefixPathname(
318
+ * "/settings/profile/info",
319
+ * null,
320
+ * { levels: 2 }
321
+ * );
322
+ * console.log(result2); // ➔ "/settings/profile"
323
+ * ```
324
+ * - #### ✅ **Multiple URLs with Auto-detection**
325
+ * ```ts
326
+ * const result = getPrefixPathname(["/admin/profile", "/settings/password"]);
327
+ * console.log(result); // ➔ ["/admin", "/settings"]
328
+ * ```
329
+ * - #### ✅ **Handling Duplicates**
330
+ * ```ts
331
+ * const result = getPrefixPathname(
332
+ * ["/settings/profile", "/settings/password"],
333
+ * "/settings"
334
+ * );
335
+ * console.log(result); // ➔ "/settings" (deduped to single string)
336
+ *
337
+ * const result2 = getPrefixPathname(
338
+ * ["/settings/profile", "/settings/profile"],
339
+ * "/settings",
340
+ * { removeDuplicates: false }
341
+ * );
342
+ * console.log(result2); // ➔ ["/settings", "/settings"]
343
+ * ```
344
+ * - #### ❌ **Incorrect Usage (URL Does Not Match Base)**
345
+ * ```ts
346
+ * const result = getPrefixPathname("/other-path/profile", "/settings");
347
+ * console.log(result); // ➔ null
348
+ * ```
349
+ */
350
+ declare const getPrefixPathname: (url: string | string[], base?: string | string[] | null, options?: GetPrefixPathnameOptions) => string | string[] | null;
351
+ /** Options when `keepNullable` is false (default).
352
+ *
353
+ * Returns `defaultPath` if `pathname` is empty or invalid.
354
+ */
355
+ type UnKeepNullableOptions = {
356
+ /** * ***Fallback value returned if `pathname` is empty-string or invalid.***
357
+ *
358
+ * Must be a **`non-empty string`**, defaultValue: `"/"`.
359
+ *
360
+ * @defaultValue `"/"`.
361
+ */
362
+ defaultPath?: string;
363
+ /** * ***Whether to preserve `null` or `undefined`, defaultValue: `false`.***
364
+ *
365
+ * @defaultValue `false`.
366
+ */
367
+ keepNullable?: false;
368
+ };
369
+ /** Options when `keepNullable` is true.
370
+ *
371
+ * Preserves `null` or `undefined` instead of returning `defaultPath`.
372
+ */
373
+ type KeepNullableOptions = {
374
+ /** * ***Fallback path is ignored when `keepNullable` is true **(except if
375
+ * `pathname` is empty-string or invalid, even this `true`)**,
376
+ * defaultValue: `"/"`.***
377
+ *
378
+ * @defaultValue `"/"`.
379
+ */
380
+ defaultPath?: string;
381
+ /** * ***Preserve `null` or `undefined` as-is if `true` (defaultValue: `false`).***
382
+ *
383
+ * - ***⚠️ Notes:***
384
+ * - Keep returning `defaultPath` if `pathname` is empty-string, even this `true`.
385
+ *
386
+ * **Must be `true` in this type.**
387
+ */
388
+ keepNullable?: true;
389
+ };
390
+ type MainNormalizePathnameOptions = {
391
+ /** --------------------------------------------------------
392
+ * * ***Preserve trailing slash at the end of the normalized pathname, defaultValue: `false`.***
393
+ * --------------------------------------------------------
394
+ *
395
+ * @defaultValue `false`
396
+ */
397
+ keepTrailingSlash?: boolean;
398
+ /** --------------------------------------------------------
399
+ * * ***Allow special localhost domain at the beginning of the pathname.***
400
+ * --------------------------------------------------------
401
+ * @description
402
+ * If `true`, the first segment of the pathname that is `/localhost` or `localhost`
403
+ * (with or without a port, e.g., `localhost:3000`) will be treated as a special domain
404
+ * and **removed** from the normalized pathname.
405
+ *
406
+ * - **Examples (`localhostDomain: true`)**:
407
+ * - `"/localhost/path"` ➔ `"/path"`
408
+ * - `"localhost:3000/path"` ➔ `"/path"`
409
+ * - `"localhost"` ➔ `"/"` (entire path removed)
410
+ *
411
+ * - Only the **first path segment** is affected. Any subsequent occurrences of `"localhost"`
412
+ * will remain intact.
413
+ *
414
+ * @defaultValue `false`
415
+ */
416
+ localhostDomain?: boolean;
417
+ /**
418
+ * --------------------------------------------------------
419
+ * * ***Custom list of file extensions that prevent the first path segment from being treated as a domain.***
420
+ * --------------------------------------------------------
421
+ *
422
+ * **Description:**
423
+ * - The first segment of a pathname is often interpreted as a domain (e.g., `example.com`).
424
+ * - If this first segment ends with any of the extensions listed here, it will **not** be considered a domain,
425
+ * and will instead be preserved as part of the relative path.
426
+ * - This is useful for cases where filenames appear at the start of a path and you want them treated as relative paths,
427
+ * such as `"image.png?version=2"` or `"archive.tar.gz#download"`.
428
+ * - Only the **first path segment** is affected; all other segments are processed normally.
429
+ * - **Ignored** if:
430
+ * 1. The pathname starts with a full URL protocol (`http://` or `https://`), e.g., `"https://example.com/file.png"`.
431
+ * 2. The first path segment is already a valid domain, e.g., `"example.com/image.png"`.
432
+ *
433
+ * **Type & Validation:**
434
+ * - Must be a `Set<string>` or `string[]`.
435
+ * - Each string **must include the leading dot**, e.g., `.png`, `.tar.gz`.
436
+ * - Multi-part extensions (like `.tar.gz`, `.tar.bz`) are supported.
437
+ * - Throws a **TypeError** if:
438
+ * 1. The type is not a `Set<string>` or `string[]`.
439
+ * 2. Any string in the array/set is empty.
440
+ * 3. Any string does not start with a dot (`.`).
441
+ *
442
+ * **Usage Notes:**
443
+ * - Only applied when the first segment is otherwise domain-like **and** pathname is relative or domain-like without protocol.
444
+ * - Query strings (`?x=1`) and hash fragments (`#section`) are preserved.
445
+ *
446
+ * **Examples (relative paths, option active):**
447
+ * ```ts
448
+ * normalizePathname("image.png?version=2", {
449
+ * ignoreDomainExtensions: [".png", ".jpg"]
450
+ * });
451
+ * // ➔ "/image.png?version=2"
452
+ *
453
+ * normalizePathname("archive.tar.gz#download", {
454
+ * ignoreDomainExtensions: new Set([".tar.gz"])
455
+ * });
456
+ * // ➔ "/archive.tar.gz#download"
457
+ *
458
+ * normalizePathname("script.js?module=true#top", {
459
+ * ignoreDomainExtensions: [".js"]
460
+ * });
461
+ * // ➔ "/script.js?module=true#top"
462
+ * ```
463
+ *
464
+ * **Examples (full URL or explicit domain - option ignored):**
465
+ * ```ts
466
+ * normalizePathname("https://example.com/image.png?version=2", {
467
+ * ignoreDomainExtensions: [".png"]
468
+ * });
469
+ * // ➔ "/image.png?version=2" // URL is parsed normally; ignoreDomainExtensions has no effect
470
+ *
471
+ * normalizePathname("example.com/script.js?module=true#top", {
472
+ * ignoreDomainExtensions: [".js"]
473
+ * });
474
+ * // ➔ "/script.js?module=true#top" // domain recognized; option ignored
475
+ * ```
476
+ *
477
+ * **Notes:**
478
+ * - Only the **first path segment** is checked.
479
+ * - Prevents false-positive domain stripping for filenames that look like domains.
480
+ * - Throws **TypeError** if invalid type or invalid string is provided.
481
+ *
482
+ * @defaultValue `undefined` (feature inactive if not provided)
483
+ */
484
+ ignoreDomainExtensions?: Set<string> | string[];
485
+ };
486
+ type NormalizePathnameOptionsKeepNullableTrue = MainNormalizePathnameOptions & KeepNullableOptions;
487
+ type NormalizePathnameOptionsKeepNullableFalse = MainNormalizePathnameOptions & UnKeepNullableOptions;
488
+ type ResUnKeepNullable<T> = T extends undefined ? string : T extends null ? string : T extends null | undefined ? string : string;
489
+ type ResKeepNullable<T> = T extends string ? string : T extends undefined ? undefined : T extends null ? null : T extends null | undefined ? null | undefined : string | null | undefined;
490
+ /** --------------------------------------------------------
491
+ * * ***Utility: `normalizePathname`.***
492
+ * --------------------------------------------------------
493
+ *
494
+ * - **Description:**
495
+ * Normalizes any pathname or URL string to a clean, predictable format.
496
+ * Useful for routing, file paths, and URL handling.
497
+ * - Handles:
498
+ * - Leading/trailing spaces
499
+ * - Internal spaces in path segments
500
+ * - Redundant slashes (`//`)
501
+ * - Full URLs vs relative paths
502
+ * - Query (`?`) and hash (`#`) preservation
503
+ * - Unicode & emoji characters
504
+ * - Optional nullable preservation (`keepNullable`)
505
+ * - Optional trailing slash preservation (`keepTrailingSlash`)
506
+ * - Optional removal of localhost first segment (`localhostDomain`)
507
+ * - Prevention of false-positive domain stripping (`ignoreDomainExtensions`)
508
+ *
509
+ * - **Key Steps Internally:**
510
+ * 1. Validate `options` (plain object, correct types)
511
+ * 2. Validate `defaultPath` (non-empty string if `keepNullable` is false)
512
+ * 3. Validate `ignoreDomainExtensions` (Set<string> | string[], each starts with `.`)
513
+ * 4. Handle nullable:
514
+ * - Returns `null` / `undefined` if `keepNullable: true`
515
+ * - Otherwise uses `defaultPath`
516
+ * 5. Trim spaces, remove internal spaces
517
+ * 6. If full URL: parse using `URL` constructor
518
+ * 7. If relative path or domain-like:
519
+ * - Remove `localhost`/`localhost:port` if `localhostDomain`
520
+ * - Remove first segment if domain-like and **not** in `ignoreDomainExtensions`
521
+ * 8. Normalize slashes
522
+ * 9. Ensure leading slash
523
+ * 10. Handle trailing slash
524
+ * 11. Decode Unicode safely
525
+ * 12. Return normalized pathname + search + hash
526
+ *
527
+ * - **Error Handling:**
528
+ * - **TypeError**:
529
+ * - `defaultPath` invalid (non-string or empty) when `keepNullable: false`
530
+ * - `keepNullable`, `keepTrailingSlash`, `localhostDomain` not boolean
531
+ * - `ignoreDomainExtensions` invalid
532
+ * - **NormalizePathnameError** (extends ***Error***):
533
+ * - Invalid URL parsing
534
+ * - Unexpected normalization errors
535
+ *
536
+ * - **Options:**
537
+ * ```ts
538
+ * {
539
+ * // fallback if invalid path, default: "/"
540
+ * defaultPath?: string;
541
+ * // preserve null/undefined, default: false
542
+ * keepNullable?: boolean;
543
+ * // preserve trailing slash, default: false
544
+ * keepTrailingSlash?: boolean;
545
+ * // remove localhost:port first segment, default: false
546
+ * localhostDomain?: boolean;
547
+ * // prevent domain stripping, default: undefined
548
+ * ignoreDomainExtensions?: Set<string> | string[];
549
+ * }
550
+ * ```
551
+ *
552
+ * @example
553
+ * // Basic path cleaning
554
+ * normalizePathname(" /foo//bar ");
555
+ * // ➔ "/foo/bar"
556
+ *
557
+ * // Trailing slash control
558
+ * normalizePathname("/api//v1//user//", { keepTrailingSlash: true });
559
+ * // ➔ "/api/v1/user/"
560
+ * normalizePathname("/api//v1//user//", { keepTrailingSlash: false });
561
+ * // ➔ "/api/v1/user"
562
+ *
563
+ * // Full URL normalization
564
+ * normalizePathname("https://example.com//path///to/resource?x=1#hash");
565
+ * // ➔ "/path/to/resource?x=1#hash"
566
+ *
567
+ * // Null/undefined preservation
568
+ * normalizePathname(null, { keepNullable: true });
569
+ * // ➔ null
570
+ * normalizePathname(undefined, { keepNullable: true });
571
+ * // ➔ undefined
572
+ *
573
+ * // Default fallback
574
+ * normalizePathname("", { defaultPath: "/home" });
575
+ * // ➔ "/home"
576
+ *
577
+ * // Localhost removal
578
+ * normalizePathname("localhost:3000/path/to/resource", { localhostDomain: true });
579
+ * // ➔ "/path/to/resource"
580
+ *
581
+ * // Prevent false-positive domain stripping
582
+ * normalizePathname("archive.tar.gz#download", { ignoreDomainExtensions: [".tar.gz"] });
583
+ * // ➔ "/archive.tar.gz#download"
584
+ * normalizePathname("image.png?version=2", { ignoreDomainExtensions: [".png"] });
585
+ * // ➔ "/image.png?version=2"
586
+ *
587
+ * // Emojis and Unicode
588
+ * normalizePathname("🔥//deep//path///🚀");
589
+ * // ➔ "/🔥/deep/path/🚀"
590
+ *
591
+ * // Query-only or hash-only
592
+ * normalizePathname("?page=2");
593
+ * // ➔ "/?page=2"
594
+ * normalizePathname("#section3");
595
+ * // ➔ "/#section3"
596
+ *
597
+ * // Complex nested paths
598
+ * normalizePathname(" //nested///folder//file.txt ");
599
+ * // ➔ "/nested/folder/file.txt"
600
+ *
601
+ * // Invalid URL triggers error
602
+ * try {
603
+ * normalizePathname("http://");
604
+ * } catch (e) {
605
+ * // console.log(e);
606
+ * }
607
+ *
608
+ * // First segment is domain but ignored due to extension
609
+ * normalizePathname("example.tar.bz/file", { ignoreDomainExtensions: [".tar.bz"] });
610
+ * // ➔ "/example.tar.bz/file"
611
+ */
612
+ declare function normalizePathname<T>(pathname: T, options?: NormalizePathnameOptionsKeepNullableFalse): ResUnKeepNullable<T>;
613
+ declare function normalizePathname<T>(pathname: T, options?: NormalizePathnameOptionsKeepNullableTrue): ResKeepNullable<T>;
614
+ type FormatEnvPortOptions = {
615
+ /** Add prefix with a colon, defaultValue: `false`.
616
+ *
617
+ * @default false
618
+ */
619
+ prefixColon?: boolean;
620
+ };
621
+ /** -----------------------------------------------
622
+ * * ***Utility: `formatEnvPort`.***
623
+ * -----------------------------------------------
624
+ * **Retrieves and formats an environment port variable.**
625
+ * - **Behavior:**
626
+ * - Extracts only digits from the input.
627
+ * - If no digits found, returns an empty string.
628
+ * - By default does NOT prefix with a colon.
629
+ * - Use `{ prefixColon: true }` to prefix with a colon.
630
+ * @param {string | null | undefined} envVar The environment variable string.
631
+ * @param {FormatEnvPortOptions} [options] Optional object: `{ prefixColon?: boolean }`.
632
+ * @returns {string} A string like `":8080"` or `"8080"`, or `""` if no digits.
633
+ * @throws **{@link TypeError | `TypeError`}** if `options` is not an object or `prefixColon` is not boolean.
634
+ * @example
635
+ * formatEnvPort("port:8080");
636
+ * // ➔ "8080"
637
+ * formatEnvPort("port:8080", { prefixColon: true });
638
+ * // ➔ ":8080"
639
+ */
640
+ declare const formatEnvPort: (envVar: string | null | undefined, options?: FormatEnvPortOptions) => string;
641
+ /** ---------------------------------------------------------
642
+ * * ***Constants for `Punycode-UtilsJS` algorithm.***
643
+ * ---------------------------------------------------------
644
+ * These constants are used internally for encoding and decoding.
645
+ *
646
+ * Unicode domain names to ASCII (`Punycode-UtilsJS`) and vice versa.
647
+ */
648
+ type PunycodeUtilsJS = {
649
+ /** ---------------------------------------------------------
650
+ * * ***Version of the `Punycode-UtilsJS` implementation.***
651
+ * ---------------------------------------------------------
652
+ *
653
+ * @example
654
+ * console.log(punycodeUtilsJS.version); // "1.0.0"
655
+ */
656
+ version: string;
657
+ /** ---------------------------------------------------------
658
+ * * ***UCS-2 utility functions.***
659
+ * ---------------------------------------------------------
660
+ */
661
+ ucs2: {
662
+ /** ---------------------------------------------------------
663
+ * * ***Decodes a UCS-2 encoded string to an array of Unicode code points.***
664
+ * ---------------------------------------------------------
665
+ *
666
+ * @param input - The UCS-2 string to decode.
667
+ * @returns Array of Unicode code points.
668
+ * @example
669
+ * punycodeUtilsJS.ucs2.decode("𐍈");
670
+ * // ➔ [66376]
671
+ */
672
+ decode: (input: string) => number[];
673
+ /** ---------------------------------------------------------
674
+ * * ***Encodes an array of Unicode code points to a UCS-2 string.***
675
+ * ---------------------------------------------------------
676
+ *
677
+ * @param points - Array of Unicode code points.
678
+ * @returns Encoded string.
679
+ * @example
680
+ * punycodeUtilsJS.ucs2.encode([66376]);
681
+ * // ➔ "𐍈"
682
+ */
683
+ encode: (points: number[]) => string;
684
+ };
685
+ /** ---------------------------------------------------------
686
+ * * ***Decodes a `Punycode-UtilsJS` string to a Unicode string.***
687
+ * ---------------------------------------------------------
688
+ *
689
+ * @param input - The `Punycode-UtilsJS` string to decode.
690
+ * @returns Decoded Unicode string.
691
+ * @example
692
+ * punycodeUtilsJS.decode("xn--fsq");
693
+ * // ➔ "ü"
694
+ */
695
+ decode: (input: string) => string;
696
+ /** ---------------------------------------------------------
697
+ * * ***Encodes a Unicode string to `Punycode-UtilsJS`.***
698
+ * ---------------------------------------------------------
699
+ *
700
+ * @param input - Unicode string to encode.
701
+ * @returns `Punycode-UtilsJS` string.
702
+ * @example
703
+ * punycodeUtilsJS.encode("ü");
704
+ * // ➔ "xn--fsq"
705
+ */
706
+ encode: (input: string) => string;
707
+ /** ---------------------------------------------------------
708
+ * * ***Converts a Unicode domain or label to ASCII (`Punycode-UtilsJS`).***
709
+ * ---------------------------------------------------------
710
+ *
711
+ * @param input - Domain or label string.
712
+ * @returns ASCII string suitable for DNS.
713
+ * @example
714
+ * punycodeUtilsJS.toASCII("пример.рф");
715
+ * // ➔ "xn--e1afmkfd.xn--p1ai"
716
+ */
717
+ toASCII: (input: string) => string;
718
+ /** ---------------------------------------------------------
719
+ * * ***Converts an ASCII (`Punycode-UtilsJS`) domain or label to Unicode.***
720
+ * ---------------------------------------------------------
721
+ *
722
+ * @param input - ASCII string (with xn-- prefix if needed).
723
+ * @returns Unicode string.
724
+ * @example
725
+ * punycodeUtilsJS.toUnicode("xn--e1afmkfd.xn--p1ai");
726
+ * // ➔ "пример.рф"
727
+ */
728
+ toUnicode: (input: string) => string;
729
+ };
730
+ /** ---------------------------------------------------------
731
+ * * ***`Punycode-UtilsJS` object exposing all API functions and version.***
732
+ * ---------------------------------------------------------
733
+ * Provides encoding and decoding of Unicode domain names to ASCII (`Punycode-UtilsJS`)
734
+ * and vice versa.
735
+ *
736
+ * - Useful for IDN (Internationalized Domain Names) support.
737
+ */
738
+ declare const punycodeUtilsJS: PunycodeUtilsJS;
739
+ /** Export individual functions */
740
+ export { QueryParamPairs, constructURL, extractURLs, formatEnvPort, getFirstPrefixPathname, getPrefixPathname, normalizePathname, punycodeUtilsJS };