@design-edito/tools 0.2.22 → 0.2.24

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 (190) hide show
  1. package/agnostic/arrays/index.js +9 -9
  2. package/agnostic/arrays/random-pick/index.js +4 -4
  3. package/agnostic/colors/channels/index.js +4 -4
  4. package/agnostic/colors/contrast/index.js +5 -5
  5. package/agnostic/colors/convert/index.js +3 -3
  6. package/agnostic/colors/distance/index.js +4 -4
  7. package/agnostic/colors/grayscale/index.js +4 -4
  8. package/agnostic/colors/index.js +20 -20
  9. package/agnostic/colors/invert/index.js +4 -4
  10. package/agnostic/colors/lerp/index.js +4 -4
  11. package/agnostic/colors/luminance/index.js +4 -4
  12. package/agnostic/colors/palette/index.js +6 -6
  13. package/agnostic/colors/rotate/index.js +5 -5
  14. package/agnostic/colors/tidy/index.js +3 -3
  15. package/agnostic/css/index.js +8 -8
  16. package/agnostic/css/styles-set/index.js +6 -6
  17. package/agnostic/errors/index.js +2 -2
  18. package/agnostic/html/hyper-json/cast/index.js +4 -4
  19. package/agnostic/html/hyper-json/index.js +5 -5
  20. package/agnostic/html/hyper-json/smart-tags/coalesced/add/index.js +4 -4
  21. package/agnostic/html/hyper-json/smart-tags/coalesced/addclass/index.js +4 -4
  22. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.js +4 -4
  23. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.js +4 -4
  24. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.js +4 -4
  25. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +4 -4
  26. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.js +4 -4
  27. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +4 -4
  28. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.js +4 -4
  29. package/agnostic/html/hyper-json/smart-tags/coalesced/getattribute/index.js +4 -4
  30. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.js +4 -4
  31. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +4 -4
  32. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.js +4 -4
  33. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts +1 -0
  34. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.js +6 -4
  35. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.js +4 -4
  36. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.js +4 -4
  37. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.js +4 -4
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.js +4 -4
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +4 -4
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/negate/index.js +4 -4
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/notrailing/index.js +4 -4
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.js +4 -4
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.js +4 -4
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.js +4 -4
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.js +4 -4
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.js +4 -4
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.js +4 -4
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.js +4 -4
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +4 -4
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/removeclass/index.js +4 -4
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.js +4 -4
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.js +4 -4
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/select/index.js +4 -4
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.js +4 -4
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +4 -4
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +4 -4
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.js +4 -4
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/split/index.js +4 -4
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.js +4 -4
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.js +4 -4
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.js +4 -4
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.js +4 -4
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/toggleclass/index.js +4 -4
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.js +4 -4
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.js +4 -4
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.js +4 -4
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.js +4 -4
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.js +4 -4
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.js +4 -4
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.js +4 -4
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +4 -4
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +4 -4
  73. package/agnostic/html/hyper-json/smart-tags/isolated/boolean/index.js +4 -4
  74. package/agnostic/html/hyper-json/smart-tags/isolated/element/index.js +4 -4
  75. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.js +4 -4
  76. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.js +4 -4
  77. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +4 -4
  78. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.js +4 -4
  79. package/agnostic/html/hyper-json/smart-tags/isolated/number/index.js +4 -4
  80. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.js +4 -4
  81. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.js +4 -4
  82. package/agnostic/html/hyper-json/smart-tags/isolated/string/index.js +4 -4
  83. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +4 -4
  84. package/agnostic/html/hyper-json/tree/index.js +4 -4
  85. package/agnostic/html/hyper-json/utils/index.js +4 -4
  86. package/agnostic/html/index.js +12 -12
  87. package/agnostic/html/sanitize/index.js +4 -4
  88. package/agnostic/html/selector-to-element/index.js +4 -4
  89. package/agnostic/html/string-to-nodes/index.js +5 -5
  90. package/agnostic/index.js +64 -64
  91. package/agnostic/misc/assert/index.js +3 -3
  92. package/agnostic/misc/index.js +16 -16
  93. package/agnostic/misc/logs/index.js +2 -2
  94. package/agnostic/misc/lorem-ipsum/index.js +12 -12
  95. package/agnostic/numbers/index.js +2 -2
  96. package/agnostic/objects/index.js +5 -5
  97. package/agnostic/random/index.js +2 -2
  98. package/agnostic/strings/index.js +5 -5
  99. package/agnostic/time/index.js +3 -3
  100. package/chunks/{chunk-6Z6GDMOR.js → chunk-36CTYZYA.js} +2 -2
  101. package/chunks/{chunk-QQC3JHRJ.js → chunk-3LCD73SB.js} +1 -1
  102. package/chunks/{chunk-KCIRDA7C.js → chunk-3P37PQA5.js} +6 -6
  103. package/chunks/{chunk-W5ZHG3EU.js → chunk-4BTLOZQV.js} +4 -4
  104. package/chunks/{chunk-VPCSCCCL.js → chunk-5CTAKAIP.js} +2 -2
  105. package/chunks/{chunk-LNJGMBOZ.js → chunk-6L5IVVPM.js} +3 -3
  106. package/chunks/{chunk-WP72YVMR.js → chunk-7WT5CSN6.js} +17 -17
  107. package/chunks/{chunk-MW3KNVTG.js → chunk-B446JIN3.js} +1 -1
  108. package/chunks/{chunk-VJSZCWSL.js → chunk-BVN6QBJZ.js} +2 -2
  109. package/chunks/{chunk-2HEESXVO.js → chunk-BYFVTEWM.js} +14 -14
  110. package/chunks/{chunk-WC2LQPQP.js → chunk-CHUOCTRP.js} +1 -1
  111. package/chunks/{chunk-OPLBIC4C.js → chunk-CLLJV343.js} +1 -1
  112. package/chunks/{chunk-QCE65XN6.js → chunk-D5CCWCEI.js} +1 -1
  113. package/chunks/{chunk-HTCTWKY7.js → chunk-DKITT7OT.js} +4 -4
  114. package/chunks/{chunk-PYKBU4NU.js → chunk-EGBJXHCW.js} +1 -1
  115. package/chunks/{chunk-JOBQ6JWX.js → chunk-GC56TKQB.js} +8 -8
  116. package/chunks/{chunk-LTQFE3ZB.js → chunk-GTN74PRL.js} +16 -14
  117. package/chunks/{chunk-VMBHIU4V.js → chunk-JDLINMP5.js} +2 -2
  118. package/chunks/{chunk-MTT7TVR3.js → chunk-JWF5EKM2.js} +1 -1
  119. package/chunks/{chunk-3RQEGKXW.js → chunk-L7PIZQFC.js} +1 -1
  120. package/chunks/{chunk-BPXES27P.js → chunk-LIE4PJZI.js} +2 -2
  121. package/chunks/{chunk-E7W2GLLQ.js → chunk-LK2G6T6E.js} +2 -2
  122. package/chunks/{chunk-Y37OW2R5.js → chunk-MFIGSRSO.js} +1 -1
  123. package/chunks/{chunk-BYYRQLKP.js → chunk-NAU4AITG.js} +4 -4
  124. package/chunks/{chunk-GPC6UDDY.js → chunk-NCYE5WML.js} +4 -4
  125. package/chunks/{chunk-EYL6AWH7.js → chunk-NKHQJUGV.js} +1 -1
  126. package/chunks/{chunk-EWQQMFFU.js → chunk-NSEA3T4D.js} +1 -1
  127. package/chunks/{chunk-SV4XYWHY.js → chunk-OBJEBN4X.js} +2 -2
  128. package/chunks/{chunk-3PH2XFJR.js → chunk-P5JJOC5K.js} +1 -1
  129. package/chunks/{chunk-YPR3ZQ25.js → chunk-PNDHXJKV.js} +5 -5
  130. package/chunks/{chunk-EIQ5IQKU.js → chunk-PVRYR5KX.js} +1 -1
  131. package/chunks/{chunk-ZIJLQD6J.js → chunk-QWNWZBIO.js} +1 -1
  132. package/chunks/{chunk-2HU2AWWJ.js → chunk-SA2IY5LN.js} +1 -1
  133. package/chunks/{chunk-V7VAAA4C.js → chunk-STPN5KZL.js} +1 -1
  134. package/chunks/{chunk-E4FJHD5R.js → chunk-WAMSK4A3.js} +1 -1
  135. package/chunks/{chunk-UTGGIUR3.js → chunk-WSC3WODJ.js} +1 -1
  136. package/chunks/{chunk-MKL533IV.js → chunk-XPGAVZGK.js} +1 -1
  137. package/chunks/{chunk-7ZIUGRTE.js → chunk-XS5I25MY.js} +1 -1
  138. package/chunks/{chunk-76626PSN.js → chunk-Y3X4T6ML.js} +1 -1
  139. package/chunks/{chunk-O55JNDX3.js → chunk-Y4B6LGMI.js} +15 -15
  140. package/chunks/{chunk-H6T4IO4Z.js → chunk-YVKM7N55.js} +1 -1
  141. package/chunks/{chunk-KL6DNUKC.js → chunk-YXLHZ2KW.js} +2 -2
  142. package/chunks/{chunk-3ZJNGC4R.js → chunk-ZLBSI4TR.js} +1 -1
  143. package/node/@aws-s3/index.js +10 -10
  144. package/node/@aws-s3/storage/directory/index.js +7 -7
  145. package/node/@aws-s3/storage/file/index.js +10 -10
  146. package/node/@aws-s3/storage/index.js +9 -9
  147. package/node/@google-cloud/index.js +14 -14
  148. package/node/@google-cloud/storage/bucket/index.js +4 -4
  149. package/node/@google-cloud/storage/directory/index.js +7 -7
  150. package/node/@google-cloud/storage/file/index.js +15 -15
  151. package/node/@google-cloud/storage/file/revoke-signed-urls/index.js +2 -2
  152. package/node/@google-cloud/storage/index.js +13 -13
  153. package/node/cloud-storage/index.js +32 -32
  154. package/node/cloud-storage/operations/index.js +42 -42
  155. package/node/ftps/directory/index.js +7 -7
  156. package/node/ftps/file/index.js +10 -10
  157. package/node/ftps/index.js +9 -9
  158. package/node/images/create/index.js +15 -15
  159. package/node/images/format/index.js +15 -15
  160. package/node/images/index.js +26 -26
  161. package/node/images/metadata/index.js +15 -15
  162. package/node/images/transform/index.js +22 -22
  163. package/node/images/transform/operations/extend/index.js +15 -15
  164. package/node/images/transform/operations/flatten/index.js +15 -15
  165. package/node/images/transform/operations/overlay/index.js +15 -15
  166. package/node/images/transform/operations/resize/index.js +15 -15
  167. package/node/images/transform/operations/rotate/index.js +15 -15
  168. package/node/images/utils/index.js +14 -14
  169. package/node/index.js +88 -88
  170. package/node/sftp/directory/index.js +7 -7
  171. package/node/sftp/file/index.js +10 -10
  172. package/node/sftp/index.js +9 -9
  173. package/package.json +1 -1
  174. package/chunks/{chunk-4QXLIIZL.js → chunk-343P6DVY.js} +9 -9
  175. package/chunks/{chunk-45E3E4KW.js → chunk-57C5ZFIF.js} +7 -7
  176. package/chunks/{chunk-XKRFL2AB.js → chunk-A7K5DUP7.js} +6 -6
  177. package/chunks/{chunk-KQAPQMHJ.js → chunk-CNMP2GU4.js} +6 -6
  178. package/chunks/{chunk-24CGCZRJ.js → chunk-F6TFHQ5U.js} +17 -17
  179. package/chunks/{chunk-SNGK2CF5.js → chunk-FNQAF6CQ.js} +6 -6
  180. package/chunks/{chunk-K4KTBY3C.js → chunk-KTRNAXZK.js} +9 -9
  181. package/chunks/{chunk-X7KWB2VQ.js → chunk-MJQF3YZO.js} +3 -3
  182. package/chunks/{chunk-RKI6JPGR.js → chunk-QRGAXWZB.js} +9 -9
  183. package/chunks/{chunk-OVG5RGI3.js → chunk-S32K7POB.js} +4 -4
  184. package/chunks/{chunk-LSZVKXDZ.js → chunk-S4VO4PFZ.js} +3 -3
  185. package/chunks/{chunk-FIZVLXG6.js → chunk-SXJAI55K.js} +13 -13
  186. package/chunks/{chunk-UXEKCYL7.js → chunk-UEAMPAHK.js} +3 -3
  187. package/chunks/{chunk-2KT7AKRW.js → chunk-WH6BPDAC.js} +3 -3
  188. package/chunks/{chunk-EWCTVB6Q.js → chunk-WOYF3N4A.js} +3 -3
  189. package/chunks/{chunk-QXVZJYNY.js → chunk-X5F6XGEP.js} +6 -6
  190. package/chunks/{chunk-XPGDKBTU.js → chunk-ZBAKY6DB.js} +6 -6
