@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
@@ -1,237 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- 'use strict';
11
-
12
- var chunkKHO2SBNA_cjs = require('./chunk-KHO2SBNA.cjs');
13
- var chunkNVRZPF5M_cjs = require('./chunk-NVRZPF5M.cjs');
14
- var chunkU23I7JPB_cjs = require('./chunk-U23I7JPB.cjs');
15
- var chunkRMP7VMPB_cjs = require('./chunk-RMP7VMPB.cjs');
16
- var chunkDVMHRLKP_cjs = require('./chunk-DVMHRLKP.cjs');
17
- var chunkHYN6FC5A_cjs = require('./chunk-HYN6FC5A.cjs');
18
- var chunkWLOQQFDS_cjs = require('./chunk-WLOQQFDS.cjs');
19
- var chunkDLS3G6WQ_cjs = require('./chunk-DLS3G6WQ.cjs');
20
- var chunkDAPAK2W3_cjs = require('./chunk-DAPAK2W3.cjs');
21
- var chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
22
-
23
- var constructURL = (baseUrl, queryParams, removeParams) => {
24
- if (chunkSYHPSOUU_cjs.isString(baseUrl)) {
25
- if (chunkWLOQQFDS_cjs.isEmptyString(baseUrl)) {
26
- throw new TypeError(`First parameter (\`baseUrl\`) cannot be an empty-string.`);
27
- }
28
- baseUrl = chunkNVRZPF5M_cjs.normalizeString(baseUrl);
29
- } else if (!chunkKHO2SBNA_cjs.isURL(baseUrl)) {
30
- throw new TypeError(
31
- `First parameter (\`baseUrl\`) must be of type an URL instance or a \`string\` and a non empty-string, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
32
- baseUrl
33
- )}\`, with current value: \`${chunkDAPAK2W3_cjs.safeStableStringify(baseUrl, {
34
- keepUndefined: true
35
- })}\`.`
36
- );
37
- }
38
- if (!chunkSYHPSOUU_cjs.isUndefined(removeParams)) {
39
- chunkDLS3G6WQ_cjs.assertIsArray(removeParams, {
40
- message: ({ currentType, validType }) => `Third parameter (\`removeParams\`) must be of type \`${validType} of strings\`, but received: \`${currentType}\`.`
41
- });
42
- if (!removeParams.every((param) => chunkSYHPSOUU_cjs.isNonEmptyString(param))) {
43
- throw new TypeError(
44
- `Third parameter (\`removeParams\`) must be of type \`array\` and contains \`string\` only and non empty-string.`
45
- );
46
- }
47
- }
48
- try {
49
- if (!chunkSYHPSOUU_cjs.isUndefined(queryParams) && !chunkSYHPSOUU_cjs.isFunction(queryParams[Symbol.iterator])) {
50
- throw new TypeError(
51
- `Second parameter (\`queryParams\`) must be iterable (like URLSearchParams.entries() or an array of [[string, string | number]...]), but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
52
- queryParams
53
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(queryParams, {
54
- keepUndefined: true
55
- })}\`.`
56
- );
57
- }
58
- const urlInstance = new URL(baseUrl);
59
- if (!chunkSYHPSOUU_cjs.isUndefined(queryParams)) {
60
- const paramObject = Object.fromEntries(queryParams);
61
- if (!chunkRMP7VMPB_cjs.isEmptyValue(paramObject)) {
62
- const mergedParams = new URLSearchParams(urlInstance.search);
63
- for (const [key, value] of Object.entries(paramObject)) {
64
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(value) && !chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true })) {
65
- throw new TypeError(
66
- `Second parameter (\`queryParams\`) must be iterable (like URLSearchParams.entries() or an array of [[string, string | number]...]), but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
67
- queryParams
68
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(queryParams, {
69
- keepUndefined: true
70
- })}\`.`
71
- );
72
- }
73
- mergedParams.set(key, String(value));
74
- }
75
- if (removeParams?.length) {
76
- chunkU23I7JPB_cjs.toStringArrayUnRecursive(removeParams).map((paramKey) => {
77
- mergedParams.delete(paramKey);
78
- });
79
- }
80
- urlInstance.search = mergedParams.toString();
81
- }
82
- }
83
- removeParams?.forEach((param) => urlInstance.searchParams.delete(param));
84
- return urlInstance;
85
- } catch (error) {
86
- if (chunkSYHPSOUU_cjs.isError(error)) throw error;
87
- throw new Error(
88
- "Failed to construct a valid URL in `constructURL()`, Error:" + error
89
- );
90
- }
91
- };
92
-
93
- var extractURLs = (url) => {
94
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(url)) return null;
95
- let decoded;
96
- try {
97
- decoded = decodeURIComponent(url);
98
- } catch {
99
- return null;
100
- }
101
- const urlPattern = /https?:\/\/.*?(?=https?:\/\/|\s|$)/g;
102
- const matches = decoded.match(urlPattern);
103
- if (!matches) return null;
104
- const cleaned = matches.map((url2) => url2.replace(/[.,;:!?)]*$/, "")).filter((url2) => {
105
- try {
106
- const u = new URL(url2);
107
- return u.protocol === "http:" || u.protocol === "https:";
108
- } catch {
109
- return false;
110
- }
111
- });
112
- return cleaned.length ? cleaned : null;
113
- };
114
-
115
- var getFirstPrefixPathname = (result, defaultValue = "/") => {
116
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(defaultValue)) {
117
- throw new TypeError(
118
- `Second parameter (\`defaultValue\`) must be of type \`string\` and not an \`empty-string\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
119
- defaultValue
120
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(defaultValue, {
121
- keepUndefined: true
122
- })}\`.`
123
- );
124
- }
125
- if (chunkSYHPSOUU_cjs.isArray(result)) {
126
- if (!result.every((item) => chunkSYHPSOUU_cjs.isString(item))) {
127
- throw new TypeError(
128
- `First parameter (\`result\`) must be of type \`string\` or \`array of string\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
129
- result
130
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(result, {
131
- keepUndefined: true
132
- })}\`.`
133
- );
134
- }
135
- for (const item of result) {
136
- const normalized = chunkHYN6FC5A_cjs.normalizePathname(item);
137
- if (normalized !== "/") {
138
- return normalized;
139
- }
140
- }
141
- return chunkHYN6FC5A_cjs.normalizePathname(defaultValue);
142
- }
143
- if (chunkSYHPSOUU_cjs.isString(result)) {
144
- const normalized = chunkHYN6FC5A_cjs.normalizePathname(result);
145
- return normalized !== "/" ? normalized : chunkHYN6FC5A_cjs.normalizePathname(defaultValue);
146
- }
147
- if (!chunkSYHPSOUU_cjs.isNil(result)) {
148
- throw new TypeError(
149
- `First parameter (\`result\`) must be of type \`string\`, \`array-string\`, \`null\` or \`undefined\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
150
- result
151
- )}\`.`
152
- );
153
- }
154
- return chunkHYN6FC5A_cjs.normalizePathname(defaultValue);
155
- };
156
-
157
- var getPrefixPathname = (url, base = null, options = {}) => {
158
- const errors = [];
159
- if (!chunkSYHPSOUU_cjs.isString(url) && !chunkSYHPSOUU_cjs.isArray(url)) {
160
- errors.push(
161
- `First parameter (\`url\`) must be of type \`string\` or \`array-string\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
162
- url
163
- )}\`.`
164
- );
165
- }
166
- if (!chunkSYHPSOUU_cjs.isString(base) && !chunkSYHPSOUU_cjs.isArray(base) && !chunkSYHPSOUU_cjs.isNull(base)) {
167
- errors.push(
168
- `Second parameter (\`base\`) must be of type \`string\`, \`array-string\` or \`null\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
169
- base
170
- )}\`.`
171
- );
172
- }
173
- if (!chunkSYHPSOUU_cjs.isPlainObject(options)) {
174
- errors.push(
175
- `Second parameter (\`options\`) must be of type \`plain-object\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
176
- options
177
- )}\`.`
178
- );
179
- }
180
- const { levels = 1, removeDuplicates = true } = options;
181
- if (!chunkDVMHRLKP_cjs.isInteger(levels) || chunkDVMHRLKP_cjs.isInteger(levels) && levels < 0) {
182
- errors.push(
183
- `Parameter \`levels\` property of the \`options\` (second parameter) must be of type \`integer-number\` and minimum is \`0\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
184
- levels
185
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(levels, {
186
- keepUndefined: true
187
- })}\`.`
188
- );
189
- }
190
- if (!chunkSYHPSOUU_cjs.isBoolean(removeDuplicates)) {
191
- errors.push(
192
- `Parameter \`removeDuplicates\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
193
- removeDuplicates
194
- )}\`.`
195
- );
196
- }
197
- if (chunkSYHPSOUU_cjs.isNonEmptyArray(errors)) {
198
- throw new TypeError(
199
- `Invalid parameter(s) in \`getPrefixPathname\` function:
200
- - ${errors.join("\n- ")}`
201
- );
202
- }
203
- function getLevel(singleUrl) {
204
- const parts = chunkHYN6FC5A_cjs.normalizePathname(singleUrl).split("/").filter(Boolean);
205
- return `/${parts.slice(0, levels).join("/")}`;
206
- }
207
- function processUrl(singleUrl) {
208
- if (base) {
209
- singleUrl = chunkHYN6FC5A_cjs.normalizePathname(singleUrl);
210
- if (chunkSYHPSOUU_cjs.isArray(base)) {
211
- for (const b of base) {
212
- if (singleUrl.startsWith(chunkHYN6FC5A_cjs.normalizePathname(b))) {
213
- return getLevel(singleUrl);
214
- }
215
- }
216
- } else if (chunkSYHPSOUU_cjs.isNonEmptyString(base) && singleUrl.startsWith(chunkHYN6FC5A_cjs.normalizePathname(base))) {
217
- return getLevel(singleUrl);
218
- }
219
- return null;
220
- }
221
- return getLevel(singleUrl);
222
- }
223
- if (chunkSYHPSOUU_cjs.isArray(url)) {
224
- const result = url.map(processUrl).filter((r) => !chunkSYHPSOUU_cjs.isNull(r));
225
- const uniqueResult = removeDuplicates ? [...new Set(result)] : result;
226
- if (uniqueResult.length === 1) {
227
- return uniqueResult[0];
228
- }
229
- return uniqueResult;
230
- }
231
- return processUrl(url);
232
- };
233
-
234
- exports.constructURL = constructURL;
235
- exports.extractURLs = extractURLs;
236
- exports.getFirstPrefixPathname = getFirstPrefixPathname;
237
- exports.getPrefixPathname = getPrefixPathname;
@@ -1,115 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- import { isInteger } from './chunk-WVSPXFTY.js';
11
- import { safeStableStringify } from './chunk-AXDYWO67.js';
12
- import { getPreciseType, isNull } from './chunk-MSUW5VHZ.js';
13
-
14
- var CustomPromise = class extends Promise {
15
- _value;
16
- _error;
17
- _finish = [];
18
- constructor(executor) {
19
- let resolveOuter;
20
- let rejectOuter;
21
- super((resolve, reject) => {
22
- resolveOuter = resolve;
23
- rejectOuter = reject;
24
- });
25
- executor(
26
- (v) => {
27
- this._value = v;
28
- resolveOuter(v);
29
- this._finish.forEach((f) => f(v, void 0));
30
- },
31
- (e) => {
32
- this._error = e;
33
- rejectOuter(e);
34
- this._finish.forEach((f) => f(void 0, e));
35
- }
36
- );
37
- Object.setPrototypeOf(this, new.target.prototype);
38
- }
39
- then(onfulfilled, onrejected) {
40
- return super.then(onfulfilled, onrejected);
41
- }
42
- catch(onrejected) {
43
- return super.catch(onrejected);
44
- }
45
- /**
46
- * Registers a callback to be invoked **exactly once** when the
47
- * promise settles, with access to both the resolved value and
48
- * the rejection reason.
49
- *
50
- * If the promise is already settled when `finish` is called,
51
- * the callback executes immediately on the same tick.
52
- *
53
- * @param cb Callback receiving the final `(value, error)`.
54
- * @returns `this` for fluent chaining.
55
- */
56
- finish(cb) {
57
- if (this._value !== void 0 || this._error !== void 0) {
58
- cb(this._value, this._error);
59
- } else {
60
- this._finish.push(cb);
61
- }
62
- return this;
63
- }
64
- };
65
-
66
- var AbortError = class extends Error {
67
- constructor(message = "The operation was aborted", name = "AbortError") {
68
- super(message);
69
- this.name = name;
70
- }
71
- };
72
- var delay = (milliSeconds = 1e3, signal) => {
73
- if (!isInteger(milliSeconds) || milliSeconds <= 0) {
74
- throw new TypeError(
75
- `First parameter (\`milliSeconds\`) must be of type \`number\` and value must be a \`non-zero\`, \`non-NaN\`, \`non-negative\`, and \`integer-number\`, but received: \`${getPreciseType(
76
- milliSeconds
77
- )}\`, with value: \`${safeStableStringify(milliSeconds, {
78
- keepUndefined: true
79
- })}\`.`
80
- );
81
- }
82
- if (isNull(signal) || signal && !(signal instanceof AbortSignal)) {
83
- throw new TypeError(
84
- "Second parameter (`signal`) must be an `instance of AbortSignal` if provided."
85
- );
86
- }
87
- return new Promise((resolve, reject) => {
88
- const timer = setTimeout(() => {
89
- cleanup();
90
- resolve();
91
- }, milliSeconds);
92
- const cleanup = () => {
93
- clearTimeout(timer);
94
- if (signal) signal.removeEventListener("abort", onAbort);
95
- };
96
- const onAbort = () => {
97
- cleanup();
98
- reject(
99
- new AbortError(
100
- "Function `delay` from `@rzl-zone/utils-js` was aborted.",
101
- "AbortError"
102
- )
103
- );
104
- };
105
- if (signal) {
106
- if (signal.aborted) {
107
- onAbort();
108
- } else {
109
- signal.addEventListener("abort", onAbort, { once: true });
110
- }
111
- }
112
- });
113
- };
114
-
115
- export { CustomPromise, delay };
@@ -1,269 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- 'use strict';
11
-
12
- var chunk7FGNVDEV_cjs = require('./chunk-7FGNVDEV.cjs');
13
- var chunkBAV5T2E3_cjs = require('./chunk-BAV5T2E3.cjs');
14
- var chunkDAPAK2W3_cjs = require('./chunk-DAPAK2W3.cjs');
15
- var chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
16
-
17
- var parseCustomDate = (dateString, format) => {
18
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(dateString) || !chunkSYHPSOUU_cjs.isNonEmptyString(format)) {
19
- throw new TypeError(
20
- `Parameter \`dateString\` and \`format\` must be of type \`string\` and not empty-string, but received: "['dateString': \`${chunkSYHPSOUU_cjs.getPreciseType(
21
- dateString
22
- )}\` - (current value: \`${chunkDAPAK2W3_cjs.safeStableStringify(dateString, {
23
- keepUndefined: true
24
- })}\`), 'format': \`${chunkSYHPSOUU_cjs.getPreciseType(
25
- format
26
- )}\` - (current value: \`${chunkDAPAK2W3_cjs.safeStableStringify(format, {
27
- keepUndefined: true
28
- })}\`)]".`
29
- );
30
- }
31
- const dateParts = dateString.split(/[-/]/).map(Number);
32
- if (dateParts.length !== 3 || dateParts.some(isNaN)) return null;
33
- let day, month, year;
34
- if (format === "DD/MM/YYYY") {
35
- [day, month, year] = dateParts;
36
- } else if (format === "MM/DD/YYYY") {
37
- [month, day, year] = dateParts;
38
- } else {
39
- return null;
40
- }
41
- month -= 1;
42
- const date = new Date(year, month, day);
43
- if (date.getFullYear() !== year || date.getMonth() !== month || date.getDate() !== day) {
44
- return null;
45
- }
46
- return date;
47
- };
48
-
49
- var validateJsonParsingOptions = (optionsValue = {}) => {
50
- chunkSYHPSOUU_cjs.assertIsPlainObject(optionsValue, {
51
- message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
52
- });
53
- const convertBooleans = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "convertBooleans") ? optionsValue.convertBooleans : false;
54
- const convertDates = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "convertDates") ? optionsValue.convertDates : false;
55
- const convertNumbers = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "convertNumbers") ? optionsValue.convertNumbers : false;
56
- const loggingOnFail = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "loggingOnFail") ? optionsValue.loggingOnFail : false;
57
- const removeEmptyArrays = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "removeEmptyArrays") ? optionsValue.removeEmptyArrays : false;
58
- const removeEmptyObjects = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "removeEmptyObjects") ? optionsValue.removeEmptyObjects : false;
59
- const removeNulls = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "removeNulls") ? optionsValue.removeNulls : false;
60
- const removeUndefined = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "removeUndefined") ? optionsValue.removeUndefined : false;
61
- const strictMode = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "strictMode") ? optionsValue.strictMode : false;
62
- const checkSymbols = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "checkSymbols") ? optionsValue.checkSymbols : false;
63
- const convertNaN = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "convertNaN") ? optionsValue.convertNaN : false;
64
- const customDateFormats = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "customDateFormats") ? optionsValue.customDateFormats : [];
65
- const onError = chunkSYHPSOUU_cjs.hasOwnProp(optionsValue, "onError") ? optionsValue.onError : chunkBAV5T2E3_cjs.noop;
66
- if (!(chunkSYHPSOUU_cjs.isBoolean(convertBooleans) && chunkSYHPSOUU_cjs.isBoolean(convertDates) && chunkSYHPSOUU_cjs.isBoolean(convertNumbers) && chunkSYHPSOUU_cjs.isBoolean(convertNaN) && chunkSYHPSOUU_cjs.isBoolean(checkSymbols) && chunkSYHPSOUU_cjs.isBoolean(loggingOnFail) && chunkSYHPSOUU_cjs.isBoolean(removeEmptyArrays) && chunkSYHPSOUU_cjs.isBoolean(removeEmptyObjects) && chunkSYHPSOUU_cjs.isBoolean(removeNulls) && chunkSYHPSOUU_cjs.isBoolean(removeUndefined) && chunkSYHPSOUU_cjs.isBoolean(strictMode) && chunkSYHPSOUU_cjs.isArray(customDateFormats) && chunkSYHPSOUU_cjs.isFunction(onError))) {
67
- throw new TypeError(
68
- `Invalid \`options\` parameter (second argument): \`convertBooleans\`, \`convertDates\`, \`convertNumbers\`, \`loggingOnFail\`, \`removeEmptyArrays\`, \`removeEmptyObjects\`, \`removeNulls\`, \`removeUndefined\`, \`strictMode\` expected to be a \`boolean\` type, \`customDateFormats\` expected to be a \`array\` type and \`onError\` expected to be a \`void function\` type. But received: ['convertBooleans': \`${chunkSYHPSOUU_cjs.getPreciseType(
69
- convertBooleans
70
- )}\`, 'convertDates': \`${chunkSYHPSOUU_cjs.getPreciseType(
71
- convertDates
72
- )}\`, 'convertNumbers': \`${chunkSYHPSOUU_cjs.getPreciseType(
73
- convertNumbers
74
- )}\`, 'loggingOnFail': \`${chunkSYHPSOUU_cjs.getPreciseType(
75
- loggingOnFail
76
- )}\`, 'removeEmptyArrays': \`${chunkSYHPSOUU_cjs.getPreciseType(
77
- removeEmptyArrays
78
- )}\`, 'removeEmptyObjects': \`${chunkSYHPSOUU_cjs.getPreciseType(
79
- removeEmptyObjects
80
- )}\`, 'removeNulls': \`${chunkSYHPSOUU_cjs.getPreciseType(
81
- removeNulls
82
- )}\`, 'removeUndefined': \`${chunkSYHPSOUU_cjs.getPreciseType(
83
- removeUndefined
84
- )}\`, 'strictMode': \`${chunkSYHPSOUU_cjs.getPreciseType(
85
- strictMode
86
- )}\`, 'customDateFormats': \`${chunkSYHPSOUU_cjs.getPreciseType(
87
- customDateFormats
88
- )}\`, 'onError': \`${chunkSYHPSOUU_cjs.getPreciseType(onError)}\`].`
89
- );
90
- }
91
- return {
92
- convertBooleans,
93
- convertDates,
94
- convertNumbers,
95
- convertNaN,
96
- loggingOnFail,
97
- removeEmptyArrays,
98
- removeEmptyObjects,
99
- removeNulls,
100
- removeUndefined,
101
- strictMode,
102
- customDateFormats,
103
- onError,
104
- checkSymbols
105
- };
106
- };
107
-
108
- var cleanParsedData = (data, options = {}) => {
109
- const validOptions = validateJsonParsingOptions(options);
110
- if (chunkSYHPSOUU_cjs.isNull(data)) return validOptions.removeNulls ? void 0 : null;
111
- if (chunkSYHPSOUU_cjs.isUndefined(data)) return validOptions.removeUndefined ? void 0 : void 0;
112
- if (chunkSYHPSOUU_cjs.isString(data)) {
113
- const trimmed = data.trim();
114
- if (validOptions.convertNaN && trimmed === "NaN") return NaN;
115
- if (validOptions.convertNumbers && !isNaN(Number(trimmed))) {
116
- return Number(trimmed);
117
- }
118
- if (validOptions.convertBooleans) {
119
- if (trimmed === "true") return true;
120
- if (trimmed === "false") return false;
121
- }
122
- if (validOptions.convertDates) {
123
- if (/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/.test(trimmed)) {
124
- return new Date(trimmed);
125
- }
126
- if (validOptions.customDateFormats?.length) {
127
- for (const format of validOptions.customDateFormats) {
128
- const date = parseCustomDate(trimmed, format);
129
- if (date) return date;
130
- }
131
- }
132
- }
133
- return validOptions.strictMode ? void 0 : trimmed;
134
- }
135
- if (chunkSYHPSOUU_cjs.isArray(data)) {
136
- const cleanedArray = data.map((item) => cleanParsedData(item, validOptions)).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
137
- return validOptions.removeEmptyArrays && chunk7FGNVDEV_cjs.isEmptyArray(cleanedArray) ? void 0 : cleanedArray;
138
- }
139
- if (chunkSYHPSOUU_cjs.isObject(data)) {
140
- const cleanedObject = {};
141
- for (const key in data) {
142
- if (Object.prototype.hasOwnProperty.call(data, key)) {
143
- const cleanedValue = cleanParsedData(data[key], validOptions);
144
- if (!chunkSYHPSOUU_cjs.isUndefined(cleanedValue)) {
145
- cleanedObject[key] = cleanedValue;
146
- }
147
- }
148
- }
149
- return validOptions.removeEmptyObjects && chunk7FGNVDEV_cjs.isEmptyObject(cleanedObject, { checkSymbols: validOptions.checkSymbols }) ? void 0 : cleanedObject;
150
- }
151
- return validOptions.strictMode ? void 0 : data;
152
- };
153
-
154
- var extractDigits = (value) => {
155
- if (!chunkSYHPSOUU_cjs.isString(value) && !chunkSYHPSOUU_cjs.isNumber(value)) return 0;
156
- const cleaned = String(value).trim().replace(/[^0-9]/g, "");
157
- return Number(cleaned) || 0;
158
- };
159
-
160
- function fixSingleQuotesEscapeBackslash(input) {
161
- const validEscapes = /* @__PURE__ */ new Set(["\\", '"', "/", "b", "f", "n", "r", "t", "u"]);
162
- let output = "";
163
- let inSingleQuote = false;
164
- let inDoubleQuote = false;
165
- let escapeNext = false;
166
- for (let i = 0; i < input.length; i++) {
167
- const c = input[i];
168
- if (escapeNext) {
169
- if (inSingleQuote) {
170
- if (c === "'") {
171
- output += "'";
172
- } else if (validEscapes.has(c)) {
173
- if (c === "\\") {
174
- output += "\\\\";
175
- } else if (c === '"') {
176
- output += '\\"';
177
- } else {
178
- output += "\\" + c;
179
- }
180
- } else {
181
- output += "\\\\" + c;
182
- }
183
- } else if (inDoubleQuote) {
184
- if (c === '"') {
185
- output += '\\"';
186
- } else if (validEscapes.has(c)) {
187
- output += "\\" + c;
188
- } else {
189
- output += "\\\\" + c;
190
- }
191
- } else {
192
- output += "\\" + c;
193
- }
194
- escapeNext = false;
195
- continue;
196
- }
197
- if (c === "\\") {
198
- escapeNext = true;
199
- continue;
200
- }
201
- if (!inSingleQuote && !inDoubleQuote) {
202
- if (c === "'") {
203
- output += '"';
204
- inSingleQuote = true;
205
- continue;
206
- }
207
- if (c === '"') {
208
- output += '"';
209
- inDoubleQuote = true;
210
- continue;
211
- }
212
- } else if (inSingleQuote) {
213
- if (c === "'") {
214
- output += '"';
215
- inSingleQuote = false;
216
- continue;
217
- }
218
- } else if (inDoubleQuote) {
219
- if (c === '"') {
220
- output += '"';
221
- inDoubleQuote = false;
222
- continue;
223
- }
224
- }
225
- output += c;
226
- }
227
- return output;
228
- }
229
-
230
- function safeJsonParse(value, options = {}) {
231
- if (chunkSYHPSOUU_cjs.isNull(value)) return null;
232
- const validOptions = validateJsonParsingOptions(options);
233
- if (validOptions.convertNaN && (chunkSYHPSOUU_cjs.isNaN(value) || chunkSYHPSOUU_cjs.isNonEmptyString(value) && value === "NaN")) {
234
- return NaN;
235
- }
236
- if (validOptions.convertNumbers && !chunkSYHPSOUU_cjs.isNaN(Number(value)) && chunkSYHPSOUU_cjs.isNumber(extractDigits(value))) {
237
- return Number(value);
238
- }
239
- if (!chunkSYHPSOUU_cjs.isString(value)) return void 0;
240
- try {
241
- let normalized = fixSingleQuotesEscapeBackslash(value);
242
- if (validOptions.removeUndefined) {
243
- normalized = normalized.replace(/,\s*"[^"]*"\s*:\s*undefined(?=\s*[},])/g, "").replace(/"[^"]*"\s*:\s*undefined\s*(,)?/g, "");
244
- } else {
245
- normalized = normalized.replace(/:\s*undefined(?=\s*[,}])/g, ":null");
246
- }
247
- if (validOptions.convertNaN) {
248
- normalized = normalized.replace(/:\s*NaN(?=\s*[,}])/g, ':"NaN"');
249
- } else {
250
- normalized = normalized.replace(/:\s*NaN(?=\s*[,}])/g, ':"NaN"').replace(/,\s*"[^"]*"\s*:\s*NaN(?=\s*[},])/g, "").replace(/"[^"]*"\s*:\s*NaN\s*(,)?/g, "");
251
- }
252
- normalized = normalized.replace(/,(\s*[}\]])/g, "$1");
253
- const parsed = JSON.parse(normalized);
254
- return cleanParsedData(parsed, validOptions);
255
- } catch (error) {
256
- if (validOptions.loggingOnFail) {
257
- console.error("Failed to parsing at `safeJsonParse`:", error);
258
- }
259
- validOptions.onError(
260
- chunkSYHPSOUU_cjs.isError(error) ? new Error(error.message.replace(/^JSON\.parse:/, "Failed to parsing")) : new Error(String(error))
261
- );
262
- return void 0;
263
- }
264
- }
265
-
266
- exports.cleanParsedData = cleanParsedData;
267
- exports.extractDigits = extractDigits;
268
- exports.parseCustomDate = parseCustomDate;
269
- exports.safeJsonParse = safeJsonParse;
@@ -1,16 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- 'use strict';
11
-
12
- var isURL = (value) => {
13
- return value instanceof URL;
14
- };
15
-
16
- exports.isURL = isURL;