@design-edito/tools 0.3.9 → 0.3.10

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 (321) hide show
  1. package/agnostic/arrays/index.d.ts +1 -1
  2. package/agnostic/arrays/index.js +1 -1
  3. package/agnostic/arrays/is-array-of/index.d.ts +1 -1
  4. package/agnostic/arrays/is-array-of/index.js +2 -2
  5. package/agnostic/booleans/is-falsy/index.d.ts +1 -1
  6. package/agnostic/colors/channels/index.d.ts +1 -1
  7. package/agnostic/colors/contrast/index.d.ts +1 -1
  8. package/agnostic/colors/convert/index.d.ts +1 -1
  9. package/agnostic/colors/convert/index.js +14 -17
  10. package/agnostic/colors/cssColorsMap.d.ts +9 -0
  11. package/agnostic/colors/distance/index.d.ts +1 -1
  12. package/agnostic/colors/index.d.ts +3 -3
  13. package/agnostic/colors/index.js +3 -3
  14. package/agnostic/colors/invert/index.d.ts +1 -1
  15. package/agnostic/colors/luminance/index.d.ts +1 -1
  16. package/agnostic/colors/palette/index.js +2 -0
  17. package/agnostic/colors/tidy/index.js +2 -1
  18. package/agnostic/colors/typechecks/index.d.ts +1 -1
  19. package/agnostic/colors/typechecks/index.js +1 -3
  20. package/agnostic/colors/types.d.ts +0 -7
  21. package/agnostic/colors/types.js +0 -154
  22. package/agnostic/css/bem/index.d.ts +3 -3
  23. package/agnostic/css/bem/index.js +6 -5
  24. package/agnostic/css/clss/index.d.ts +2 -1
  25. package/agnostic/css/clss/index.js +2 -2
  26. package/agnostic/css/generate-nice-color/index.js +1 -0
  27. package/agnostic/css/index.d.ts +2 -2
  28. package/agnostic/css/index.js +2 -2
  29. package/agnostic/css/styles-set/index.d.ts +4 -4
  30. package/agnostic/css/styles-set/index.js +1 -1
  31. package/agnostic/errors/register/index.js +4 -2
  32. package/agnostic/html/get-node-ancestors/index.js +1 -1
  33. package/agnostic/html/get-position-inside-parent/index.js +1 -1
  34. package/agnostic/html/hyper-json/cast/index.d.ts +1 -1
  35. package/agnostic/html/hyper-json/method/index.d.ts +2 -2
  36. package/agnostic/html/hyper-json/serialize/index.d.ts +1 -1
  37. package/agnostic/html/hyper-json/serialize/index.js +1 -1
  38. package/agnostic/html/hyper-json/smart-tags/coalesced/and/index.d.ts +1 -1
  39. package/agnostic/html/hyper-json/smart-tags/coalesced/append/index.d.ts +1 -1
  40. package/agnostic/html/hyper-json/smart-tags/coalesced/at/index.d.ts +1 -1
  41. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.d.ts +1 -1
  42. package/agnostic/html/hyper-json/smart-tags/coalesced/call/index.js +1 -1
  43. package/agnostic/html/hyper-json/smart-tags/coalesced/clone/index.d.ts +1 -1
  44. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.d.ts +1 -1
  45. package/agnostic/html/hyper-json/smart-tags/coalesced/deleteproperties/index.js +5 -2
  46. package/agnostic/html/hyper-json/smart-tags/coalesced/equals/index.d.ts +1 -1
  47. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperties/index.d.ts +1 -1
  48. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.d.ts +1 -1
  49. package/agnostic/html/hyper-json/smart-tags/coalesced/getproperty/index.js +5 -2
  50. package/agnostic/html/hyper-json/smart-tags/coalesced/hjparse/index.d.ts +1 -1
  51. package/agnostic/html/hyper-json/smart-tags/coalesced/hjstringify/index.d.ts +1 -1
  52. package/agnostic/html/hyper-json/smart-tags/coalesced/if/index.d.ts +1 -1
  53. package/agnostic/html/hyper-json/smart-tags/coalesced/index.d.ts +16 -16
  54. package/agnostic/html/hyper-json/smart-tags/coalesced/index.js +16 -16
  55. package/agnostic/html/hyper-json/smart-tags/coalesced/initialize/index.d.ts +1 -1
  56. package/agnostic/html/hyper-json/smart-tags/coalesced/join/index.d.ts +1 -1
  57. package/agnostic/html/hyper-json/smart-tags/coalesced/length/index.d.ts +1 -1
  58. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.d.ts +2 -2
  59. package/agnostic/html/hyper-json/smart-tags/coalesced/map/index.js +1 -1
  60. package/agnostic/html/hyper-json/smart-tags/coalesced/or/index.d.ts +1 -1
  61. package/agnostic/html/hyper-json/smart-tags/coalesced/pickrandom/index.d.ts +1 -1
  62. package/agnostic/html/hyper-json/smart-tags/coalesced/populate/index.d.ts +1 -1
  63. package/agnostic/html/hyper-json/smart-tags/coalesced/print/index.d.ts +1 -1
  64. package/agnostic/html/hyper-json/smart-tags/coalesced/push/index.d.ts +1 -1
  65. package/agnostic/html/hyper-json/smart-tags/coalesced/pusheach/index.d.ts +2 -2
  66. package/agnostic/html/hyper-json/smart-tags/coalesced/recordtoarray/index.d.ts +1 -1
  67. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.d.ts +2 -2
  68. package/agnostic/html/hyper-json/smart-tags/coalesced/removeattribute/index.js +7 -4
  69. package/agnostic/html/hyper-json/smart-tags/coalesced/renameproperty/index.d.ts +1 -1
  70. package/agnostic/html/hyper-json/smart-tags/coalesced/replace/index.d.ts +1 -1
  71. package/agnostic/html/hyper-json/smart-tags/coalesced/set/index.d.ts +1 -1
  72. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.d.ts +2 -2
  73. package/agnostic/html/hyper-json/smart-tags/coalesced/setattribute/index.js +7 -4
  74. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.d.ts +1 -1
  75. package/agnostic/html/hyper-json/smart-tags/coalesced/setproperty/index.js +9 -9
  76. package/agnostic/html/hyper-json/smart-tags/coalesced/sorton/index.d.ts +2 -2
  77. package/agnostic/html/hyper-json/smart-tags/coalesced/spread/index.d.ts +1 -1
  78. package/agnostic/html/hyper-json/smart-tags/coalesced/toarray/index.d.ts +1 -1
  79. package/agnostic/html/hyper-json/smart-tags/coalesced/toboolean/index.d.ts +1 -1
  80. package/agnostic/html/hyper-json/smart-tags/coalesced/toelement/index.d.ts +1 -1
  81. package/agnostic/html/hyper-json/smart-tags/coalesced/tonodelist/index.d.ts +1 -1
  82. package/agnostic/html/hyper-json/smart-tags/coalesced/tonull/index.d.ts +1 -1
  83. package/agnostic/html/hyper-json/smart-tags/coalesced/tonumber/index.d.ts +1 -1
  84. package/agnostic/html/hyper-json/smart-tags/coalesced/torecord/index.d.ts +1 -1
  85. package/agnostic/html/hyper-json/smart-tags/coalesced/toref/index.d.ts +1 -1
  86. package/agnostic/html/hyper-json/smart-tags/coalesced/tostring/index.d.ts +1 -1
  87. package/agnostic/html/hyper-json/smart-tags/coalesced/totext/index.d.ts +1 -1
  88. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.d.ts +1 -1
  89. package/agnostic/html/hyper-json/smart-tags/coalesced/transformselected/index.js +0 -1
  90. package/agnostic/html/hyper-json/smart-tags/coalesced/trim/index.js +1 -1
  91. package/agnostic/html/hyper-json/smart-tags/index.d.ts +1 -1
  92. package/agnostic/html/hyper-json/smart-tags/isolated/any/index.d.ts +1 -1
  93. package/agnostic/html/hyper-json/smart-tags/isolated/array/index.d.ts +1 -1
  94. package/agnostic/html/hyper-json/smart-tags/isolated/get/index.d.ts +1 -1
  95. package/agnostic/html/hyper-json/smart-tags/isolated/global/index.d.ts +1 -1
  96. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.d.ts +1 -1
  97. package/agnostic/html/hyper-json/smart-tags/isolated/guess/index.js +1 -1
  98. package/agnostic/html/hyper-json/smart-tags/isolated/index.d.ts +4 -4
  99. package/agnostic/html/hyper-json/smart-tags/isolated/index.js +4 -4
  100. package/agnostic/html/hyper-json/smart-tags/isolated/nodelist/index.d.ts +1 -1
  101. package/agnostic/html/hyper-json/smart-tags/isolated/null/index.d.ts +1 -1
  102. package/agnostic/html/hyper-json/smart-tags/isolated/record/index.d.ts +1 -1
  103. package/agnostic/html/hyper-json/smart-tags/isolated/ref/index.d.ts +1 -1
  104. package/agnostic/html/hyper-json/smart-tags/isolated/text/index.js +3 -1
  105. package/agnostic/html/hyper-json/transformer/index.d.ts +2 -2
  106. package/agnostic/html/hyper-json/transformer/index.js +6 -9
  107. package/agnostic/html/hyper-json/tree/index.d.ts +1 -1
  108. package/agnostic/html/hyper-json/tree/index.js +14 -10
  109. package/agnostic/html/hyper-json/types/index.d.ts +9 -13
  110. package/agnostic/html/hyper-json/utils/index.d.ts +7 -7
  111. package/agnostic/html/hyper-json/utils/index.js +1 -1
  112. package/agnostic/html/index.d.ts +1 -1
  113. package/agnostic/html/index.js +1 -1
  114. package/agnostic/html/placeholders/index.d.ts +1 -1
  115. package/agnostic/html/selector-to-element/index.js +1 -1
  116. package/agnostic/index.d.ts +6 -6
  117. package/agnostic/index.js +6 -6
  118. package/agnostic/misc/assert/index.d.ts +2 -2
  119. package/agnostic/misc/assert/index.js +4 -4
  120. package/agnostic/misc/cast/index.d.ts +1 -1
  121. package/agnostic/misc/connection/index.js +0 -1
  122. package/agnostic/misc/crawler/index.d.ts +2 -2
  123. package/agnostic/misc/crossenv/detect-runtime/index.js +4 -4
  124. package/agnostic/misc/crossenv/window/index.d.ts +1 -1
  125. package/agnostic/misc/crossenv/window/index.js +2 -2
  126. package/agnostic/misc/data-size/index.js +2 -2
  127. package/agnostic/misc/index.d.ts +5 -5
  128. package/agnostic/misc/index.js +5 -5
  129. package/agnostic/misc/is-constructor-function/index.d.ts +1 -1
  130. package/agnostic/misc/logs/index.d.ts +1 -1
  131. package/agnostic/misc/logs/index.js +1 -1
  132. package/agnostic/misc/logs/logger/index.d.ts +1 -1
  133. package/agnostic/misc/outcome/index.d.ts +7 -7
  134. package/agnostic/numbers/approximate-rational/index.js +4 -2
  135. package/agnostic/numbers/index.d.ts +3 -3
  136. package/agnostic/numbers/index.js +3 -3
  137. package/agnostic/objects/deep-get-property/index.js +2 -2
  138. package/agnostic/objects/flatten-getters/index.js +2 -1
  139. package/agnostic/objects/index.d.ts +4 -3
  140. package/agnostic/objects/index.js +4 -3
  141. package/agnostic/objects/record-format/index.js +1 -0
  142. package/agnostic/objects/sort-keys/index.d.ts +11 -0
  143. package/agnostic/objects/sort-keys/index.js +12 -0
  144. package/agnostic/objects/sort-keys/index.test.d.ts +1 -0
  145. package/agnostic/optim/memoize/index.js +1 -1
  146. package/agnostic/optim/throttle-debounce/index.d.ts +12 -10
  147. package/agnostic/optim/throttle-debounce/index.js +2 -2
  148. package/agnostic/optim/throttle-debounce/types.d.ts +1 -1
  149. package/agnostic/random/index.d.ts +1 -1
  150. package/agnostic/random/index.js +1 -1
  151. package/agnostic/random/random/index.js +1 -1
  152. package/agnostic/sanitization/html/index.js +7 -7
  153. package/agnostic/sanitization/index.d.ts +2 -2
  154. package/agnostic/sanitization/index.js +2 -2
  155. package/agnostic/sanitization/types.d.ts +2 -6
  156. package/agnostic/strings/char-codes/index.d.ts +5 -5
  157. package/agnostic/strings/char-codes/index.js +2 -2
  158. package/agnostic/strings/index.d.ts +2 -2
  159. package/agnostic/strings/index.js +2 -2
  160. package/agnostic/strings/matches/index.d.ts +2 -2
  161. package/agnostic/time/dates/format-date/index.js +23 -9
  162. package/agnostic/time/duration/index.d.ts +23 -2
  163. package/agnostic/time/duration/index.js +36 -4
  164. package/agnostic/time/index.d.ts +2 -2
  165. package/agnostic/time/index.js +2 -2
  166. package/agnostic/time/timeout/index.js +2 -2
  167. package/agnostic/time/wait/index.d.ts +2 -2
  168. package/agnostic/time/wait/index.js +1 -1
  169. package/components/EventListener/index.d.ts +2 -2
  170. package/components/EventListener/index.js +8 -8
  171. package/components/Input/index.d.ts +2 -2
  172. package/components/IntersectionObserver/index.d.ts +2 -2
  173. package/index.d.ts +1 -1
  174. package/index.js +1 -1
  175. package/node/@aws-s3/storage/directory/copy-dir/index.d.ts +2 -2
  176. package/node/@aws-s3/storage/directory/copy-dir/index.js +3 -3
  177. package/node/@aws-s3/storage/directory/list/index.d.ts +2 -2
  178. package/node/@aws-s3/storage/directory/list/index.js +1 -1
  179. package/node/@aws-s3/storage/directory/move-dir/index.d.ts +3 -3
  180. package/node/@aws-s3/storage/directory/move-dir/index.js +3 -3
  181. package/node/@aws-s3/storage/directory/remove-dir/index.d.ts +2 -2
  182. package/node/@aws-s3/storage/directory/remove-dir/index.js +4 -4
  183. package/node/@aws-s3/storage/file/copy/index.d.ts +1 -1
  184. package/node/@aws-s3/storage/file/download/index.d.ts +3 -3
  185. package/node/@aws-s3/storage/file/exists/index.d.ts +2 -2
  186. package/node/@aws-s3/storage/file/exists/index.js +1 -2
  187. package/node/@aws-s3/storage/file/index.d.ts +3 -3
  188. package/node/@aws-s3/storage/file/index.js +3 -3
  189. package/node/@aws-s3/storage/file/move/index.d.ts +2 -2
  190. package/node/@aws-s3/storage/file/remove/index.d.ts +1 -1
  191. package/node/@aws-s3/storage/file/stat/index.d.ts +1 -1
  192. package/node/@aws-s3/storage/file/upload/index.d.ts +2 -2
  193. package/node/@aws-s3/storage/index.d.ts +1 -1
  194. package/node/@aws-s3/storage/index.js +1 -1
  195. package/node/@express/@multer/index.d.ts +1 -1
  196. package/node/@google-cloud/storage/bucket/get-metadata/index.d.ts +1 -1
  197. package/node/@google-cloud/storage/directory/copy-dir/index.d.ts +1 -1
  198. package/node/@google-cloud/storage/directory/index.d.ts +1 -1
  199. package/node/@google-cloud/storage/directory/index.js +1 -1
  200. package/node/@google-cloud/storage/directory/list/index.d.ts +1 -1
  201. package/node/@google-cloud/storage/directory/move-dir/index.d.ts +1 -1
  202. package/node/@google-cloud/storage/directory/remove-dir/index.d.ts +1 -1
  203. package/node/@google-cloud/storage/file/copy/index.d.ts +2 -2
  204. package/node/@google-cloud/storage/file/download/index.d.ts +2 -2
  205. package/node/@google-cloud/storage/file/exists/index.d.ts +1 -1
  206. package/node/@google-cloud/storage/file/generate-signed-url/index.d.ts +1 -1
  207. package/node/@google-cloud/storage/file/get-metadata/index.d.ts +1 -1
  208. package/node/@google-cloud/storage/file/get-permissions/index.d.ts +1 -1
  209. package/node/@google-cloud/storage/file/index.d.ts +4 -4
  210. package/node/@google-cloud/storage/file/index.js +4 -4
  211. package/node/@google-cloud/storage/file/move/index.d.ts +1 -1
  212. package/node/@google-cloud/storage/file/remove/index.d.ts +1 -1
  213. package/node/@google-cloud/storage/file/revoke-signed-urls/index.d.ts +4 -4
  214. package/node/@google-cloud/storage/file/stat/index.d.ts +1 -1
  215. package/node/@google-cloud/storage/file/stat/index.js +2 -2
  216. package/node/@google-cloud/storage/file/update-metadata/index.d.ts +1 -1
  217. package/node/@google-cloud/storage/file/upload/index.d.ts +2 -2
  218. package/node/@google-cloud/storage/index.d.ts +1 -1
  219. package/node/@google-cloud/storage/index.js +1 -1
  220. package/node/cloud-storage/operations/copy-dir/index.d.ts +8 -8
  221. package/node/cloud-storage/operations/copy-dir/index.js +4 -4
  222. package/node/cloud-storage/operations/copy-file/index.d.ts +8 -8
  223. package/node/cloud-storage/operations/copy-file/index.js +4 -4
  224. package/node/cloud-storage/operations/download-file/index.d.ts +9 -9
  225. package/node/cloud-storage/operations/download-file/index.js +4 -4
  226. package/node/cloud-storage/operations/exists-file/index.d.ts +6 -6
  227. package/node/cloud-storage/operations/exists-file/index.js +4 -4
  228. package/node/cloud-storage/operations/index.d.ts +2 -2
  229. package/node/cloud-storage/operations/index.js +2 -2
  230. package/node/cloud-storage/operations/list-dir/index.d.ts +6 -6
  231. package/node/cloud-storage/operations/list-dir/index.js +4 -4
  232. package/node/cloud-storage/operations/move-dir/index.d.ts +8 -8
  233. package/node/cloud-storage/operations/move-dir/index.js +4 -4
  234. package/node/cloud-storage/operations/move-file/index.d.ts +8 -8
  235. package/node/cloud-storage/operations/move-file/index.js +4 -4
  236. package/node/cloud-storage/operations/remove-dir/index.d.ts +8 -8
  237. package/node/cloud-storage/operations/remove-dir/index.js +4 -4
  238. package/node/cloud-storage/operations/remove-file/index.d.ts +8 -8
  239. package/node/cloud-storage/operations/remove-file/index.js +4 -4
  240. package/node/cloud-storage/operations/stat-file/index.d.ts +8 -8
  241. package/node/cloud-storage/operations/stat-file/index.js +4 -4
  242. package/node/cloud-storage/operations/upload-file/index.d.ts +9 -9
  243. package/node/cloud-storage/operations/upload-file/index.js +4 -4
  244. package/node/files/index.d.ts +1 -1
  245. package/node/files/index.js +1 -1
  246. package/node/files/read-write/index.js +1 -1
  247. package/node/files/subpaths/index.d.ts +3 -3
  248. package/node/files/subpaths/index.js +6 -6
  249. package/node/ftps/directory/copy-dir/index.d.ts +1 -1
  250. package/node/ftps/directory/copy-dir/index.js +1 -1
  251. package/node/ftps/directory/list/index.d.ts +1 -1
  252. package/node/ftps/directory/move-dir/index.d.ts +1 -1
  253. package/node/ftps/directory/move-dir/index.js +1 -3
  254. package/node/ftps/directory/remove-dir/index.d.ts +2 -2
  255. package/node/ftps/file/copy/index.d.ts +1 -1
  256. package/node/ftps/file/copy/index.js +1 -1
  257. package/node/ftps/file/download/index.d.ts +2 -2
  258. package/node/ftps/file/exists/index.d.ts +2 -2
  259. package/node/ftps/file/exists/index.js +1 -1
  260. package/node/ftps/file/index.d.ts +2 -2
  261. package/node/ftps/file/index.js +2 -2
  262. package/node/ftps/file/move/index.d.ts +3 -3
  263. package/node/ftps/file/move/index.js +1 -1
  264. package/node/ftps/file/remove/index.d.ts +1 -1
  265. package/node/ftps/file/stat/index.d.ts +1 -1
  266. package/node/ftps/file/stat/index.js +2 -2
  267. package/node/ftps/file/upload/index.d.ts +2 -2
  268. package/node/images/format/index.d.ts +1 -1
  269. package/node/images/format/index.js +9 -9
  270. package/node/images/index.d.ts +2 -2
  271. package/node/images/index.js +2 -2
  272. package/node/images/metadata/index.d.ts +1 -1
  273. package/node/images/metadata/index.js +1 -1
  274. package/node/images/transform/index.d.ts +2 -2
  275. package/node/images/transform/index.js +26 -21
  276. package/node/images/transform/operations/blur/index.d.ts +1 -1
  277. package/node/images/transform/operations/brighten/index.d.ts +1 -1
  278. package/node/images/transform/operations/extend/index.d.ts +1 -1
  279. package/node/images/transform/operations/extract/index.d.ts +1 -1
  280. package/node/images/transform/operations/flatten/index.d.ts +1 -1
  281. package/node/images/transform/operations/flatten/index.js +1 -1
  282. package/node/images/transform/operations/flip/index.d.ts +1 -1
  283. package/node/images/transform/operations/flop/index.d.ts +1 -1
  284. package/node/images/transform/operations/hue/index.d.ts +1 -1
  285. package/node/images/transform/operations/index.d.ts +5 -5
  286. package/node/images/transform/operations/index.js +5 -5
  287. package/node/images/transform/operations/level/index.d.ts +1 -1
  288. package/node/images/transform/operations/lighten/index.d.ts +1 -1
  289. package/node/images/transform/operations/normalize/index.d.ts +1 -1
  290. package/node/images/transform/operations/overlay/index.js +1 -1
  291. package/node/images/transform/operations/resize/index.d.ts +1 -1
  292. package/node/images/transform/operations/rotate/index.d.ts +1 -1
  293. package/node/images/transform/operations/saturate/index.d.ts +1 -1
  294. package/node/index.d.ts +3 -3
  295. package/node/index.js +3 -3
  296. package/node/process/prompt-continue/index.js +1 -1
  297. package/node/process/spawner/index.d.ts +1 -9
  298. package/node/process/spawner/index.js +10 -8
  299. package/node/sftp/directory/copy-dir/index.d.ts +2 -1
  300. package/node/sftp/directory/copy-dir/index.js +2 -2
  301. package/node/sftp/directory/index.d.ts +1 -1
  302. package/node/sftp/directory/index.js +1 -1
  303. package/node/sftp/directory/list/index.d.ts +1 -1
  304. package/node/sftp/directory/move-dir/index.d.ts +1 -1
  305. package/node/sftp/directory/move-dir/index.js +2 -4
  306. package/node/sftp/directory/remove-dir/index.d.ts +2 -2
  307. package/node/sftp/file/copy/index.d.ts +2 -1
  308. package/node/sftp/file/copy/index.js +2 -2
  309. package/node/sftp/file/download/index.d.ts +3 -3
  310. package/node/sftp/file/exists/index.d.ts +1 -1
  311. package/node/sftp/file/index.d.ts +3 -3
  312. package/node/sftp/file/index.js +3 -3
  313. package/node/sftp/file/move/index.d.ts +3 -3
  314. package/node/sftp/file/move/index.js +3 -5
  315. package/node/sftp/file/remove/index.d.ts +1 -1
  316. package/node/sftp/file/remove/index.js +1 -1
  317. package/node/sftp/file/stat/index.d.ts +1 -1
  318. package/node/sftp/file/stat/index.js +1 -1
  319. package/node/sftp/file/upload/index.d.ts +3 -2
  320. package/node/sftp/file/upload/index.js +1 -1
  321. package/package.json +1244 -10