@@ -1,15 +1,15 @@
1
- import {
2
- remove_dir_exports
3
- } from "./chunk-BSUQNHAM.js";
4
1
  import {
5
2
  list_exports
6
3
  } from "./chunk-3CLGBOHN.js";
7
- import {
8
- copy_dir_exports
9
- } from "./chunk-N2T672IG.js";
10
4
  import {
11
5
  move_dir_exports
12
6
  } from "./chunk-BE7OXZRK.js";
7
+ import {
8
+ remove_dir_exports
9
+ } from "./chunk-BSUQNHAM.js";
10
+ import {
11
+ copy_dir_exports
12
+ } from "./chunk-N2T672IG.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,36 +1,36 @@
1
+ import {
2
+ exists_file_exports
3
+ } from "./chunk-AL7ESVX4.js";
4
+ import {
5
+ list_dir_exports
6
+ } from "./chunk-QKE2IYT5.js";
7
+ import {
8
+ move_file_exports
9
+ } from "./chunk-OC4VIF3N.js";
10
+ import {
11
+ move_dir_exports
12
+ } from "./chunk-MVYH3CSJ.js";
1
13
  import {
2
14
  remove_dir_exports
3
15
  } from "./chunk-GL42Q643.js";
4
16
  import {
5
17
  upload_file_exports
6
18
  } from "./chunk-XBA26Z7E.js";
