@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,564 +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 chunkSU3UELUB_cjs = require('./chunk-SU3UELUB.cjs');
13
- var chunkU23I7JPB_cjs = require('./chunk-U23I7JPB.cjs');
14
- var chunkWLOQQFDS_cjs = require('./chunk-WLOQQFDS.cjs');
15
- var chunkWXFTVXBF_cjs = require('./chunk-WXFTVXBF.cjs');
16
- var chunkGIKL4PUF_cjs = require('./chunk-GIKL4PUF.cjs');
17
- var chunk7FGNVDEV_cjs = require('./chunk-7FGNVDEV.cjs');
18
- var chunkDLS3G6WQ_cjs = require('./chunk-DLS3G6WQ.cjs');
19
- var chunkDAPAK2W3_cjs = require('./chunk-DAPAK2W3.cjs');
20
- var chunkUDA26MCU_cjs = require('./chunk-UDA26MCU.cjs');
21
- var chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
22
-
23
- function toNumberArrayUnRecursive(array, options = {}) {
24
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
25
- message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
26
- });
27
- const riv = chunkSYHPSOUU_cjs.hasOwnProp(options, "removeInvalidValueNumber") ? options.removeInvalidValueNumber : true;
28
- chunkSYHPSOUU_cjs.assertIsBoolean(riv, {
29
- message: ({ currentType, validType }) => `Parameter \`removeInvalidValueNumber\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
30
- });
31
- if (chunkSYHPSOUU_cjs.isArray(array)) {
32
- const result = Array.from(array, (x) => {
33
- if (chunkUDA26MCU_cjs.isBigInt(x)) return Number(x);
34
- const str = String(x).trim();
35
- const match = str.match(/-?\d+(\.\d+)?/);
36
- return match ? Number(match[0]) : chunkSYHPSOUU_cjs.isNull(x) ? null : void 0;
37
- });
38
- return riv ? chunkU23I7JPB_cjs.filterNilArray(result) : result;
39
- }
40
- return void 0;
41
- }
42
-
43
- function toStringDeepForce(value, forceToString) {
44
- if (!(forceToString === false || forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all")) {
45
- throw new TypeError(
46
- `Second parameter \`forceToString\` must be of type \`false\` or \`string\` with value one of "stringOrNumber" | "primitives" | "all", but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
47
- forceToString
48
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(forceToString, {
49
- keepUndefined: true
50
- })}\`.`
51
- );
52
- }
53
- if (chunkSYHPSOUU_cjs.isNaN(value)) {
54
- return forceToString === "primitives" || forceToString === "all" ? "NaN" : NaN;
55
- }
56
- if (chunkSYHPSOUU_cjs.isString(value) || chunkSYHPSOUU_cjs.isNumber(value)) {
57
- return forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all" ? String(value) : value;
58
- }
59
- if (chunkSYHPSOUU_cjs.isBoolean(value) || chunkUDA26MCU_cjs.isBigInt(value) || chunkSYHPSOUU_cjs.isNil(value)) {
60
- return forceToString === "primitives" || forceToString === "all" ? String(value) : value;
61
- }
62
- if (chunkSYHPSOUU_cjs.isNumberObject(value) || chunkSYHPSOUU_cjs.isBooleanObject(value) || chunkSYHPSOUU_cjs.isStringObject(value)) {
63
- return forceToString === "all" ? value.valueOf().toString() : value;
64
- }
65
- if (chunkSYHPSOUU_cjs.isSymbol(value)) {
66
- return forceToString === "all" ? value.toString() : value;
67
- }
68
- if (chunkSYHPSOUU_cjs.isFunction(value)) {
69
- return forceToString === "all" ? value.toString() : value;
70
- }
71
- if (chunkSYHPSOUU_cjs.isArray(value)) {
72
- return value.map((v) => toStringDeepForce(v, forceToString));
73
- }
74
- if (chunkSYHPSOUU_cjs.isObjectOrArray(value)) {
75
- if (chunkDAPAK2W3_cjs.isDate(value)) {
76
- return forceToString === "all" ? value.toISOString() : value;
77
- }
78
- if (chunkGIKL4PUF_cjs.isRegExp(value)) {
79
- return forceToString === "all" ? value.toString() : value;
80
- }
81
- if (chunkSYHPSOUU_cjs.isError(value) || value instanceof Promise) {
82
- return forceToString === "all" ? value.toString() : value;
83
- }
84
- if (chunkSYHPSOUU_cjs.isSet(value)) {
85
- return forceToString === "all" ? [...value].map((v) => toStringDeepForce(v, forceToString)) : value;
86
- }
87
- if (chunkDAPAK2W3_cjs.isMap(value)) {
88
- return forceToString === "all" ? [...value.entries()].map(([k, v]) => [
89
- toStringDeepForce(k, forceToString),
90
- toStringDeepForce(v, forceToString)
91
- ]) : value;
92
- }
93
- const result = {};
94
- if (chunkSYHPSOUU_cjs.isObject(value)) {
95
- for (const key of Object.keys(value)) {
96
- result[key] = toStringDeepForce(value[key], forceToString);
97
- }
98
- }
99
- return result;
100
- }
101
- return value;
102
- }
103
-
104
- var dedupeArray = (inputArray, options = {}) => {
105
- chunkDLS3G6WQ_cjs.assertIsArray(inputArray, {
106
- message: ({ currentType, validType }) => `First parameter (\`inputArray\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
107
- });
108
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
109
- message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
110
- });
111
- const flatten = chunkSYHPSOUU_cjs.hasOwnProp(options, "flatten") ? options.flatten : false;
112
- const forceToString = chunkSYHPSOUU_cjs.hasOwnProp(options, "forceToString") ? options.forceToString : false;
113
- if (!(forceToString === false || forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all")) {
114
- throw new TypeError(
115
- `Parameter \`forceToString\` property of the \`options\` (second parameter) must be of type \`false\` or \`string\` with value one of "stringOrNumber" | "primitives" | "all", but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
116
- forceToString
117
- )}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(forceToString, {
118
- keepUndefined: true
119
- })}\`.`
120
- );
121
- }
122
- chunkSYHPSOUU_cjs.assertIsBoolean(flatten, {
123
- message: ({ currentType, validType }) => `Parameter \`flatten\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
124
- });
125
- const process = (arr) => {
126
- const seen = [];
127
- return arr.reduce((acc, item) => {
128
- const value = chunkSYHPSOUU_cjs.isArray(item) ? process(item) : toStringDeepForce(item, forceToString);
129
- if (!seen.some((s) => chunkGIKL4PUF_cjs.isEqual(s, value))) {
130
- seen.push(value);
131
- acc.push(value);
132
- }
133
- return acc;
134
- }, []);
135
- };
136
- const deepFlatten = (value) => {
137
- if (chunkSYHPSOUU_cjs.isArray(value)) {
138
- return value.flatMap(deepFlatten);
139
- }
140
- if (chunkSYHPSOUU_cjs.isSet(value)) {
141
- return [...value].flatMap(deepFlatten);
142
- }
143
- if (chunkDAPAK2W3_cjs.isMap(value)) {
144
- return [...value.values()].flatMap(deepFlatten);
145
- }
146
- return [value];
147
- };
148
- return flatten ? process(deepFlatten(inputArray)) : process(inputArray);
149
- };
150
-
151
- var toBooleanContent = (value) => {
152
- if (chunkSYHPSOUU_cjs.isNil(value)) return false;
153
- if (chunkSYHPSOUU_cjs.isString(value)) return chunkSYHPSOUU_cjs.isNonEmptyString(value);
154
- if (chunkSYHPSOUU_cjs.isBoolean(value)) return value;
155
- if (chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true })) return value !== 0;
156
- if (chunkSYHPSOUU_cjs.isArray(value) || chunkSYHPSOUU_cjs.isObject(value)) return chunkSU3UELUB_cjs.isNonEmptyValue(value);
157
- return Boolean(value);
158
- };
159
-
160
- var toBooleanContentDeep = (value) => {
161
- if (chunkSYHPSOUU_cjs.isNil(value)) return false;
162
- if (chunkSYHPSOUU_cjs.isString(value)) return chunkSYHPSOUU_cjs.isNonEmptyString(value);
163
- if (chunkSYHPSOUU_cjs.isBoolean(value)) return value;
164
- if (chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true })) return value !== 0;
165
- if (chunkSYHPSOUU_cjs.isArray(value)) return value.some(toBooleanContentDeep);
166
- if (chunkSYHPSOUU_cjs.isObject(value)) return Object.values(value).some(toBooleanContentDeep);
167
- return false;
168
- };
169
-
170
- var toBooleanExplicit = (value, options = {}) => {
171
- if (chunkSYHPSOUU_cjs.isNil(value)) return false;
172
- if (!chunkSYHPSOUU_cjs.isPlainObject(options)) options = {};
173
- const ci = chunkSYHPSOUU_cjs.hasOwnProp(options, "caseInsensitive") ? options.caseInsensitive : false;
174
- const ts = chunkSYHPSOUU_cjs.hasOwnProp(options, "trimString") ? options.trimString : true;
175
- const incInd = chunkSYHPSOUU_cjs.hasOwnProp(options, "includeIndeterminate") ? options.includeIndeterminate : false;
176
- if (!chunkSYHPSOUU_cjs.isBoolean(ci) || !chunkSYHPSOUU_cjs.isBoolean(ts) || !chunkSYHPSOUU_cjs.isBoolean(incInd)) {
177
- throw new TypeError(
178
- `Parameters \`caseInsensitive\`, \`trimString\` and \`includeIndeterminate\` property of the \`options\` (second parameter) expected to be a \`boolean\` type, but received: ['caseInsensitive': \`${chunkSYHPSOUU_cjs.getPreciseType(
179
- ci
180
- )}\`, 'trimString': \`${chunkSYHPSOUU_cjs.getPreciseType(
181
- ts
182
- )}\`, 'includeIndeterminate': \`${chunkSYHPSOUU_cjs.getPreciseType(incInd)}\`].`
183
- );
184
- }
185
- if (chunkSYHPSOUU_cjs.isString(value)) {
186
- let normalized = value;
187
- if (ts) normalized = normalized.trim();
188
- if (ci) normalized = normalized.toLowerCase();
189
- const validTrueStrings = ["true", "on", "yes", "1"];
190
- if (incInd) validTrueStrings.push("indeterminate");
191
- return validTrueStrings.includes(normalized);
192
- }
193
- if (chunkSYHPSOUU_cjs.isNumber(value)) return value === 1;
194
- if (chunkSYHPSOUU_cjs.isBoolean(value)) return value;
195
- return false;
196
- };
197
-
198
- var toBooleanLoose = (value) => {
199
- if (chunkSYHPSOUU_cjs.isNil(value)) return false;
200
- if (chunkSYHPSOUU_cjs.isString(value)) return !chunkWLOQQFDS_cjs.isEmptyString(value);
201
- if (chunkSYHPSOUU_cjs.isBoolean(value)) return value;
202
- if (chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true })) return value !== 0;
203
- if (chunkSYHPSOUU_cjs.isArray(value)) return value.length > 0;
204
- return Boolean(value);
205
- };
206
-
207
- var convertType = (value) => {
208
- const predefinedValues = {
209
- undefined: void 0,
210
- null: null,
211
- nan: NaN,
212
- true: true,
213
- false: false,
214
- yes: true,
215
- no: false
216
- };
217
- if (chunkSYHPSOUU_cjs.isString(value)) {
218
- const normalized = value.trim().toLowerCase();
219
- if (Object.prototype.hasOwnProperty.call(predefinedValues, normalized)) {
220
- return predefinedValues[normalized];
221
- }
222
- const numericString = normalized.replace(/,/g, "");
223
- const numberString = Number(numericString);
224
- if (!chunkSYHPSOUU_cjs.isNaN(numberString) && chunkSYHPSOUU_cjs.isNonEmptyString(numericString)) {
225
- return numberString;
226
- }
227
- return value.trim();
228
- }
229
- return value;
230
- };
231
-
232
- var deepCloneSafe = (obj) => {
233
- try {
234
- if (chunkSYHPSOUU_cjs.isFunction(structuredClone)) {
235
- return structuredClone(obj);
236
- }
237
- } catch {
238
- }
239
- return JSON.parse(JSON.stringify(obj));
240
- };
241
-
242
- var deleteNestedKey = (obj, path) => {
243
- if (!chunkSYHPSOUU_cjs.isObjectOrArray(obj)) return obj;
244
- const [currentKey, ...rest] = path;
245
- if (chunkSYHPSOUU_cjs.isArray(obj)) {
246
- for (const item of obj) {
247
- if (chunkSYHPSOUU_cjs.isObjectOrArray(item)) deleteNestedKey(item, path);
248
- }
249
- } else if (chunk7FGNVDEV_cjs.isEmptyArray(rest)) {
250
- if (chunkSYHPSOUU_cjs.isPlainObject(obj)) delete obj[currentKey];
251
- } else if (chunkSYHPSOUU_cjs.isPlainObject(obj) && chunkSYHPSOUU_cjs.isObjectOrArray(obj[currentKey])) {
252
- deleteNestedKey(obj[currentKey], rest);
253
- }
254
- return obj;
255
- };
256
-
257
- var deleteExactPathOnce = (obj, path) => {
258
- if (!chunkSYHPSOUU_cjs.isPlainObject(obj)) return obj;
259
- const [currentKey, ...rest] = path;
260
- if (rest.length === 0) {
261
- if (chunkSYHPSOUU_cjs.isPlainObject(obj)) delete obj[currentKey];
262
- } else if (chunkSYHPSOUU_cjs.isPlainObject(obj[currentKey])) {
263
- deleteExactPathOnce(obj[currentKey], rest);
264
- }
265
- return obj;
266
- };
267
-
268
- function removeObjectPaths(object, keysToDelete, deepClone = true) {
269
- if (chunk7FGNVDEV_cjs.isEmptyObject(object, { checkSymbols: true }))
270
- return {};
271
- chunkDLS3G6WQ_cjs.assertIsArray(keysToDelete, {
272
- message: ({ currentType, validType }) => `Second parameter (\`keysToDelete\`) must be of type \`${validType}\` with value of { key: string, deep?: boolean } plain-object, but received: \`${currentType}\`, with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(
273
- keysToDelete,
274
- {
275
- keepUndefined: true
276
- }
277
- )}\`.`
278
- });
279
- if (!keysToDelete.every((k) => chunkSYHPSOUU_cjs.isPlainObject(k) && "key" in k)) {
280
- throw new TypeError(
281
- `Each element in Second Parameter (\`keysToDelete\`) must be of type \`plain-object\` with at least a "key" property (optionally "deep"), but received: \`${chunkDAPAK2W3_cjs.safeStableStringify(
282
- keysToDelete,
283
- {
284
- keepUndefined: true
285
- }
286
- )}\`.`
287
- );
288
- }
289
- let result = deepClone ? deepCloneSafe(object) : object;
290
- for (const { key, deep } of keysToDelete) {
291
- chunkWXFTVXBF_cjs.assertIsString(key, {
292
- message: ({ currentType, validType }) => `Parameter \`key\` at Second Parameter (\`keysToDelete\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
293
- });
294
- if (!chunkSYHPSOUU_cjs.isUndefined(deep) && !chunkSYHPSOUU_cjs.isBoolean(deep)) {
295
- throw new TypeError(
296
- `Parameter \`deep\` at Second Parameter (\`keysToDelete\`) \u2794 (key: "${key}", deep: ${deep}) must be of type \`boolean\` or \`undefined\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
297
- deep
298
- )}\`.`
299
- );
300
- }
301
- const path = key.split(".");
302
- result = deep ? deleteNestedKey(result, path) : deleteExactPathOnce(result, path);
303
- }
304
- return result;
305
- }
306
-
307
- function toNumberDeep(input, options = {}) {
308
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
309
- message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
310
- });
311
- const removeEmptyObjects = chunkSYHPSOUU_cjs.hasOwnProp(options, "removeEmptyObjects") ? options.removeEmptyObjects : false;
312
- const removeEmptyArrays = chunkSYHPSOUU_cjs.hasOwnProp(options, "removeEmptyArrays") ? options.removeEmptyArrays : false;
313
- function _internal(input2, options2) {
314
- if (chunkSYHPSOUU_cjs.isNil(input2) || chunkGIKL4PUF_cjs.isRegExp(input2)) return void 0;
315
- const { removeEmptyArrays: removeEmptyArrays2, removeEmptyObjects: removeEmptyObjects2, isRoot } = options2;
316
- if (!chunkSYHPSOUU_cjs.isBoolean(removeEmptyObjects2) || !chunkSYHPSOUU_cjs.isBoolean(removeEmptyArrays2)) {
317
- throw new TypeError(
318
- `Parameters \`removeEmptyObjects\` and \`removeEmptyArrays\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: ['removeEmptyObjects': \`${chunkSYHPSOUU_cjs.getPreciseType(
319
- removeEmptyObjects2
320
- )}\`, 'removeEmptyArrays': \`${chunkSYHPSOUU_cjs.getPreciseType(removeEmptyArrays2)}\`].`
321
- );
322
- }
323
- if (chunkSYHPSOUU_cjs.isNumber(input2) || chunkSYHPSOUU_cjs.isBoolean(input2) || chunkSYHPSOUU_cjs.isNonEmptyString(input2)) {
324
- const num = Number(input2);
325
- return chunkSYHPSOUU_cjs.isInfinityNumber(num) || chunkSYHPSOUU_cjs.isNaN(num) ? void 0 : num;
326
- }
327
- if (chunkSYHPSOUU_cjs.isNumberObject(input2) || chunkSYHPSOUU_cjs.isStringObject(input2) || chunkSYHPSOUU_cjs.isBooleanObject(input2)) {
328
- const valOf = Number(input2.valueOf());
329
- return chunkSYHPSOUU_cjs.isInfinityNumber(valOf) || chunkSYHPSOUU_cjs.isNaN(valOf) ? void 0 : valOf;
330
- }
331
- if (chunkDAPAK2W3_cjs.isDate(input2, { skipInvalidDate: true })) {
332
- try {
333
- return !chunkSYHPSOUU_cjs.isNaN(input2.getTime()) ? input2.getTime() : 0;
334
- } catch {
335
- return 0;
336
- }
337
- }
338
- if (chunkSYHPSOUU_cjs.isBuffer(input2)) {
339
- const arr = Array.from(input2).map(
340
- (n) => _internal(n, {
341
- removeEmptyObjects: removeEmptyObjects2,
342
- removeEmptyArrays: removeEmptyArrays2,
343
- isRoot: false
344
- })
345
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
346
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(arr)) return void 0;
347
- return arr;
348
- }
349
- if (chunkSU3UELUB_cjs.isTypedArray(input2)) {
350
- if (input2 instanceof BigInt64Array || input2 instanceof BigUint64Array) {
351
- const newArray = Array.from(input2).map(
352
- (item) => _internal(item, {
353
- removeEmptyObjects: removeEmptyObjects2,
354
- removeEmptyArrays: removeEmptyArrays2,
355
- isRoot: false
356
- })
357
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
358
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
359
- return newArray;
360
- } else {
361
- const newArray = Array.from(input2).map(
362
- (item) => _internal(item, {
363
- removeEmptyObjects: removeEmptyObjects2,
364
- removeEmptyArrays: removeEmptyArrays2,
365
- isRoot: false
366
- })
367
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
368
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
369
- return newArray;
370
- }
371
- }
372
- if (chunkSYHPSOUU_cjs.isSet(input2)) {
373
- const newArray = Array.from(input2).map(
374
- (item) => _internal(item, {
375
- removeEmptyObjects: removeEmptyObjects2,
376
- removeEmptyArrays: removeEmptyArrays2,
377
- isRoot: false
378
- })
379
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
380
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
381
- return newArray;
382
- }
383
- if (chunkDAPAK2W3_cjs.isMap(input2)) {
384
- let newArray = Array.from(input2.entries()).map(([k, v]) => {
385
- const key = _internal(k, {
386
- removeEmptyObjects: removeEmptyObjects2,
387
- removeEmptyArrays: removeEmptyArrays2,
388
- isRoot: false
389
- });
390
- const value = _internal(v, {
391
- removeEmptyObjects: removeEmptyObjects2,
392
- removeEmptyArrays: removeEmptyArrays2,
393
- isRoot: false
394
- });
395
- return !chunkSYHPSOUU_cjs.isUndefined(key) && !chunkSYHPSOUU_cjs.isUndefined(value) ? [key, value] : void 0;
396
- }).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
397
- if (removeEmptyArrays2) {
398
- newArray = newArray.filter((v) => !chunk7FGNVDEV_cjs.isEmptyArray(v));
399
- }
400
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
401
- return newArray;
402
- }
403
- if (chunkSYHPSOUU_cjs.isArray(input2)) {
404
- const newArray = input2.map(
405
- (item) => _internal(item, {
406
- removeEmptyObjects: removeEmptyObjects2,
407
- removeEmptyArrays: removeEmptyArrays2,
408
- isRoot: false
409
- })
410
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
411
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
412
- return newArray;
413
- }
414
- if (chunkSYHPSOUU_cjs.isObject(input2)) {
415
- const newObject = {};
416
- for (const [key, value] of Object.entries(input2)) {
417
- const convertedValue = _internal(value, {
418
- removeEmptyObjects: removeEmptyObjects2,
419
- removeEmptyArrays: removeEmptyArrays2,
420
- isRoot: false
421
- });
422
- if (!chunkSYHPSOUU_cjs.isUndefined(convertedValue)) {
423
- newObject[key] = convertedValue;
424
- }
425
- }
426
- if (removeEmptyObjects2 && chunk7FGNVDEV_cjs.isEmptyObject(newObject)) {
427
- return isRoot ? {} : void 0;
428
- }
429
- return newObject;
430
- }
431
- return void 0;
432
- }
433
- return _internal(input, {
434
- removeEmptyObjects,
435
- removeEmptyArrays,
436
- isRoot: true
437
- });
438
- }
439
-
440
- function toStringDeep(input, options = {}) {
441
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
442
- message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
443
- });
444
- const removeEmptyObjects = chunkSYHPSOUU_cjs.hasOwnProp(options, "removeEmptyObjects") ? options.removeEmptyObjects : false;
445
- const removeEmptyArrays = chunkSYHPSOUU_cjs.hasOwnProp(options, "removeEmptyArrays") ? options.removeEmptyArrays : false;
446
- function _internal(input2, options2) {
447
- if (chunkSYHPSOUU_cjs.isNil(input2) || chunkSYHPSOUU_cjs.isInfinityNumber(input2)) return void 0;
448
- const { removeEmptyArrays: removeEmptyArrays2, removeEmptyObjects: removeEmptyObjects2, isRoot } = options2;
449
- if (!chunkSYHPSOUU_cjs.isBoolean(removeEmptyObjects2) || !chunkSYHPSOUU_cjs.isBoolean(removeEmptyArrays2)) {
450
- throw new TypeError(
451
- `Parameters \`removeEmptyObjects\` and \`removeEmptyArrays\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: ['removeEmptyObjects': \`${chunkSYHPSOUU_cjs.getPreciseType(
452
- removeEmptyObjects2
453
- )}\`, 'removeEmptyArrays': \`${chunkSYHPSOUU_cjs.getPreciseType(removeEmptyArrays2)}\`].`
454
- );
455
- }
456
- if (chunkSYHPSOUU_cjs.isNumber(input2) || chunkSYHPSOUU_cjs.isString(input2) || chunkSYHPSOUU_cjs.isBoolean(input2)) return String(input2);
457
- if (chunkSYHPSOUU_cjs.isNumberObject(input2)) {
458
- const valOf = input2.valueOf();
459
- return chunkSYHPSOUU_cjs.isInfinityNumber(valOf) || chunkSYHPSOUU_cjs.isNaN(valOf) ? void 0 : valOf.toString();
460
- }
461
- if (chunkSYHPSOUU_cjs.isStringObject(input2)) return input2.valueOf();
462
- if (chunkSYHPSOUU_cjs.isBooleanObject(input2)) return input2.valueOf().toString();
463
- if (chunkDAPAK2W3_cjs.isDate(input2, { skipInvalidDate: true })) {
464
- try {
465
- return input2.toISOString();
466
- } catch {
467
- return input2.toString();
468
- }
469
- }
470
- if (chunkGIKL4PUF_cjs.isRegExp(input2)) return input2.toString();
471
- if (chunkSYHPSOUU_cjs.isBuffer(input2)) {
472
- return Array.from(input2).map((v) => String(v)).filter((v) => !chunkSYHPSOUU_cjs.isUndefined(v));
473
- }
474
- if (chunkSU3UELUB_cjs.isTypedArray(input2)) {
475
- if (input2 instanceof BigInt64Array || input2 instanceof BigUint64Array) {
476
- const newArray = Array.from(input2).map(
477
- (item) => _internal(item, {
478
- removeEmptyObjects: removeEmptyObjects2,
479
- removeEmptyArrays: removeEmptyArrays2,
480
- isRoot: false
481
- })
482
- ).map((v) => String(v)).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
483
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
484
- return newArray;
485
- } else {
486
- const newArray = Array.from(input2).map(
487
- (item) => _internal(item, {
488
- removeEmptyObjects: removeEmptyObjects2,
489
- removeEmptyArrays: removeEmptyArrays2,
490
- isRoot: false
491
- })
492
- ).map((v) => String(v)).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
493
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
494
- return newArray;
495
- }
496
- }
497
- if (chunkSYHPSOUU_cjs.isSet(input2)) {
498
- const arr = Array.from(input2).map(
499
- (v) => _internal(v, { removeEmptyObjects: removeEmptyObjects2, removeEmptyArrays: removeEmptyArrays2, isRoot: false })
500
- ).filter((v) => !chunkSYHPSOUU_cjs.isUndefined(v));
501
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(arr)) return void 0;
502
- return arr;
503
- }
504
- if (chunkDAPAK2W3_cjs.isMap(input2)) {
505
- const arr = Array.from(input2.entries()).map(([k, v]) => [
506
- _internal(k, { removeEmptyObjects: removeEmptyObjects2, removeEmptyArrays: removeEmptyArrays2, isRoot: false }),
507
- _internal(v, { removeEmptyObjects: removeEmptyObjects2, removeEmptyArrays: removeEmptyArrays2, isRoot: false })
508
- ]).filter(([k, v]) => !chunkSYHPSOUU_cjs.isUndefined(k) && !chunkSYHPSOUU_cjs.isUndefined(v));
509
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(arr)) return void 0;
510
- return arr;
511
- }
512
- if (chunkSYHPSOUU_cjs.isArray(input2)) {
513
- let newArray = input2.map(
514
- (item) => _internal(item, {
515
- removeEmptyObjects: removeEmptyObjects2,
516
- removeEmptyArrays: removeEmptyArrays2,
517
- isRoot: false
518
- })
519
- ).filter((item) => !chunkSYHPSOUU_cjs.isUndefined(item));
520
- if (removeEmptyArrays2) {
521
- newArray = newArray.filter((v) => !(chunkSYHPSOUU_cjs.isArray(v) && v.length === 0));
522
- }
523
- if (removeEmptyArrays2 && chunk7FGNVDEV_cjs.isEmptyArray(newArray)) return void 0;
524
- return newArray;
525
- }
526
- if (chunkSYHPSOUU_cjs.isObject(input2)) {
527
- const newObject = {};
528
- for (const [key, value] of Object.entries(input2)) {
529
- const convertedValue = _internal(value, {
530
- removeEmptyObjects: removeEmptyObjects2,
531
- removeEmptyArrays: removeEmptyArrays2,
532
- isRoot: false
533
- });
534
- if (!chunkSYHPSOUU_cjs.isUndefined(convertedValue)) {
535
- newObject[key] = convertedValue;
536
- } else if (chunkSYHPSOUU_cjs.isArray(value) && !removeEmptyArrays2) {
537
- newObject[key] = [];
538
- }
539
- }
540
- if (removeEmptyObjects2 && Object.keys(newObject).length === 0) {
541
- return isRoot ? {} : void 0;
542
- }
543
- return newObject;
544
- }
545
- return void 0;
546
- }
547
- return _internal(input, {
548
- removeEmptyObjects,
549
- removeEmptyArrays,
550
- isRoot: true
551
- });
552
- }
553
-
554
- exports.convertType = convertType;
555
- exports.dedupeArray = dedupeArray;
556
- exports.removeObjectPaths = removeObjectPaths;
557
- exports.toBooleanContent = toBooleanContent;
558
- exports.toBooleanContentDeep = toBooleanContentDeep;
559
- exports.toBooleanExplicit = toBooleanExplicit;
560
- exports.toBooleanLoose = toBooleanLoose;
561
- exports.toNumberArrayUnRecursive = toNumberArrayUnRecursive;
562
- exports.toNumberDeep = toNumberDeep;
563
- exports.toStringDeep = toStringDeep;
564
- exports.toStringDeepForce = toStringDeepForce;
@@ -1,14 +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
- var isBigInt = (value) => {
11
- return typeof value === "bigint";
12
- };
13
-
14
- export { isBigInt };