@@ -19,21 +19,42 @@ export declare class Duration {
19
19
  * @param type - The unit of the duration, either long or short form.
20
20
  */
21
21
  constructor(value: number, type: DurationType | DurationTypeShort);
22
- toMilliseconds: () => number;
23
- toMs(): number;
22
+ toMilliseconds(): number;
23
+ toMs: () => number;
24
24
  toSeconds(): number;
25
+ toS: () => number;
26
+ toSec: () => number;
25
27
  toMinutes(): number;
28
+ toM: () => number;
29
+ toMin: () => number;
26
30
  toHours(): number;
31
+ toH: () => number;
27
32
  toDays(): number;
33
+ toD: () => number;
28
34
  toWeeks(): number;
35
+ toW: () => number;
29
36
  toMonths(): number;
37
+ toMth: () => number;
30
38
  toYear(): number;
39
+ toY: () => number;
40
+ toYr: () => number;
31
41
  }
32
42
  export declare function milliseconds(value: number): Duration;
43
+ export declare const ms: typeof milliseconds;
33
44
  export declare function seconds(value: number): Duration;
45
+ export declare const s: typeof seconds;
46
+ export declare const sec: typeof seconds;
34
47
  export declare function minutes(value: number): Duration;
48
+ export declare const m: typeof minutes;
49
+ export declare const min: typeof minutes;
35
50
  export declare function hours(value: number): Duration;
