@rzl-zone/utils-js 3.12.0 → 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 -214
  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 -212
  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-2AFQ33D3.cjs +0 -64
  213. package/dist/chunk-2CYDJVGM.js +0 -246
  214. package/dist/chunk-2MW4JDQ2.cjs +0 -598
  215. package/dist/chunk-2VTDXC3N.cjs +0 -1825
  216. package/dist/chunk-44XX2P34.js +0 -209
  217. package/dist/chunk-4YLBKLGS.cjs +0 -18
  218. package/dist/chunk-566CXQW7.cjs +0 -560
  219. package/dist/chunk-57EPKYID.cjs +0 -397
  220. package/dist/chunk-5MGEC3YG.js +0 -63
  221. package/dist/chunk-6EF52423.cjs +0 -249
  222. package/dist/chunk-6SCOKU3S.js +0 -109
  223. package/dist/chunk-6VUXD3CF.js +0 -119
  224. package/dist/chunk-7B76BSNK.cjs +0 -118
  225. package/dist/chunk-7Y6I2DSU.cjs +0 -101
  226. package/dist/chunk-A7S7E2EE.cjs +0 -308
  227. package/dist/chunk-AJZ6PMMZ.js +0 -16
  228. package/dist/chunk-AXGBL2IO.cjs +0 -251
  229. package/dist/chunk-B4TC6FBV.cjs +0 -678
  230. package/dist/chunk-BAV5T2E3.cjs +0 -15
  231. package/dist/chunk-BKIJBNIE.js +0 -21
  232. package/dist/chunk-BNIMTFK5.js +0 -59
  233. package/dist/chunk-BXW7YXB7.js +0 -1823
  234. package/dist/chunk-CFYZC4S6.js +0 -53
  235. package/dist/chunk-CSG4SCL3.js +0 -1587
  236. package/dist/chunk-CWQW7AKK.js +0 -676
  237. package/dist/chunk-DVMHRLKP.cjs +0 -16
  238. package/dist/chunk-EN7LVZBZ.js +0 -548
  239. package/dist/chunk-EV4Y7HCY.cjs +0 -26
  240. package/dist/chunk-F66VDYIZ.cjs +0 -18
  241. package/dist/chunk-FLJX37EL.cjs +0 -30
  242. package/dist/chunk-GKC3UDMC.cjs +0 -1623
  243. package/dist/chunk-H65I3GRZ.cjs +0 -106
  244. package/dist/chunk-HHYWB7VZ.js +0 -24
  245. package/dist/chunk-HNGGISFL.cjs +0 -65
  246. package/dist/chunk-HNSQAVSZ.cjs +0 -35
  247. package/dist/chunk-HSP6IWZK.js +0 -17
  248. package/dist/chunk-IDZS7J6T.js +0 -242
  249. package/dist/chunk-JS6R55VL.js +0 -302
  250. package/dist/chunk-JZVT5FK7.js +0 -232
  251. package/dist/chunk-KHO2SBNA.cjs +0 -16
  252. package/dist/chunk-KIDJCMNJ.js +0 -33
  253. package/dist/chunk-KOLEURVT.cjs +0 -38
  254. package/dist/chunk-L4V53MQK.cjs +0 -269
  255. package/dist/chunk-L5RDAVVH.js +0 -14
  256. package/dist/chunk-NODTV4F3.js +0 -16
  257. package/dist/chunk-NYK5K3V2.cjs +0 -211
  258. package/dist/chunk-ODUO3RTL.cjs +0 -113
  259. package/dist/chunk-ONZFBJVW.js +0 -14
  260. package/dist/chunk-PFXCTE37.js +0 -28
  261. package/dist/chunk-PPST7QAQ.js +0 -587
  262. package/dist/chunk-Q5IMYDFL.cjs +0 -33
  263. package/dist/chunk-QFFBIOJ4.js +0 -31
  264. package/dist/chunk-QNKGP5DY.js +0 -14
  265. package/dist/chunk-RRQHMOPE.cjs +0 -19
  266. package/dist/chunk-RU5OSRBU.js +0 -95
  267. package/dist/chunk-SDMPEJ4F.js +0 -35
  268. package/dist/chunk-SYNL5IKP.js +0 -115
  269. package/dist/chunk-TCDOWZQE.js +0 -16
  270. package/dist/chunk-TQPGXGKB.cjs +0 -123
  271. package/dist/chunk-TULOI4GL.js +0 -370
  272. package/dist/chunk-UBHCP4N5.cjs +0 -36
  273. package/dist/chunk-UCHF3M34.cjs +0 -56
  274. package/dist/chunk-UDA26MCU.cjs +0 -16
  275. package/dist/chunk-V3C4FYZL.cjs +0 -18
  276. package/dist/chunk-VAAHZFBF.js +0 -32
  277. package/dist/chunk-VJDDGRIK.cjs +0 -16
  278. package/dist/chunk-WVSPXFTY.js +0 -14
  279. package/dist/chunk-WYP76WXB.js +0 -101
  280. package/dist/chunk-YDE4ZBB7.cjs +0 -237
  281. package/dist/chunk-YKQEOO7C.cjs +0 -23
  282. package/dist/chunk-YSZC56SZ.js +0 -264
  283. package/dist/chunk-YWHHVDT4.js +0 -13
  284. package/dist/index.d.ts +0 -24
  285. package/dist/isPlainObject-DTJVV2Kf.d.ts +0 -536
  286. package/dist/rzl-utils.global.js +0 -10