19
+ import {
20
+ remove_file_exports
21
+ } from "./chunk-ALAGBHFV.js";
7
22
  import {
8
23
  stat_file_exports
9
24
  } from "./chunk-XR2LNUGW.js";
10
25
  import {
11
- exists_file_exports
12
- } from "./chunk-AL7ESVX4.js";
26
+ copy_dir_exports
27
+ } from "./chunk-R4DZKWSR.js";
13
28
  import {
14
29
  copy_file_exports
15
30
  } from "./chunk-BDGFY3GP.js";
16
31
  import {
17
32
  download_file_exports
18
33
  } from "./chunk-X53BGT33.js";
19
- import {
20
- list_dir_exports
21
- } from "./chunk-QKE2IYT5.js";
22
- import {
23
- copy_dir_exports
24
- } from "./chunk-R4DZKWSR.js";
25
- import {
26
- move_dir_exports
27
- } from "./chunk-MVYH3CSJ.js";
28
- import {
29
- move_file_exports
30
- } from "./chunk-OC4VIF3N.js";
31
- import {
32
- remove_file_exports
33
- } from "./chunk-ALAGBHFV.js";
34
34
  import {
35
35
  __export
36
36
  } from "./chunk-WSFCRVEQ.js";
@@ -1,3 +1,9 @@
1
+ import {
2
+ absoluteModulo
3
+ } from "./chunk-DNIOWD7K.js";
4
+ import {
5
+ clamp
6
+ } from "./chunk-OSAXBA7G.js";
1
7
  import {
2
8
  isCmyk,
3
9
  isCssColor,
@@ -9,12 +15,6 @@ import {
9
15
  isRgb,
10
16
  isXyz
11
17
  } from "./chunk-67V4BGOB.js";
12
- import {
13
- clamp
14
- } from "./chunk-OSAXBA7G.js";
15
- import {
16
- absoluteModulo
17
- } from "./chunk-DNIOWD7K.js";
18
18
  import {
19
19
  cssColors
20
20
  } from "./chunk-7UGMWTP5.js";
@@ -1,24 +1,24 @@
1
+ import {
2
+ exists_exports
3
+ } from "./chunk-ZEZCYPLQ.js";
4
+ import {
5
+ move_exports
6
+ } from "./chunk-QWZ4ZNFA.js";
1
7
  import {
2
8
  upload_exports
3
9
  } from "./chunk-FD5WR2A5.js";
10
+ import {
11
+ remove_exports
12
+ } from "./chunk-WV5N7ESL.js";
4
13
  import {
5
14
  stat_exports
6
15
  } from "./chunk-VROZGPC5.js";
7
- import {
8
- exists_exports
9
- } from "./chunk-ZEZCYPLQ.js";
10
16
  import {
11
17
  copy_exports
12
18
  } from "./chunk-C6QTHDDM.js";
13
19
  import {
14
20
  download_exports
15
21
  } from "./chunk-IV75M3KE.js";
16
- import {
17
- move_exports
18
- } from "./chunk-QWZ4ZNFA.js";
19
- import {
20
- remove_exports
21
- } from "./chunk-WV5N7ESL.js";
22
22
  import {
23
23
  __export
24
24
  } from "./chunk-WSFCRVEQ.js";
@@ -1,12 +1,12 @@
1
+ import {
2
+ Logger
3
+ } from "./chunk-RASMASS4.js";
1
4
  import {
2
5
  styles
3
6
  } from "./chunk-L3OCRR3V.js";
4
7
  import {
5
8
  makeTextBlock
6
9
  } from "./chunk-H4PP6AHP.js";
7
- import {
8
- Logger
9
- } from "./chunk-RASMASS4.js";
10
10
 
11
11
  // src/agnostic/misc/logs/index.ts
12
12
  var Logs;
@@ -1,24 +1,24 @@
1
+ import {
2
+ exists_exports
3
+ } from "./chunk-ZJTWDCNZ.js";
4
+ import {
5
+ move_exports
6
+ } from "./chunk-HRNDUTZE.js";
1
7
  import {
2
8
  upload_exports
3
9
  } from "./chunk-CVDCTI7F.js";
10
+ import {
11
+ remove_exports
12
+ } from "./chunk-KJAEVOIW.js";
4
13
  import {
5
14
  stat_exports
6
15
  } from "./chunk-CNYSX2L2.js";
7
- import {
8
- exists_exports
9
- } from "./chunk-ZJTWDCNZ.js";
10
16
  import {
11
17
  copy_exports
12
18
  } from "./chunk-NMYVJJXV.js";
13
19
  import {
14
20
  download_exports
15
21
  } from "./chunk-FF5NURFO.js";
16
- import {
17
- move_exports
18
- } from "./chunk-HRNDUTZE.js";
19
- import {
20
- remove_exports
21
- } from "./chunk-KJAEVOIW.js";
22
22
  import {
23
23
  __export
24
24
  } from "./chunk-WSFCRVEQ.js";
@@ -1,3 +1,7 @@
1
+ import {
2
+ random,
3
+ randomInt
4
+ } from "./chunk-D3ERTRDW.js";
1
5
  import {
2
6
  randomHash,
3
7
  randomHashPattern,
@@ -7,10 +11,6 @@ import {
7
11
  hexChars,
8
12
  randomHexChar
9
13
  } from "./chunk-OGBUSUE6.js";
10
- import {
11
- random,
12
- randomInt
13
- } from "./chunk-D3ERTRDW.js";
14
14
 
15
15
  // src/agnostic/random/index.ts
16
16
  var Random;
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  upload
3
3
  } from "./chunk-FB3GNE2B.js";
4
- import {
5
- download
6
- } from "./chunk-2JH4TCT2.js";
7
4
  import {
8
5
  remove
9
6
  } from "./chunk-7J7CYOXU.js";
7
+ import {
8
+ download
9
+ } from "./chunk-2JH4TCT2.js";
10
10
  import {
11
11
  Outcome
12
12
  } from "./chunk-JMU5PDBD.js";
@@ -1,19 +1,6 @@
1
- import {
2
- normalizeIndent
3
- } from "./chunk-JQXNEJAP.js";
4
- import {
5
- parseTable
6
- } from "./chunk-A3CDUWGR.js";
7
- import {
8
- replaceAll
9
- } from "./chunk-ZTDVUXPR.js";
10
1
  import {
11
2
  toAlphanum
12
3
  } from "./chunk-COVPTTAD.js";
13
- import {
14
- trimEnd,
15
- trimStart
16
- } from "./chunk-6XL25OZX.js";
17
4
  import {
18
5
  matches,
19
6
  matchesEvery,
@@ -22,6 +9,19 @@ import {
22
9
  import {
23
10
  CharCodes
24
11
  } from "./chunk-34U4HX4V.js";
12
+ import {
13
+ normalizeIndent
14
+ } from "./chunk-JQXNEJAP.js";
15
+ import {
16
+ replaceAll
17
+ } from "./chunk-ZTDVUXPR.js";
18
+ import {
19
+ parseTable
20
+ } from "./chunk-A3CDUWGR.js";
21
+ import {
22
+ trimEnd,
23
+ trimStart
24
+ } from "./chunk-6XL25OZX.js";
25
25
 
26
26
  // src/agnostic/strings/index.ts
27
27
  var Strings;
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  get_metadata_exports
3
3
  } from "./chunk-ZNA7SWFK.js";
4
- import {
5
- remove_dir_exports
6
- } from "./chunk-QLDN574K.js";
7
4
  import {
8
5
  list_exports
9
6
  } from "./chunk-37TRFYZT.js";
10
7
  import {
11
8
  move_dir_exports
12
9
  } from "./chunk-BWYH445G.js";
10
+ import {
11
+ remove_dir_exports
12
+ } from "./chunk-QLDN574K.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,9 +1,9 @@
1
- import {
2
- unknownToString
3
- } from "./chunk-FENXVJYO.js";
4
1
  import {
5
2
  Register
6
3
  } from "./chunk-QHLQVR3E.js";
4
+ import {
5
+ unknownToString
6
+ } from "./chunk-FENXVJYO.js";
7
7
 
8
8
  // src/agnostic/errors/index.ts
9
9
  var Errors;
@@ -8,12 +8,12 @@ import {
8
8
  import {
9
9
  round
10
10
  } from "./chunk-EOE2ODJR.js";
11
- import {
12
- clamp
13
- } from "./chunk-OSAXBA7G.js";
14
11
  import {
15
12
  absoluteModulo
16
13
  } from "./chunk-DNIOWD7K.js";
14
+ import {
15
+ clamp
16
+ } from "./chunk-OSAXBA7G.js";
17
17
 
18
18
  // src/agnostic/numbers/index.ts
19
19
  var Numbers;
@@ -1,15 +1,15 @@
1
- import {
2
- remove_dir_exports
3
- } from "./chunk-QLDN574K.js";
4
1
  import {
5
2
  list_exports
6
3
  } from "./chunk-37TRFYZT.js";
7
- import {
8
- copy_dir_exports
9
- } from "./chunk-V3L55I2S.js";
10
4
  import {
11
5
  move_dir_exports
12
6
  } from "./chunk-BWYH445G.js";
7
+ import {
8
+ remove_dir_exports
9
+ } from "./chunk-QLDN574K.js";
10
+ import {
11
+ copy_dir_exports
12
+ } from "./chunk-V3L55I2S.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";
@@ -1,15 +1,15 @@
1
- import {
2
- remove_dir_exports
3
- } from "./chunk-4XSDRT23.js";
4
1
  import {
5
2
  list_exports
6
3
  } from "./chunk-ZSUG52DO.js";
7
- import {
8
- copy_dir_exports
9
- } from "./chunk-4XBUJAQU.js";
10
4
  import {
11
5
  move_dir_exports
12
6
  } from "./chunk-ON6LC3HE.js";
7
+ import {
8
+ remove_dir_exports
9
+ } from "./chunk-4XSDRT23.js";
10
+ import {
11
+ copy_dir_exports
12
+ } from "./chunk-4XBUJAQU.js";
13
13
  import {
14
14
  __export
15
15
  } from "./chunk-WSFCRVEQ.js";