51
+ export declare const h: typeof hours;
36
52
  export declare function days(value: number): Duration;
53
+ export declare const d: typeof days;
37
54
  export declare function weeks(value: number): Duration;
55
+ export declare const w: typeof weeks;
38
56
  export declare function months(value: number): Duration;
57
+ export declare const mth: typeof months;
39
58
  export declare function years(value: number): Duration;
59
+ export declare const y: typeof years;
60
+ export declare const yr: typeof years;
@@ -10,7 +10,6 @@ var Duration = class {
10
10
  */
11
11
  constructor(value, type) {
12
12
  this.toMilliseconds = this.toMilliseconds.bind(this);
13
- this.toMs = this.toMs.bind(this);
14
13
  this.toSeconds = this.toSeconds.bind(this);
15
14
  this.toMinutes = this.toMinutes.bind(this);
16
15
  this.toHours = this.toHours.bind(this);
@@ -39,8 +38,8 @@ var Duration = class {
39
38
  this.type = "milliseconds";
40
39
  }
41
40
  }
42
- toMilliseconds = this.toMs;
43
- toMs() {
41
+ // [WIP] why only toMs and no other shorthands ?
42
+ toMilliseconds() {
44
43
  if (this.type === "milliseconds") return this.value;
45
44
  if (this.type === "seconds") return this.value * 1e3;
46
45
  if (this.type === "minutes") return this.value * 1e3 * 60;
@@ -51,60 +50,93 @@ var Duration = class {
51
50
  if (this.type === "years") return this.value * 1e3 * 60 * 60 * 24 * 365;
52
51
  return this.value;
53
52
  }
53
+ toMs = this.toMilliseconds.bind(this);
54
54
  toSeconds() {
55
55
  return this.toMs() / 1e3;
56
56
  }
57
+ toS = this.toSeconds.bind(this);
58
+ toSec = this.toSeconds.bind(this);
57
59
  toMinutes() {
58
60
  return this.toMs() / (1e3 * 60);
59
61
  }
62
+ toM = this.toMinutes.bind(this);
63
+ toMin = this.toMinutes.bind(this);
60
64
  toHours() {
61
65
  return this.toMs() / (1e3 * 60 * 60);
62
66
  }
67
+ toH = this.toHours.bind(this);
63
68
  toDays() {
64
69
  return this.toMs() / (1e3 * 60 * 60 * 24);
65
70
  }
71
+ toD = this.toDays.bind(this);
66
72
  toWeeks() {
67
73
  return this.toMs() / (1e3 * 60 * 60 * 24 * 7);
68
74
  }
75
+ toW = this.toWeeks.bind(this);
69
76
  toMonths() {
70
77
  return this.toMs() / (1e3 * 60 * 60 * 24 * 30);
71
78
  }
79
+ toMth = this.toMonths.bind(this);
72
80
  toYear() {
73
81
  return this.toMs() / (1e3 * 60 * 60 * 24 * 365);
74
82
  }
83
+ toY = this.toYear.bind(this);
84
+ toYr = this.toYear.bind(this);
75
85
  };
76
86
  function milliseconds(value) {
77
87
  return new Duration(value, "milliseconds");
78
88
  }
89
+ var ms = milliseconds;
79
90
  function seconds(value) {
80
91
  return new Duration(value, "seconds");
81
92
  }
93
+ var s = seconds;
94
+ var sec = seconds;
82
95
  function minutes(value) {
83
96
  return new Duration(value, "minutes");
84
97
  }
98
+ var m = minutes;
99
+ var min = minutes;
85
100
  function hours(value) {
86
101
  return new Duration(value, "hours");
87
102
  }
103
+ var h = hours;
88
104
  function days(value) {
89
105
  return new Duration(value, "days");
90
106
  }
107
+ var d = days;
91
108
  function weeks(value) {
92
109
  return new Duration(value, "weeks");
93
110
  }
111
+ var w = weeks;
94
112
  function months(value) {
95
113
  return new Duration(value, "months");
96
114
  }
115
+ var mth = months;
97
116
  function years(value) {
98
117
  return new Duration(value, "years");
99
118
  }
119
+ var y = years;
120
+ var yr = years;
100
121
  export {
101
122
  Duration,
123
+ d,
102
124
  days,
125
+ h,
103
126
  hours,
127
+ m,
104
128
  milliseconds,
129
+ min,
105
130
  minutes,
106
131
  months,
132
+ ms,
133
+ mth,
134
+ s,
135
+ sec,
107
136
  seconds,
137
+ w,
108
138
  weeks,
109
- years
139
+ y,
140
+ years,
141
+ yr
110
142
  };
@@ -1,5 +1,5 @@
1
- export * as duration from './duration/index.js'
1
+ export * as dates from './dates/index.js'
2
2
  export * as timeout from './timeout/index.js'
3
+ export * as duration from './duration/index.js'
3
4
  export * as transitions from './transitions/index.js'
4
5
  export * as wait from './wait/index.js'
5
- export * as dates from './dates/index.js'
@@ -1,5 +1,5 @@
1
- export * as duration from './duration/index.js'
1
+ export * as dates from './dates/index.js'
2
2
  export * as timeout from './timeout/index.js'
3
+ export * as duration from './duration/index.js'
3
4
  export * as transitions from './transitions/index.js'
4
5
  export * as wait from './wait/index.js'
5
- export * as dates from './dates/index.js'
@@ -1,7 +1,7 @@
1
1
  // src/agnostic/time/timeout/index.ts
2
- function timeout(timeoutMs, callback) {
2
+ async function timeout(timeoutMs, callback) {
3
3
  let hasRejected = false;
4
- return new Promise(async (resolve, reject) => {
4
+ return await new Promise(async (resolve, reject) => {
5
5
  const rejectTimeout = setTimeout(() => {
6
6
  reject(false);
7
7
  hasRejected = true;
@@ -2,6 +2,6 @@
2
2
  * Returns a promise that resolves after the specified duration in milliseconds.
3
3
  *
4
4
  * @param durationMs - Time to wait in milliseconds.
5
- * @returns A promise that resolves to `true` after the delay.
5
+ * @returns A promise that resolves to `void` after the delay.
6
6
  */
7
- export declare function wait(durationMs: number): Promise<unknown>;
7
+ export declare function wait(durationMs: number): Promise<void>;
@@ -1,6 +1,6 @@
1
1
  // src/agnostic/time/wait/index.ts
2
2
  async function wait(durationMs) {
3
- return new Promise((resolve) => {
3
+ await new Promise((resolve) => {
4
4
  setTimeout(() => resolve(true), durationMs);
5
5
  });
6
6
  }
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from 'react';
1
+ import { type ReactNode, type JSX } from 'react';
2
2
  export type Props = {
3
3
  className?: string;
4
4
  type?: string | string[];
@@ -7,4 +7,4 @@ export type Props = {
7
7
  content?: ReactNode;
8
8
  children?: ReactNode;
9
9
  };
10
- export declare const EventListenerComponent: ({ className, type, targetSelector, onEvent, content, children }: Props) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const EventListenerComponent: ({ className, type, targetSelector, onEvent, content, children }: Props) => JSX.Element;
@@ -22,17 +22,17 @@ var EventListenerComponent = ({
22
22
  if (onEvent === void 0 || type === void 0 || root === null) return;
23
23
  const typeArr = Array.isArray(type) ? type : [type];
24
24
  const elements = Array.from(targetSelector === void 0 ? [root] : root.querySelectorAll(targetSelector));
25
- elements.forEach(
26
- (elt) => typeArr.forEach((type2) => {
25
+ elements.forEach((elt) => {
26
+ typeArr.forEach((type2) => {
27
27
  elt.addEventListener(type2, onEvent);
28
- })
29
- );
28
+ });
29
+ });
30
30
  return () => {
31
- elements.forEach(
32
- (elt) => typeArr.forEach((type2) => {
31
+ elements.forEach((elt) => {
32
+ typeArr.forEach((type2) => {
33
33
  elt.removeEventListener(type2, onEvent);
34
- })
35
- );
34
+ });
35
+ });
36
36
  };
37
37
  }, [targetSelector, type, onEvent]);
38
38
  const c = clss(eventListener, { cssModule });
@@ -1,7 +1,7 @@
1
- import { InputHTMLAttributes, JSX } from 'react';
1
+ import type { InputHTMLAttributes, JSX } from 'react';
2
2
  export type Props = InputHTMLAttributes<HTMLInputElement> & {
3
3
  name: string;
4
4
  label?: string | JSX.Element;
5
5
  labelAfter?: boolean;
6
6
  };
7
- export declare const Input: (props: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Input: (props: Props) => JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from 'react';
1
+ import { type ReactNode, type JSX } from 'react';
2
2
  export type IO = IntersectionObserver;
3
3
  export type IOE = IntersectionObserverEntry;
4
4
  type ObserverOptions = {
@@ -16,5 +16,5 @@ export type Props = {
16
16
  content?: ReactNode;
17
17
  children?: ReactNode;
18
18
  } & ObserverOptions;
19
- export declare const IntersectionObserverComponent: ({ className, render, content, onIntersection, root, rootMargin, threshold, children }: Props) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const IntersectionObserverComponent: ({ className, render, content, onIntersection, root, rootMargin, threshold, children }: Props) => JSX.Element;
20
20
  export {};
package/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * as agnostic from './agnostic/index.js'
2
1
  export * as components from './components/index.js'
3
2
  export * as node from './node/index.js'
3
+ export * as agnostic from './agnostic/index.js'
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * as agnostic from './agnostic/index.js'
2
1
  export * as components from './components/index.js'
3
2
  export * as node from './node/index.js'
3
+ export * as agnostic from './agnostic/index.js'
@@ -1,4 +1,4 @@
1
- import { S3Client, ListObjectsV2CommandInput, CopyObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type ListObjectsV2CommandInput, type CopyObjectCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type CopyDirOptions = {
4
4
  /** Extra parameters forwarded to each `ListObjectsV2Command`. `Bucket` and `Prefix` are supplied by this utility. */
@@ -10,7 +10,7 @@ export type CopyDirOptions = {
10
10
  };
11
11
  /**
12
12
  * Recursively copies every object under `sourceDir` to the same relative path
13
- * beneath `targetDir` in a single S3 bucket (AWS SDK v3).
13
+ * beneath `targetDir` in a single S3 bucket (AWS SDK v3).
14
14
  *
15
15
  * @param {S3Client} client - The v3 S3 client instance.
16
16
  * @param {string} bucketName - The name of the S3 bucket.
@@ -22,7 +22,7 @@ async function copyDir(client, bucketName, sourceDir, targetDir, options) {
22
22
  })
23
23
  );
24
24
  for (const obj of listResp.Contents ?? []) {
25
- if (!obj.Key) continue;
25
+ if (obj.Key === void 0) continue;
26
26
  const rel = obj.Key.substring(from.length);
27
27
  const dest = `${to}${rel}`;
28
28
  if (!overwrite) {
@@ -45,8 +45,8 @@ async function copyDir(client, bucketName, sourceDir, targetDir, options) {
45
45
  })
46
46
  );
47
47
  }
48
- token = listResp.IsTruncated ? listResp.NextContinuationToken : void 0;
49
- } while (token);
48
+ token = listResp.IsTruncated === true ? listResp.NextContinuationToken : void 0;
49
+ } while (token !== void 0);
50
50
  return Outcome.makeSuccess(true);
51
51
  } catch (err) {
52
52
  return Outcome.makeFailure(unknownToString(err));
@@ -1,10 +1,10 @@
1
- import { S3Client, ListObjectsV2CommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type ListObjectsV2CommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  /** Extra parameters forwarded to each `ListObjectsV2Command`. */
4
4
  export type ListOptions = Omit<ListObjectsV2CommandInput, 'Bucket' | 'Prefix' | 'Delimiter'>;
5
5
  /**
6
6
  * Lists all direct‑child object keys under a given directory prefix in an S3
7
- * bucket (AWS SDK v3). The listing is **non‑recursive**.
7
+ * bucket (AWS SDK v3). The listing is **non‑recursive**.
8
8
  *
9
9
  * @param {S3Client} client - The v3 S3 client used to list objects.
10
10
  * @param {string} bucketName - The name of the S3 bucket.
@@ -15,7 +15,7 @@ async function list(client, bucketName, directoryPath, options) {
15
15
  ...options
16
16
  })
17
17
  );
18
- const keys = (response.Contents ?? []).map((obj) => obj.Key).filter(Boolean);
18
+ const keys = (response.Contents ?? []).map((obj) => obj.Key).filter((e) => e !== void 0);
19
19
  return Outcome.makeSuccess(keys);
20
20
  } catch (err) {
21
21
  return Outcome.makeFailure(unknownToString(err));
@@ -1,4 +1,4 @@
1
- import { S3Client, ListObjectsV2CommandInput, CopyObjectCommandInput, DeleteObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type ListObjectsV2CommandInput, type CopyObjectCommandInput, type DeleteObjectCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type MoveDirOptions = {
4
4
  /** Extra parameters forwarded to every `ListObjectsV2Command` call. */
@@ -16,9 +16,9 @@ export type MoveDirOptions = {
16
16
  };
17
17
  /**
18
18
  * Recursively moves every object under `sourceDir` to the corresponding path
19
- * under `targetDir` within the same S3 bucket (AWS SDK v3).
19
+ * under `targetDir` within the same S3 bucket (AWS SDK v3).
20
20
  *
21
- * Behaviour when `overwrite` is **false** (default): abort if *any* destination
21
+ * Behaviour when `overwrite` is **false** (default): abort if *any* destination
22
22
  * key already exists.
23
23
  *
24
24
  * @param {S3Client} client - The v3 S3 client instance.
@@ -28,7 +28,7 @@ async function moveDir(client, bucketName, sourceDir, targetDir, options) {
28
28
  })
29
29
  );
30
30
  for (const obj of listResp.Contents ?? []) {
31
- if (!obj.Key) continue;
31
+ if (obj.Key === void 0) continue;
32
32
  const rel = obj.Key.substring(from.length);
33
33
  const dest = `${to}${rel}`;
34
34
  if (!overwrite) {
@@ -58,8 +58,8 @@ async function moveDir(client, bucketName, sourceDir, targetDir, options) {
58
58
  })
59
59
  );
60
60
  }
61
- token = listResp.IsTruncated ? listResp.NextContinuationToken : void 0;
62
- } while (token);
61
+ token = listResp.IsTruncated === true ? listResp.NextContinuationToken : void 0;
62
+ } while (token !== void 0);
63
63
  return Outcome.makeSuccess(true);
64
64
  } catch (err) {
65
65
  return Outcome.makeFailure(unknownToString(err));
@@ -1,4 +1,4 @@
1
- import { S3Client, ListObjectsV2CommandInput, DeleteObjectsCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type ListObjectsV2CommandInput, type DeleteObjectsCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type RemoveDirOptions = {
4
4
  /** Extra parameters forwarded to each `ListObjectsV2Command` call. */
@@ -15,7 +15,7 @@ export type RemoveDirOptions = {
15
15
  };
16
16
  /**
17
17
  * Recursively deletes all objects under a directory prefix in an S3 bucket
18
- * using the AWS SDK v3 client. Handles pagination and the 1000‑key limit of
18
+ * using the AWS SDK v3 client. Handles pagination and the 1 000‑key limit of
19
19
  * `DeleteObjects`.
20
20
  *
21
21
  * @param {S3Client} client - The v3 S3 client instance.
@@ -24,8 +24,8 @@ async function removeDir(client, bucketName, directoryPath, options) {
24
24
  ...listObjectsOptions
25
25
  })
26
26
  );
27
- const keys = (listResp.Contents ?? []).map((o) => o.Key).filter(Boolean);
28
- if (keys.length) {
27
+ const keys = (listResp.Contents ?? []).map((o) => o.Key).filter((e) => e !== void 0);
28
+ if (keys.length > 0) {
29
29
  anyFound = true;
30
30
  for (let i = 0; i < keys.length; i += 1e3) {
31
31
  const chunk = keys.slice(i, i + 1e3);
@@ -38,8 +38,8 @@ async function removeDir(client, bucketName, directoryPath, options) {
38
38
  );
39
39
  }
40
40
  }
41
- continuationToken = listResp.IsTruncated ? listResp.NextContinuationToken : void 0;
42
- } while (continuationToken);
41
+ continuationToken = listResp.IsTruncated === true ? listResp.NextContinuationToken : void 0;
42
+ } while (continuationToken !== void 0);
43
43
  if (!anyFound && !ignoreMissing) {
44
44
  return Outcome.makeFailure(`No objects found for prefix "${prefix}".`);
45
45
  }
@@ -1,4 +1,4 @@
1
- import { S3Client, CopyObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type CopyObjectCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type CopyOptions = {
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { Readable } from 'node:stream';
2
- import { S3Client, GetObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type Readable } from 'node:stream';
2
+ import { type S3Client, type GetObjectCommandInput } from '@aws-sdk/client-s3';
3
3
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
4
4
  /**
5
5
  * Additional parameters forwarded to `GetObjectCommand`.
@@ -9,7 +9,7 @@ export type DownloadOptions = Omit<GetObjectCommandInput, 'Bucket' | 'Key'>;
9
9
  /**
10
10
  * Downloads a file from a specified Amazon S3 bucket.
11
11
  *
12
- * The function streams the object’s content back as a Node`Readable`.
12
+ * The function streams the object’s content back as a Node `Readable`.
13
13
  *
14
14
  * @param {S3Client} client - The v3 S3 client instance.
15
15
  * @param {string} bucketName - The name of the S3 bucket.
@@ -1,4 +1,4 @@
1
- import { S3Client, HeadObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type HeadObjectCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type ExistsOptions = {
4
4
  /**
@@ -8,7 +8,7 @@ export type ExistsOptions = {
8
8
  headObjectOptions?: Omit<HeadObjectCommandInput, 'Bucket' | 'Key'>;
9
9
  };
10
10
  /**
11
- * Checks whether an object exists in a specified S3 bucket (AWS SDK v3).
11
+ * Checks whether an object exists in a specified S3 bucket (AWS SDK v3).
12
12
  *
13
13
  * @param {S3Client} client - The v3 S3 client instance.
14
14
  * @param {string} bucketName - The name of the S3 bucket.
@@ -16,8 +16,7 @@ async function exists(client, bucketName, sourcePath, options) {
16
16
  );
17
17
  return Outcome.makeSuccess(true);
18
18
  } catch (err) {
19
- const notFound = err.$metadata?.httpStatusCode === 404 || err.name === "NotFound" || err.Code === "NotFound" || // some SDKs emit Code
20
- err.Code === "NoSuchKey";
19
+ const notFound = err.$metadata?.httpStatusCode === 404 || err.name === "NotFound" || err.Code === "NotFound" || err.Code === "NoSuchKey";
21
20
  if (notFound) {
22
21
  return Outcome.makeSuccess(false);
23
22
  }
@@ -1,7 +1,7 @@
1
1
  export * as copy from './copy/index.js'
2
+ export * as download from './download/index.js'
2
3
  export * as exists from './exists/index.js'
3
- export * as move from './move/index.js'
4
4
  export * as remove from './remove/index.js'
5
- export * as stat from './stat/index.js'
6
- export * as download from './download/index.js'
5
+ export * as move from './move/index.js'
7
6
  export * as upload from './upload/index.js'
7
+ export * as stat from './stat/index.js'
@@ -1,7 +1,7 @@
1
1
  export * as copy from './copy/index.js'
2
+ export * as download from './download/index.js'
2
3
  export * as exists from './exists/index.js'
3
- export * as move from './move/index.js'
4
4
  export * as remove from './remove/index.js'
5
- export * as stat from './stat/index.js'
6
- export * as download from './download/index.js'
5
+ export * as move from './move/index.js'
7
6
  export * as upload from './upload/index.js'
7
+ export * as stat from './stat/index.js'
@@ -1,4 +1,4 @@
1
- import { S3Client, CopyObjectCommandInput, DeleteObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type CopyObjectCommandInput, type DeleteObjectCommandInput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type MoveOptions = {
4
4
  /** Extra parameters forwarded to `CopyObjectCommand` (`Bucket`, `Key`, `CopySource` are filled internally). */
@@ -13,7 +13,7 @@ export type MoveOptions = {
13
13
  overwrite?: boolean;
14
14
  };
15
15
  /**
16
- * Moves an object from one key to another within the same S3 bucket (AWS SDK v3).
16
+ * Moves an object from one key to another within the same S3 bucket (AWS SDK v3).
17
17
  *
18
18
  * The function copies the object from `sourcePath` to `targetPath` and, upon
19
19
  * successful copy, deletes the original object.
@@ -1,4 +1,4 @@
1
- import { S3Client } from '@aws-sdk/client-s3';
1
+ import { type S3Client } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type RemoveOptions = {
4
4
  ignoreMissing?: boolean;
@@ -1,4 +1,4 @@
1
- import { S3Client, HeadObjectCommandInput, HeadObjectCommandOutput } from '@aws-sdk/client-s3';
1
+ import { type S3Client, type HeadObjectCommandInput, type HeadObjectCommandOutput } from '@aws-sdk/client-s3';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export interface Stat {
4
4
  size?: number;
@@ -1,5 +1,5 @@
1
- import { Readable } from 'node:stream';
2
- import { S3Client, PutObjectCommandInput } from '@aws-sdk/client-s3';
1
+ import { type Readable } from 'node:stream';
2
+ import { type S3Client, type PutObjectCommandInput } from '@aws-sdk/client-s3';
3
3
  import { Upload } from '@aws-sdk/lib-storage';
4
4
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
5
5
  export type UploadOptions = {
@@ -1,2 +1,2 @@
1
- export * as file from './file/index.js'
2
1
  export * as directory from './directory/index.js'
2
+ export * as file from './file/index.js'
@@ -1,2 +1,2 @@
1
- export * as file from './file/index.js'
2
1
  export * as directory from './directory/index.js'
2
+ export * as file from './file/index.js'
@@ -1,4 +1,4 @@
1
- import { Request, Response } from 'express';
1
+ import { type Request, type Response } from 'express';
2
2
  import multer from 'multer';
3
3
  import * as Outcome from '../../../agnostic/misc/outcome/index.js';
4
4
  export type WithMulterModeOptions = {
@@ -1,4 +1,4 @@
1
- import { Bucket, BucketMetadata, GetBucketMetadataOptions as GCSGetBucketMetadataOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type BucketMetadata, type GetBucketMetadataOptions as GCSGetBucketMetadataOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type GetBucketMetadataOptions = GCSGetBucketMetadataOptions;
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Bucket, GetFileOptions, CopyOptions as GCSCopyOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type GetFileOptions, type CopyOptions as GCSCopyOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type CopyDirOptions = {
4
4
  getFileOptions?: GetFileOptions;
@@ -1,4 +1,4 @@
1
- export * as copyDir from './copy-dir/index.js'
2
1
  export * as list from './list/index.js'
2
+ export * as copyDir from './copy-dir/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,4 +1,4 @@
1
- export * as copyDir from './copy-dir/index.js'
2
1
  export * as list from './list/index.js'
2
+ export * as copyDir from './copy-dir/index.js'
3
3
  export * as moveDir from './move-dir/index.js'
4
4
  export * as removeDir from './remove-dir/index.js'
@@ -1,4 +1,4 @@
1
- import { Bucket, FileOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type FileOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type ListOptions = {
4
4
  fileOptions?: FileOptions;
@@ -1,4 +1,4 @@
1
- import { Bucket, FileOptions, CopyOptions as GCSCopyOptions, DeleteFileOptions as GCSDeleteOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type FileOptions, type CopyOptions as GCSCopyOptions, type DeleteFileOptions as GCSDeleteOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type MoveDirOptions = {
4
4
  fileOptions?: FileOptions;
@@ -1,4 +1,4 @@
1
- import { Bucket, DeleteFileOptions as GCSDeleteFileOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type DeleteFileOptions as GCSDeleteFileOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type RemoveDirOptions = {
4
4
  /** Extra parameters forwarded to `bucket.deleteFiles`. */
@@ -1,4 +1,4 @@
1
- import { Bucket, FileOptions, CopyOptions as GCSFileCopyOptions } from '@google-cloud/storage';
1
+ import { type Bucket, type FileOptions, type CopyOptions as GCSFileCopyOptions } from '@google-cloud/storage';
2
2
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
3
3
  export type CopyOptions = {
4
4
  /** Additional options for constructing the `File` handles. */
@@ -18,7 +18,7 @@ export type CopyOptions = {
18
18
  * If `overwrite` is **false** (default) and the destination object already
19
19
  * exists, the operation aborts.
20
20
  *
21
- * @param {Bucket} bucket - The Google CloudStorage bucket containing the file.
21
+ * @param {Bucket} bucket - The Google Cloud Storage bucket containing the file.
22
22
  * @param {string} sourcePath - The path of the source object to copy.
23
23
  * @param {string} targetPath - The destination path for the copied object.
24
24
  * @param {CopyOptions} [options] - Optional copy configuration.
@@ -1,5 +1,5 @@
1
- import { Readable } from 'node:stream';
2
- import { Bucket, FileOptions, DownloadOptions as GCSFileDownloadOptions } from '@google-cloud/storage';
1
+ import { type Readable } from 'node:stream';
2
+ import { type Bucket, type FileOptions, type DownloadOptions as GCSFileDownloadOptions } from '@google-cloud/storage';
3
3
  import * as Outcome from '../../../../../agnostic/misc/outcome/index.js';
4
4
  export type DownloadOptions = {
5
5
  fileOptions?: FileOptions;