@@ -1,25 +1,15 @@
1
1
  /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.12.0.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- export { convertType, dedupeArray, removeObjectPaths, toBooleanContent, toBooleanContentDeep, toBooleanExplicit, toBooleanLoose, toNumberArrayUnRecursive, toNumberDeep, toStringDeep, toStringDeepForce } from '../chunk-EN7LVZBZ.js';
11
- import '../chunk-KIDJCMNJ.js';
12
- export { filterNilArray, toStringArrayUnRecursive } from '../chunk-CFYZC4S6.js';
13
- import '../chunk-QFFBIOJ4.js';
14
- export { parseCurrencyString } from '../chunk-5MGEC3YG.js';
15
- import '../chunk-NODTV4F3.js';
16
- import '../chunk-TCDOWZQE.js';
17
- import '../chunk-BKIJBNIE.js';
18
- export { cleanParsedData, extractDigits, parseCustomDate, safeJsonParse } from '../chunk-YSZC56SZ.js';
19
- import '../chunk-WYP76WXB.js';
20
- import '../chunk-SDMPEJ4F.js';
21
- import '../chunk-HSP6IWZK.js';
22
- import '../chunk-YWHHVDT4.js';
23
- export { safeStableStringify } from '../chunk-6VUXD3CF.js';
24
- import '../chunk-QNKGP5DY.js';
25
- import '../chunk-CSG4SCL3.js';
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
+ import { n as filterNilArray, t as toStringArrayUnRecursive } from "../toStringArrayUnRecursive-CFs0jTEg.js";
11
+ import { a as toBooleanLoose, c as toBooleanContent, d as toNumberArrayUnRecursive, i as convertType, l as dedupeArray, n as toNumberDeep, o as toBooleanExplicit, r as removeObjectPaths, s as toBooleanContentDeep, t as toStringDeep, u as toStringDeepForce } from "../conversions-EMJa3g-D.js";
12
+ import { t as safeStableStringify } from "../safeStableStringify-BNh3D0K0.js";
13
+ import { t as parseCurrencyString } from "../parsing-B43x1sxn.js";
14
+ import { i as parseCustomDate, n as extractDigits, r as cleanParsedData, t as safeJsonParse } from "../safeJsonParse-CXruaP0p.js";
15
+ export { cleanParsedData, convertType, dedupeArray, extractDigits, filterNilArray, parseCurrencyString, parseCustomDate, removeObjectPaths, safeJsonParse, safeStableStringify, toBooleanContent, toBooleanContentDeep, toBooleanExplicit, toBooleanLoose, toNumberArrayUnRecursive, toNumberDeep, toStringArrayUnRecursive, toStringDeep, toStringDeepForce };
@@ -0,0 +1,448 @@
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
+ "use strict";
11
+ const require_assertIsBoolean = require('./assertIsBoolean-DozdtbNi.cjs');
12
+ const require_isBigInt = require('./isBigInt-B1cijjqm.cjs');
13
+ const require_assertIsArray = require('./assertIsArray-BChqwPiP.cjs');
14
+ const require_assertIsString = require('./assertIsString-Bvk7bUL7.cjs');
15
+ const require_isEmptyObject = require('./isEmptyObject-DI42NEo0.cjs');
16
+ const require_toStringArrayUnRecursive = require('./toStringArrayUnRecursive-xUaU8Ot9.cjs');
17
+ const require_safeStableStringify = require('./safeStableStringify-Cc62pfRp.cjs');
18
+ const require_isEqual = require('./isEqual-B1fRgEuU.cjs');
19
+ const require_isEmptyString = require('./isEmptyString-CCK3bP74.cjs');
20
+ const require_isTypedArray = require('./isTypedArray-DiCoqffZ.cjs');
21
+ function toNumberArrayUnRecursive(array, options = {}) {
22
+ require_assertIsBoolean.assertIsPlainObject(options, { message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
23
+ const riv = require_assertIsBoolean.hasOwnProp(options, "removeInvalidValueNumber") ? options.removeInvalidValueNumber : true;
24
+ require_assertIsBoolean.assertIsBoolean(riv, { message: ({ currentType, validType }) => `Parameter \`removeInvalidValueNumber\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
25
+ if (require_assertIsBoolean.isArray(array)) {
26
+ const result = Array.from(array, (x) => {
27
+ if (require_isBigInt.isBigInt(x)) return Number(x);
28
+ const match = String(x).trim().match(/-?\d+(\.\d+)?/);
29
+ return match ? Number(match[0]) : require_assertIsBoolean.isNull(x) ? null : void 0;
30
+ });
31
+ return riv ? require_toStringArrayUnRecursive.filterNilArray(result) : result;
32
+ }
33
+ }
34
+ function toStringDeepForce(value, forceToString) {
35
+ if (!(forceToString === false || forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all")) throw new TypeError(`Second parameter \`forceToString\` must be of type \`false\` or \`string\` with value one of "stringOrNumber" | "primitives" | "all", but received: \`${require_assertIsBoolean.getPreciseType(forceToString)}\`, with value: \`${require_safeStableStringify.safeStableStringify(forceToString, { keepUndefined: true })}\`.`);
36
+ if (require_assertIsBoolean.isNaN(value)) return forceToString === "primitives" || forceToString === "all" ? "NaN" : NaN;
37
+ if (require_assertIsBoolean.isString(value) || require_assertIsBoolean.isNumber(value)) return forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all" ? String(value) : value;
38
+ if (require_assertIsBoolean.isBoolean(value) || require_isBigInt.isBigInt(value) || require_assertIsBoolean.isNil(value)) return forceToString === "primitives" || forceToString === "all" ? String(value) : value;
39
+ if (require_assertIsBoolean.isNumberObject(value) || require_assertIsBoolean.isBooleanObject(value) || require_assertIsBoolean.isStringObject(value)) return forceToString === "all" ? value.valueOf().toString() : value;
40
+ if (require_assertIsBoolean.isSymbol(value)) return forceToString === "all" ? value.toString() : value;
41
+ if (require_assertIsBoolean.isFunction(value)) return forceToString === "all" ? value.toString() : value;
42
+ if (require_assertIsBoolean.isArray(value)) return value.map((v) => toStringDeepForce(v, forceToString));
43
+ if (require_assertIsBoolean.isObjectOrArray(value)) {
44
+ if (require_safeStableStringify.isDate(value)) return forceToString === "all" ? value.toISOString() : value;
45
+ if (require_isEqual.isRegExp(value)) return forceToString === "all" ? value.toString() : value;
46
+ if (require_assertIsBoolean.isError(value) || value instanceof Promise) return forceToString === "all" ? value.toString() : value;
47
+ if (require_assertIsBoolean.isSet(value)) return forceToString === "all" ? [...value].map((v) => toStringDeepForce(v, forceToString)) : value;
48
+ if (require_safeStableStringify.isMap(value)) return forceToString === "all" ? [...value.entries()].map(([k, v]) => [toStringDeepForce(k, forceToString), toStringDeepForce(v, forceToString)]) : value;
49
+ const result = {};
50
+ if (require_assertIsBoolean.isObject(value)) for (const key of Object.keys(value)) result[key] = toStringDeepForce(value[key], forceToString);
51
+ return result;
52
+ }
53
+ return value;
54
+ }
55
+ const dedupeArray = (inputArray, options = {}) => {
56
+ require_assertIsArray.assertIsArray(inputArray, { message: ({ currentType, validType }) => `First parameter (\`inputArray\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.` });
57
+ require_assertIsBoolean.assertIsPlainObject(options, { message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
58
+ const flatten = require_assertIsBoolean.hasOwnProp(options, "flatten") ? options.flatten : false;
59
+ const forceToString = require_assertIsBoolean.hasOwnProp(options, "forceToString") ? options.forceToString : false;
60
+ if (!(forceToString === false || forceToString === "stringOrNumber" || forceToString === "primitives" || forceToString === "all")) throw new TypeError(`Parameter \`forceToString\` property of the \`options\` (second parameter) must be of type \`false\` or \`string\` with value one of "stringOrNumber" | "primitives" | "all", but received: \`${require_assertIsBoolean.getPreciseType(forceToString)}\`, with value: \`${require_safeStableStringify.safeStableStringify(forceToString, { keepUndefined: true })}\`.`);
61
+ require_assertIsBoolean.assertIsBoolean(flatten, { message: ({ currentType, validType }) => `Parameter \`flatten\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
62
+ const process = (arr) => {
63
+ const seen = [];
64
+ return arr.reduce((acc, item) => {
65
+ const value = require_assertIsBoolean.isArray(item) ? process(item) : toStringDeepForce(item, forceToString);
66
+ if (!seen.some((s) => require_isEqual.isEqual(s, value))) {
67
+ seen.push(value);
68
+ acc.push(value);
69
+ }
70
+ return acc;
71
+ }, []);
72
+ };
73
+ const deepFlatten = (value) => {
74
+ if (require_assertIsBoolean.isArray(value)) return value.flatMap(deepFlatten);
75
+ if (require_assertIsBoolean.isSet(value)) return [...value].flatMap(deepFlatten);
76
+ if (require_safeStableStringify.isMap(value)) return [...value.values()].flatMap(deepFlatten);
77
+ return [value];
78
+ };
79
+ return flatten ? process(deepFlatten(inputArray)) : process(inputArray);
80
+ };
81
+ const toBooleanContent = (value) => {
82
+ if (require_assertIsBoolean.isNil(value)) return false;
83
+ if (require_assertIsBoolean.isString(value)) return require_assertIsBoolean.isNonEmptyString(value);
84
+ if (require_assertIsBoolean.isBoolean(value)) return value;
85
+ if (require_assertIsBoolean.isNumber(value, { includeNaN: true })) return value !== 0;
86
+ if (require_assertIsBoolean.isArray(value) || require_assertIsBoolean.isObject(value)) return require_isTypedArray.isNonEmptyValue(value);
87
+ return Boolean(value);
88
+ };
89
+ const toBooleanContentDeep = (value) => {
90
+ if (require_assertIsBoolean.isNil(value)) return false;
91
+ if (require_assertIsBoolean.isString(value)) return require_assertIsBoolean.isNonEmptyString(value);
92
+ if (require_assertIsBoolean.isBoolean(value)) return value;
93
+ if (require_assertIsBoolean.isNumber(value, { includeNaN: true })) return value !== 0;
94
+ if (require_assertIsBoolean.isArray(value)) return value.some(toBooleanContentDeep);
95
+ if (require_assertIsBoolean.isObject(value)) return Object.values(value).some(toBooleanContentDeep);
96
+ return false;
97
+ };
98
+ const toBooleanExplicit = (value, options = {}) => {
99
+ if (require_assertIsBoolean.isNil(value)) return false;
100
+ if (!require_assertIsBoolean.isPlainObject(options)) options = {};
101
+ const ci = require_assertIsBoolean.hasOwnProp(options, "caseInsensitive") ? options.caseInsensitive : false;
102
+ const ts = require_assertIsBoolean.hasOwnProp(options, "trimString") ? options.trimString : true;
103
+ const incInd = require_assertIsBoolean.hasOwnProp(options, "includeIndeterminate") ? options.includeIndeterminate : false;
104
+ if (!require_assertIsBoolean.isBoolean(ci) || !require_assertIsBoolean.isBoolean(ts) || !require_assertIsBoolean.isBoolean(incInd)) throw new TypeError(`Parameters \`caseInsensitive\`, \`trimString\` and \`includeIndeterminate\` property of the \`options\` (second parameter) expected to be a \`boolean\` type, but received: ['caseInsensitive': \`${require_assertIsBoolean.getPreciseType(ci)}\`, 'trimString': \`${require_assertIsBoolean.getPreciseType(ts)}\`, 'includeIndeterminate': \`${require_assertIsBoolean.getPreciseType(incInd)}\`].`);
105
+ if (require_assertIsBoolean.isString(value)) {
106
+ let normalized = value;
107
+ if (ts) normalized = normalized.trim();
108
+ if (ci) normalized = normalized.toLowerCase();
109
+ const validTrueStrings = [
110
+ "true",
111
+ "on",
112
+ "yes",
113
+ "1"
114
+ ];
115
+ if (incInd) validTrueStrings.push("indeterminate");
116
+ return validTrueStrings.includes(normalized);
117
+ }
118
+ if (require_assertIsBoolean.isNumber(value)) return value === 1;
119
+ if (require_assertIsBoolean.isBoolean(value)) return value;
120
+ return false;
121
+ };
122
+ const toBooleanLoose = (value) => {
123
+ if (require_assertIsBoolean.isNil(value)) return false;
124
+ if (require_assertIsBoolean.isString(value)) return !require_isEmptyString.isEmptyString(value);
125
+ if (require_assertIsBoolean.isBoolean(value)) return value;
126
+ if (require_assertIsBoolean.isNumber(value, { includeNaN: true })) return value !== 0;
127
+ if (require_assertIsBoolean.isArray(value)) return value.length > 0;
128
+ return Boolean(value);
129
+ };
130
+ const convertType = (value) => {
131
+ const predefinedValues = {
132
+ undefined: void 0,
133
+ null: null,
134
+ nan: NaN,
135
+ true: true,
136
+ false: false,
137
+ yes: true,
138
+ no: false
139
+ };
140
+ if (require_assertIsBoolean.isString(value)) {
141
+ const normalized = value.trim().toLowerCase();
142
+ if (Object.prototype.hasOwnProperty.call(predefinedValues, normalized)) return predefinedValues[normalized];
143
+ const numericString = normalized.replace(/,/g, "");
144
+ const numberString = Number(numericString);
145
+ if (!require_assertIsBoolean.isNaN(numberString) && require_assertIsBoolean.isNonEmptyString(numericString)) return numberString;
146
+ return value.trim();
147
+ }
148
+ return value;
149
+ };
150
+ const deepCloneSafe = (obj) => {
151
+ try {
152
+ if (require_assertIsBoolean.isFunction(structuredClone)) return structuredClone(obj);
153
+ } catch {}
154
+ return JSON.parse(JSON.stringify(obj));
155
+ };
156
+ const deleteNestedKey = (obj, path) => {
157
+ if (!require_assertIsBoolean.isObjectOrArray(obj)) return obj;
158
+ const [currentKey, ...rest] = path;
159
+ if (require_assertIsBoolean.isArray(obj)) {
160
+ for (const item of obj) if (require_assertIsBoolean.isObjectOrArray(item)) deleteNestedKey(item, path);
161
+ } else if (require_isEmptyObject.isEmptyArray(rest)) {
162
+ if (require_assertIsBoolean.isPlainObject(obj)) delete obj[currentKey];
163
+ } else if (require_assertIsBoolean.isPlainObject(obj) && require_assertIsBoolean.isObjectOrArray(obj[currentKey])) deleteNestedKey(obj[currentKey], rest);
164
+ return obj;
165
+ };
166
+ const deleteExactPathOnce = (obj, path) => {
167
+ if (!require_assertIsBoolean.isPlainObject(obj)) return obj;
168
+ const [currentKey, ...rest] = path;
169
+ if (rest.length === 0) {
170
+ if (require_assertIsBoolean.isPlainObject(obj)) delete obj[currentKey];
171
+ } else if (require_assertIsBoolean.isPlainObject(obj[currentKey])) deleteExactPathOnce(obj[currentKey], rest);
172
+ return obj;
173
+ };
174
+ function removeObjectPaths(object, keysToDelete, deepClone = true) {
175
+ if (require_isEmptyObject.isEmptyObject(object, { checkSymbols: true })) return {};
176
+ require_assertIsArray.assertIsArray(keysToDelete, { 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: \`${require_safeStableStringify.safeStableStringify(keysToDelete, { keepUndefined: true })}\`.` });
177
+ if (!keysToDelete.every((k) => require_assertIsBoolean.isPlainObject(k) && "key" in k)) throw new TypeError(`Each element in Second Parameter (\`keysToDelete\`) must be of type \`plain-object\` with at least a "key" property (optionally "deep"), but received: \`${require_safeStableStringify.safeStableStringify(keysToDelete, { keepUndefined: true })}\`.`);
178
+ let result = deepClone ? deepCloneSafe(object) : object;
179
+ for (const { key, deep } of keysToDelete) {
180
+ require_assertIsString.assertIsString(key, { message: ({ currentType, validType }) => `Parameter \`key\` at Second Parameter (\`keysToDelete\`) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
181
+ if (!require_assertIsBoolean.isUndefined(deep) && !require_assertIsBoolean.isBoolean(deep)) throw new TypeError(`Parameter \`deep\` at Second Parameter (\`keysToDelete\`) ➔ (key: "${key}", deep: ${deep}) must be of type \`boolean\` or \`undefined\`, but received: \`${require_assertIsBoolean.getPreciseType(deep)}\`.`);
182
+ const path = key.split(".");
183
+ result = deep ? deleteNestedKey(result, path) : deleteExactPathOnce(result, path);
184
+ }
185
+ return result;
186
+ }
187
+ function toNumberDeep(input, options = {}) {
188
+ require_assertIsBoolean.assertIsPlainObject(options, { message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
189
+ const removeEmptyObjects = require_assertIsBoolean.hasOwnProp(options, "removeEmptyObjects") ? options.removeEmptyObjects : false;
190
+ const removeEmptyArrays = require_assertIsBoolean.hasOwnProp(options, "removeEmptyArrays") ? options.removeEmptyArrays : false;
191
+ function _internal(input, options) {
192
+ if (require_assertIsBoolean.isNil(input) || require_isEqual.isRegExp(input)) return void 0;
193
+ const { removeEmptyArrays, removeEmptyObjects, isRoot } = options;
194
+ if (!require_assertIsBoolean.isBoolean(removeEmptyObjects) || !require_assertIsBoolean.isBoolean(removeEmptyArrays)) throw new TypeError(`Parameters \`removeEmptyObjects\` and \`removeEmptyArrays\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: ['removeEmptyObjects': \`${require_assertIsBoolean.getPreciseType(removeEmptyObjects)}\`, 'removeEmptyArrays': \`${require_assertIsBoolean.getPreciseType(removeEmptyArrays)}\`].`);
195
+ if (require_assertIsBoolean.isNumber(input) || require_assertIsBoolean.isBoolean(input) || require_assertIsBoolean.isNonEmptyString(input)) {
196
+ const num = Number(input);
197
+ return require_assertIsBoolean.isInfinityNumber(num) || require_assertIsBoolean.isNaN(num) ? void 0 : num;
198
+ }
199
+ if (require_assertIsBoolean.isNumberObject(input) || require_assertIsBoolean.isStringObject(input) || require_assertIsBoolean.isBooleanObject(input)) {
200
+ const valOf = Number(input.valueOf());
201
+ return require_assertIsBoolean.isInfinityNumber(valOf) || require_assertIsBoolean.isNaN(valOf) ? void 0 : valOf;
202
+ }
203
+ if (require_safeStableStringify.isDate(input, { skipInvalidDate: true })) try {
204
+ return !require_assertIsBoolean.isNaN(input.getTime()) ? input.getTime() : 0;
205
+ } catch {
206
+ return 0;
207
+ }
208
+ if (require_assertIsBoolean.isBuffer(input)) {
209
+ const arr = Array.from(input).map((n) => _internal(n, {
210
+ removeEmptyObjects,
211
+ removeEmptyArrays,
212
+ isRoot: false
213
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
214
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(arr)) return void 0;
215
+ return arr;
216
+ }
217
+ if (require_isTypedArray.isTypedArray(input)) if (input instanceof BigInt64Array || input instanceof BigUint64Array) {
218
+ const newArray = Array.from(input).map((item) => _internal(item, {
219
+ removeEmptyObjects,
220
+ removeEmptyArrays,
221
+ isRoot: false
222
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
223
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
224
+ return newArray;
225
+ } else {
226
+ const newArray = Array.from(input).map((item) => _internal(item, {
227
+ removeEmptyObjects,
228
+ removeEmptyArrays,
229
+ isRoot: false
230
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
231
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
232
+ return newArray;
233
+ }
234
+ if (require_assertIsBoolean.isSet(input)) {
235
+ const newArray = Array.from(input).map((item) => _internal(item, {
236
+ removeEmptyObjects,
237
+ removeEmptyArrays,
238
+ isRoot: false
239
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
240
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
241
+ return newArray;
242
+ }
243
+ if (require_safeStableStringify.isMap(input)) {
244
+ let newArray = Array.from(input.entries()).map(([k, v]) => {
245
+ const key = _internal(k, {
246
+ removeEmptyObjects,
247
+ removeEmptyArrays,
248
+ isRoot: false
249
+ });
250
+ const value = _internal(v, {
251
+ removeEmptyObjects,
252
+ removeEmptyArrays,
253
+ isRoot: false
254
+ });
255
+ return !require_assertIsBoolean.isUndefined(key) && !require_assertIsBoolean.isUndefined(value) ? [key, value] : void 0;
256
+ }).filter((item) => !require_assertIsBoolean.isUndefined(item));
257
+ if (removeEmptyArrays) newArray = newArray.filter((v) => !require_isEmptyObject.isEmptyArray(v));
258
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
259
+ return newArray;
260
+ }
261
+ if (require_assertIsBoolean.isArray(input)) {
262
+ const newArray = input.map((item) => _internal(item, {
263
+ removeEmptyObjects,
264
+ removeEmptyArrays,
265
+ isRoot: false
266
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
267
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
268
+ return newArray;
269
+ }
270
+ if (require_assertIsBoolean.isObject(input)) {
271
+ const newObject = {};
272
+ for (const [key, value] of Object.entries(input)) {
273
+ const convertedValue = _internal(value, {
274
+ removeEmptyObjects,
275
+ removeEmptyArrays,
276
+ isRoot: false
277
+ });
278
+ if (!require_assertIsBoolean.isUndefined(convertedValue)) newObject[key] = convertedValue;
279
+ }
280
+ if (removeEmptyObjects && require_isEmptyObject.isEmptyObject(newObject)) return isRoot ? {} : void 0;
281
+ return newObject;
282
+ }
283
+ }
284
+ return _internal(input, {
285
+ removeEmptyObjects,
286
+ removeEmptyArrays,
287
+ isRoot: true
288
+ });
289
+ }
290
+ function toStringDeep(input, options = {}) {
291
+ require_assertIsBoolean.assertIsPlainObject(options, { message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.` });
292
+ const removeEmptyObjects = require_assertIsBoolean.hasOwnProp(options, "removeEmptyObjects") ? options.removeEmptyObjects : false;
293
+ const removeEmptyArrays = require_assertIsBoolean.hasOwnProp(options, "removeEmptyArrays") ? options.removeEmptyArrays : false;
294
+ function _internal(input, options) {
295
+ if (require_assertIsBoolean.isNil(input) || require_assertIsBoolean.isInfinityNumber(input)) return void 0;
296
+ const { removeEmptyArrays, removeEmptyObjects, isRoot } = options;
297
+ if (!require_assertIsBoolean.isBoolean(removeEmptyObjects) || !require_assertIsBoolean.isBoolean(removeEmptyArrays)) throw new TypeError(`Parameters \`removeEmptyObjects\` and \`removeEmptyArrays\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: ['removeEmptyObjects': \`${require_assertIsBoolean.getPreciseType(removeEmptyObjects)}\`, 'removeEmptyArrays': \`${require_assertIsBoolean.getPreciseType(removeEmptyArrays)}\`].`);
298
+ if (require_assertIsBoolean.isNumber(input) || require_assertIsBoolean.isString(input) || require_assertIsBoolean.isBoolean(input)) return String(input);
299
+ if (require_assertIsBoolean.isNumberObject(input)) {
300
+ const valOf = input.valueOf();
301
+ return require_assertIsBoolean.isInfinityNumber(valOf) || require_assertIsBoolean.isNaN(valOf) ? void 0 : valOf.toString();
302
+ }
303
+ if (require_assertIsBoolean.isStringObject(input)) return input.valueOf();
304
+ if (require_assertIsBoolean.isBooleanObject(input)) return input.valueOf().toString();
305
+ if (require_safeStableStringify.isDate(input, { skipInvalidDate: true })) try {
306
+ return input.toISOString();
307
+ } catch {
308
+ return input.toString();
309
+ }
310
+ if (require_isEqual.isRegExp(input)) return input.toString();
311
+ if (require_assertIsBoolean.isBuffer(input)) return Array.from(input).map((v) => String(v)).filter((v) => !require_assertIsBoolean.isUndefined(v));
312
+ if (require_isTypedArray.isTypedArray(input)) if (input instanceof BigInt64Array || input instanceof BigUint64Array) {
313
+ const newArray = Array.from(input).map((item) => _internal(item, {
314
+ removeEmptyObjects,
315
+ removeEmptyArrays,
316
+ isRoot: false
317
+ })).map((v) => String(v)).filter((item) => !require_assertIsBoolean.isUndefined(item));
318
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
319
+ return newArray;
320
+ } else {
321
+ const newArray = Array.from(input).map((item) => _internal(item, {
322
+ removeEmptyObjects,
323
+ removeEmptyArrays,
324
+ isRoot: false
325
+ })).map((v) => String(v)).filter((item) => !require_assertIsBoolean.isUndefined(item));
326
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
327
+ return newArray;
328
+ }
329
+ if (require_assertIsBoolean.isSet(input)) {
330
+ const arr = Array.from(input).map((v) => _internal(v, {
331
+ removeEmptyObjects,
332
+ removeEmptyArrays,
333
+ isRoot: false
334
+ })).filter((v) => !require_assertIsBoolean.isUndefined(v));
335
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(arr)) return void 0;
336
+ return arr;
337
+ }
338
+ if (require_safeStableStringify.isMap(input)) {
339
+ const arr = Array.from(input.entries()).map(([k, v]) => [_internal(k, {
340
+ removeEmptyObjects,
341
+ removeEmptyArrays,
342
+ isRoot: false
343
+ }), _internal(v, {
344
+ removeEmptyObjects,
345
+ removeEmptyArrays,
346
+ isRoot: false
347
+ })]).filter(([k, v]) => !require_assertIsBoolean.isUndefined(k) && !require_assertIsBoolean.isUndefined(v));
348
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(arr)) return void 0;
349
+ return arr;
350
+ }
351
+ if (require_assertIsBoolean.isArray(input)) {
352
+ let newArray = input.map((item) => _internal(item, {
353
+ removeEmptyObjects,
354
+ removeEmptyArrays,
355
+ isRoot: false
356
+ })).filter((item) => !require_assertIsBoolean.isUndefined(item));
357
+ if (removeEmptyArrays) newArray = newArray.filter((v) => !(require_assertIsBoolean.isArray(v) && v.length === 0));
358
+ if (removeEmptyArrays && require_isEmptyObject.isEmptyArray(newArray)) return void 0;
359
+ return newArray;
360
+ }
361
+ if (require_assertIsBoolean.isObject(input)) {
362
+ const newObject = {};
363
+ for (const [key, value] of Object.entries(input)) {
364
+ const convertedValue = _internal(value, {
365
+ removeEmptyObjects,
366
+ removeEmptyArrays,
367
+ isRoot: false
368
+ });
369
+ if (!require_assertIsBoolean.isUndefined(convertedValue)) newObject[key] = convertedValue;
370
+ else if (require_assertIsBoolean.isArray(value) && !removeEmptyArrays) newObject[key] = [];
371
+ }
372
+ if (removeEmptyObjects && Object.keys(newObject).length === 0) return isRoot ? {} : void 0;
373
+ return newObject;
374
+ }
375
+ }
376
+ return _internal(input, {
377
+ removeEmptyObjects,
378
+ removeEmptyArrays,
379
+ isRoot: true
380
+ });
381
+ }
382
+ Object.defineProperty(exports, 'convertType', {
383
+ enumerable: true,
384
+ get: function () {
385
+ return convertType;
386
+ }
387
+ });
388
+ Object.defineProperty(exports, 'dedupeArray', {
389
+ enumerable: true,
390
+ get: function () {
391
+ return dedupeArray;
392
+ }
393
+ });
394
+ Object.defineProperty(exports, 'removeObjectPaths', {
395
+ enumerable: true,
396
+ get: function () {
397
+ return removeObjectPaths;
398
+ }
399
+ });
400
+ Object.defineProperty(exports, 'toBooleanContent', {
401
+ enumerable: true,
402
+ get: function () {
403
+ return toBooleanContent;
404
+ }
405
+ });
406
+ Object.defineProperty(exports, 'toBooleanContentDeep', {
407
+ enumerable: true,
408
+ get: function () {
409
+ return toBooleanContentDeep;
410
+ }
411
+ });
412
+ Object.defineProperty(exports, 'toBooleanExplicit', {
413
+ enumerable: true,
414
+ get: function () {
415
+ return toBooleanExplicit;
416
+ }
417
+ });
418
+ Object.defineProperty(exports, 'toBooleanLoose', {
419
+ enumerable: true,
420
+ get: function () {
421
+ return toBooleanLoose;
422
+ }
423
+ });
424
+ Object.defineProperty(exports, 'toNumberArrayUnRecursive', {
425
+ enumerable: true,
426
+ get: function () {
427
+ return toNumberArrayUnRecursive;
428
+ }
429
+ });
430
+ Object.defineProperty(exports, 'toNumberDeep', {
431
+ enumerable: true,
432
+ get: function () {
433
+ return toNumberDeep;
434
+ }
435
+ });
436
+ Object.defineProperty(exports, 'toStringDeep', {
437
+ enumerable: true,
438
+ get: function () {
439
+ return toStringDeep;
440
+ }
441
+ });
442
+ Object.defineProperty(exports, 'toStringDeepForce', {
443
+ enumerable: true,
444
+ get: function () {
445
+ return toStringDeepForce;
446
+ }
447
+ });
448
+ //# sourceMappingURL=conversions-CBs8-REq.cjs.map