rubico 2.3.0 → 2.3.2

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 (423) hide show
  1. package/AggregateReducer.d.ts +10 -0
  2. package/README.md +9 -0
  3. package/Transducer.d.ts +231 -0
  4. package/__.d.ts +2 -0
  5. package/_internal/EmptyMap.d.ts +2 -0
  6. package/_internal/arrayFind.d.ts +15 -0
  7. package/_internal/arrayMapSeries.js +4 -4
  8. package/_internal/asyncIteratorFind.d.ts +12 -0
  9. package/_internal/findAllFilePaths.js +2 -4
  10. package/_internal/iteratorFind.d.ts +12 -0
  11. package/_internal/thunkify5.d.ts +20 -0
  12. package/_internal/timeInLoop.d.ts +25 -0
  13. package/_internal/timeInLoopAsync.d.ts +23 -0
  14. package/all.d.ts +100 -0
  15. package/always.d.ts +2 -0
  16. package/and.d.ts +45 -0
  17. package/assign.d.ts +46 -0
  18. package/compose.d.ts +25 -0
  19. package/curry.d.ts +70 -0
  20. package/dist/Transducer.es.js +2 -2
  21. package/dist/Transducer.es.min.js +2 -2
  22. package/dist/Transducer.js +2 -2
  23. package/dist/Transducer.min.js +2 -2
  24. package/dist/Transducer.mjs +2 -2
  25. package/dist/__.es.js +2 -2
  26. package/dist/__.es.min.js +2 -2
  27. package/dist/__.js +2 -2
  28. package/dist/__.min.js +2 -2
  29. package/dist/__.mjs +2 -2
  30. package/dist/all.es.js +2 -2
  31. package/dist/all.es.min.js +2 -2
  32. package/dist/all.js +2 -2
  33. package/dist/all.min.js +2 -2
  34. package/dist/all.mjs +2 -2
  35. package/dist/always.es.js +2 -2
  36. package/dist/always.es.min.js +2 -2
  37. package/dist/always.js +2 -2
  38. package/dist/always.min.js +2 -2
  39. package/dist/always.mjs +2 -2
  40. package/dist/and.es.js +2 -2
  41. package/dist/and.es.min.js +2 -2
  42. package/dist/and.js +2 -2
  43. package/dist/and.min.js +2 -2
  44. package/dist/and.mjs +2 -2
  45. package/dist/assign.es.js +2 -2
  46. package/dist/assign.es.min.js +2 -2
  47. package/dist/assign.js +2 -2
  48. package/dist/assign.min.js +2 -2
  49. package/dist/assign.mjs +2 -2
  50. package/dist/compose.es.js +2 -2
  51. package/dist/compose.es.min.js +2 -2
  52. package/dist/compose.js +2 -2
  53. package/dist/compose.min.js +2 -2
  54. package/dist/compose.mjs +2 -2
  55. package/dist/curry.es.js +2 -2
  56. package/dist/curry.es.min.js +2 -2
  57. package/dist/curry.js +2 -2
  58. package/dist/curry.min.js +2 -2
  59. package/dist/curry.mjs +2 -2
  60. package/dist/eq.es.js +2 -2
  61. package/dist/eq.es.min.js +2 -2
  62. package/dist/eq.js +2 -2
  63. package/dist/eq.min.js +2 -2
  64. package/dist/eq.mjs +2 -2
  65. package/dist/every.es.js +2 -2
  66. package/dist/every.es.min.js +2 -2
  67. package/dist/every.js +2 -2
  68. package/dist/every.min.js +2 -2
  69. package/dist/every.mjs +2 -2
  70. package/dist/filter.es.js +2 -2
  71. package/dist/filter.es.min.js +2 -2
  72. package/dist/filter.js +2 -2
  73. package/dist/filter.min.js +2 -2
  74. package/dist/filter.mjs +2 -2
  75. package/dist/flatMap.es.js +2 -2
  76. package/dist/flatMap.es.min.js +2 -2
  77. package/dist/flatMap.js +2 -2
  78. package/dist/flatMap.min.js +2 -2
  79. package/dist/flatMap.mjs +2 -2
  80. package/dist/forEach.es.js +2 -2
  81. package/dist/forEach.es.min.js +2 -2
  82. package/dist/forEach.js +2 -2
  83. package/dist/forEach.min.js +2 -2
  84. package/dist/forEach.mjs +2 -2
  85. package/dist/get.es.js +6 -6
  86. package/dist/get.es.min.js +3 -3
  87. package/dist/get.js +6 -6
  88. package/dist/get.min.js +3 -3
  89. package/dist/get.mjs +6 -6
  90. package/dist/gt.es.js +2 -2
  91. package/dist/gt.es.min.js +2 -2
  92. package/dist/gt.js +2 -2
  93. package/dist/gt.min.js +2 -2
  94. package/dist/gt.mjs +2 -2
  95. package/dist/gte.es.js +2 -2
  96. package/dist/gte.es.min.js +2 -2
  97. package/dist/gte.js +2 -2
  98. package/dist/gte.min.js +2 -2
  99. package/dist/gte.mjs +2 -2
  100. package/dist/lt.es.js +2 -2
  101. package/dist/lt.es.min.js +2 -2
  102. package/dist/lt.js +2 -2
  103. package/dist/lt.min.js +2 -2
  104. package/dist/lt.mjs +2 -2
  105. package/dist/lte.es.js +2 -2
  106. package/dist/lte.es.min.js +2 -2
  107. package/dist/lte.js +2 -2
  108. package/dist/lte.min.js +2 -2
  109. package/dist/lte.mjs +2 -2
  110. package/dist/map.es.js +4 -4
  111. package/dist/map.es.min.js +3 -3
  112. package/dist/map.js +4 -4
  113. package/dist/map.min.js +3 -3
  114. package/dist/map.mjs +4 -4
  115. package/dist/not.es.js +2 -2
  116. package/dist/not.es.min.js +2 -2
  117. package/dist/not.js +2 -2
  118. package/dist/not.min.js +2 -2
  119. package/dist/not.mjs +2 -2
  120. package/dist/omit.es.js +2 -2
  121. package/dist/omit.es.min.js +2 -2
  122. package/dist/omit.js +2 -2
  123. package/dist/omit.min.js +2 -2
  124. package/dist/omit.mjs +2 -2
  125. package/dist/or.es.js +2 -2
  126. package/dist/or.es.min.js +2 -2
  127. package/dist/or.js +2 -2
  128. package/dist/or.min.js +2 -2
  129. package/dist/or.mjs +2 -2
  130. package/dist/pick.es.js +2 -2
  131. package/dist/pick.es.min.js +2 -2
  132. package/dist/pick.js +2 -2
  133. package/dist/pick.min.js +2 -2
  134. package/dist/pick.mjs +2 -2
  135. package/dist/pipe.es.js +2 -2
  136. package/dist/pipe.es.min.js +2 -2
  137. package/dist/pipe.js +2 -2
  138. package/dist/pipe.min.js +2 -2
  139. package/dist/pipe.mjs +2 -2
  140. package/dist/reduce.es.js +2 -2
  141. package/dist/reduce.es.min.js +2 -2
  142. package/dist/reduce.js +2 -2
  143. package/dist/reduce.min.js +2 -2
  144. package/dist/reduce.mjs +2 -2
  145. package/dist/rubico.es.js +8 -8
  146. package/dist/rubico.es.min.js +3 -3
  147. package/dist/rubico.global.js +8 -8
  148. package/dist/rubico.global.min.js +3 -3
  149. package/dist/rubico.js +8 -8
  150. package/dist/rubico.min.js +3 -3
  151. package/dist/rubico.mjs +8 -8
  152. package/dist/set.es.js +2 -2
  153. package/dist/set.es.min.js +2 -2
  154. package/dist/set.js +2 -2
  155. package/dist/set.min.js +2 -2
  156. package/dist/set.mjs +2 -2
  157. package/dist/some.es.js +2 -2
  158. package/dist/some.es.min.js +2 -2
  159. package/dist/some.js +2 -2
  160. package/dist/some.min.js +2 -2
  161. package/dist/some.mjs +2 -2
  162. package/dist/switchCase.es.js +2 -2
  163. package/dist/switchCase.es.min.js +2 -2
  164. package/dist/switchCase.js +2 -2
  165. package/dist/switchCase.min.js +2 -2
  166. package/dist/switchCase.mjs +2 -2
  167. package/dist/tap.es.js +2 -2
  168. package/dist/tap.es.min.js +2 -2
  169. package/dist/tap.js +2 -2
  170. package/dist/tap.min.js +2 -2
  171. package/dist/tap.mjs +2 -2
  172. package/dist/thunkify.es.js +2 -2
  173. package/dist/thunkify.es.min.js +2 -2
  174. package/dist/thunkify.js +2 -2
  175. package/dist/thunkify.min.js +2 -2
  176. package/dist/thunkify.mjs +2 -2
  177. package/dist/transform.es.js +2 -2
  178. package/dist/transform.es.min.js +2 -2
  179. package/dist/transform.js +2 -2
  180. package/dist/transform.min.js +2 -2
  181. package/dist/transform.mjs +2 -2
  182. package/dist/tryCatch.es.js +2 -2
  183. package/dist/tryCatch.es.min.js +2 -2
  184. package/dist/tryCatch.js +2 -2
  185. package/dist/tryCatch.min.js +2 -2
  186. package/dist/tryCatch.mjs +2 -2
  187. package/dist/x/append.es.js +2 -2
  188. package/dist/x/append.es.min.js +2 -2
  189. package/dist/x/append.js +2 -2
  190. package/dist/x/append.min.js +2 -2
  191. package/dist/x/append.mjs +2 -2
  192. package/dist/x/callProp.es.js +2 -2
  193. package/dist/x/callProp.es.min.js +2 -2
  194. package/dist/x/callProp.js +2 -2
  195. package/dist/x/callProp.min.js +2 -2
  196. package/dist/x/callProp.mjs +2 -2
  197. package/dist/x/defaultsDeep.es.js +2 -2
  198. package/dist/x/defaultsDeep.es.min.js +2 -2
  199. package/dist/x/defaultsDeep.js +2 -2
  200. package/dist/x/defaultsDeep.min.js +2 -2
  201. package/dist/x/defaultsDeep.mjs +2 -2
  202. package/dist/x/differenceWith.es.js +2 -2
  203. package/dist/x/differenceWith.es.min.js +2 -2
  204. package/dist/x/differenceWith.js +2 -2
  205. package/dist/x/differenceWith.min.js +2 -2
  206. package/dist/x/differenceWith.mjs +2 -2
  207. package/dist/x/filterOut.es.js +2 -2
  208. package/dist/x/filterOut.es.min.js +2 -2
  209. package/dist/x/filterOut.js +2 -2
  210. package/dist/x/filterOut.min.js +2 -2
  211. package/dist/x/filterOut.mjs +2 -2
  212. package/dist/x/find.es.js +2 -2
  213. package/dist/x/find.es.min.js +2 -2
  214. package/dist/x/find.js +2 -2
  215. package/dist/x/find.min.js +2 -2
  216. package/dist/x/find.mjs +2 -2
  217. package/dist/x/findIndex.es.js +2 -2
  218. package/dist/x/findIndex.es.min.js +2 -2
  219. package/dist/x/findIndex.js +2 -2
  220. package/dist/x/findIndex.min.js +2 -2
  221. package/dist/x/findIndex.mjs +2 -2
  222. package/dist/x/first.es.js +2 -2
  223. package/dist/x/first.es.min.js +2 -2
  224. package/dist/x/first.js +2 -2
  225. package/dist/x/first.min.js +2 -2
  226. package/dist/x/first.mjs +2 -2
  227. package/dist/x/flatten.es.js +2 -2
  228. package/dist/x/flatten.es.min.js +2 -2
  229. package/dist/x/flatten.js +2 -2
  230. package/dist/x/flatten.min.js +2 -2
  231. package/dist/x/flatten.mjs +2 -2
  232. package/dist/x/groupBy.es.js +2 -2
  233. package/dist/x/groupBy.es.min.js +2 -2
  234. package/dist/x/groupBy.js +2 -2
  235. package/dist/x/groupBy.min.js +2 -2
  236. package/dist/x/groupBy.mjs +2 -2
  237. package/dist/x/has.es.js +2 -2
  238. package/dist/x/has.es.min.js +2 -2
  239. package/dist/x/has.js +2 -2
  240. package/dist/x/has.min.js +2 -2
  241. package/dist/x/has.mjs +2 -2
  242. package/dist/x/identity.es.js +2 -2
  243. package/dist/x/identity.es.min.js +2 -2
  244. package/dist/x/identity.js +2 -2
  245. package/dist/x/identity.min.js +2 -2
  246. package/dist/x/identity.mjs +2 -2
  247. package/dist/x/includes.es.js +2 -2
  248. package/dist/x/includes.es.min.js +2 -2
  249. package/dist/x/includes.js +2 -2
  250. package/dist/x/includes.min.js +2 -2
  251. package/dist/x/includes.mjs +2 -2
  252. package/dist/x/isDeepEqual.es.js +2 -2
  253. package/dist/x/isDeepEqual.es.min.js +2 -2
  254. package/dist/x/isDeepEqual.js +2 -2
  255. package/dist/x/isDeepEqual.min.js +2 -2
  256. package/dist/x/isDeepEqual.mjs +2 -2
  257. package/dist/x/isEmpty.es.js +2 -2
  258. package/dist/x/isEmpty.es.min.js +2 -2
  259. package/dist/x/isEmpty.js +2 -2
  260. package/dist/x/isEmpty.min.js +2 -2
  261. package/dist/x/isEmpty.mjs +2 -2
  262. package/dist/x/isEqual.es.js +2 -2
  263. package/dist/x/isEqual.es.min.js +2 -2
  264. package/dist/x/isEqual.js +2 -2
  265. package/dist/x/isEqual.min.js +2 -2
  266. package/dist/x/isEqual.mjs +2 -2
  267. package/dist/x/isFunction.es.js +2 -2
  268. package/dist/x/isFunction.es.min.js +2 -2
  269. package/dist/x/isFunction.js +2 -2
  270. package/dist/x/isFunction.min.js +2 -2
  271. package/dist/x/isFunction.mjs +2 -2
  272. package/dist/x/isIn.es.js +2 -2
  273. package/dist/x/isIn.es.min.js +2 -2
  274. package/dist/x/isIn.js +2 -2
  275. package/dist/x/isIn.min.js +2 -2
  276. package/dist/x/isIn.mjs +2 -2
  277. package/dist/x/isObject.es.js +2 -2
  278. package/dist/x/isObject.es.min.js +2 -2
  279. package/dist/x/isObject.js +2 -2
  280. package/dist/x/isObject.min.js +2 -2
  281. package/dist/x/isObject.mjs +2 -2
  282. package/dist/x/isString.es.js +2 -2
  283. package/dist/x/isString.es.min.js +2 -2
  284. package/dist/x/isString.js +2 -2
  285. package/dist/x/isString.min.js +2 -2
  286. package/dist/x/isString.mjs +2 -2
  287. package/dist/x/keys.es.js +2 -2
  288. package/dist/x/keys.es.min.js +2 -2
  289. package/dist/x/keys.js +2 -2
  290. package/dist/x/keys.min.js +2 -2
  291. package/dist/x/keys.mjs +2 -2
  292. package/dist/x/last.es.js +2 -2
  293. package/dist/x/last.es.min.js +2 -2
  294. package/dist/x/last.js +2 -2
  295. package/dist/x/last.min.js +2 -2
  296. package/dist/x/last.mjs +2 -2
  297. package/dist/x/maxBy.es.js +6 -6
  298. package/dist/x/maxBy.es.min.js +3 -3
  299. package/dist/x/maxBy.js +6 -6
  300. package/dist/x/maxBy.min.js +3 -3
  301. package/dist/x/maxBy.mjs +6 -6
  302. package/dist/x/noop.es.js +2 -2
  303. package/dist/x/noop.es.min.js +2 -2
  304. package/dist/x/noop.js +2 -2
  305. package/dist/x/noop.min.js +2 -2
  306. package/dist/x/noop.mjs +2 -2
  307. package/dist/x/pluck.es.js +8 -8
  308. package/dist/x/pluck.es.min.js +3 -3
  309. package/dist/x/pluck.js +8 -8
  310. package/dist/x/pluck.min.js +3 -3
  311. package/dist/x/pluck.mjs +8 -8
  312. package/dist/x/prepend.es.js +2 -2
  313. package/dist/x/prepend.es.min.js +2 -2
  314. package/dist/x/prepend.js +2 -2
  315. package/dist/x/prepend.min.js +2 -2
  316. package/dist/x/prepend.mjs +2 -2
  317. package/dist/x/size.es.js +2 -2
  318. package/dist/x/size.es.min.js +2 -2
  319. package/dist/x/size.js +2 -2
  320. package/dist/x/size.min.js +2 -2
  321. package/dist/x/size.mjs +2 -2
  322. package/dist/x/trace.es.js +2 -2
  323. package/dist/x/trace.es.min.js +2 -2
  324. package/dist/x/trace.js +2 -2
  325. package/dist/x/trace.min.js +2 -2
  326. package/dist/x/trace.mjs +2 -2
  327. package/dist/x/unionWith.es.js +2 -2
  328. package/dist/x/unionWith.es.min.js +2 -2
  329. package/dist/x/unionWith.js +2 -2
  330. package/dist/x/unionWith.min.js +2 -2
  331. package/dist/x/unionWith.mjs +2 -2
  332. package/dist/x/uniq.es.js +2 -2
  333. package/dist/x/uniq.es.min.js +2 -2
  334. package/dist/x/uniq.js +2 -2
  335. package/dist/x/uniq.min.js +2 -2
  336. package/dist/x/uniq.mjs +2 -2
  337. package/dist/x/unless.es.js +2 -2
  338. package/dist/x/unless.es.min.js +2 -2
  339. package/dist/x/unless.js +2 -2
  340. package/dist/x/unless.min.js +2 -2
  341. package/dist/x/unless.mjs +2 -2
  342. package/dist/x/values.es.js +2 -2
  343. package/dist/x/values.es.min.js +2 -2
  344. package/dist/x/values.js +2 -2
  345. package/dist/x/values.min.js +2 -2
  346. package/dist/x/values.mjs +2 -2
  347. package/dist/x/when.es.js +2 -2
  348. package/dist/x/when.es.min.js +2 -2
  349. package/dist/x/when.js +2 -2
  350. package/dist/x/when.min.js +2 -2
  351. package/dist/x/when.mjs +2 -2
  352. package/eq.d.ts +51 -0
  353. package/es.d.ts +80 -0
  354. package/es.js +8 -8
  355. package/every.d.ts +52 -0
  356. package/filter.d.ts +148 -0
  357. package/flatMap.d.ts +109 -0
  358. package/forEach.d.ts +35 -0
  359. package/get.d.ts +70 -0
  360. package/get.js +4 -4
  361. package/global.d.ts +1 -0
  362. package/gt.d.ts +49 -0
  363. package/gte.d.ts +51 -0
  364. package/index.d.ts +1 -0
  365. package/index.js +8 -8
  366. package/lt.d.ts +49 -0
  367. package/lte.d.ts +49 -0
  368. package/map.d.ts +246 -0
  369. package/monad/Instance.d.ts +246 -0
  370. package/monad/Instance.js +188 -206
  371. package/not.d.ts +34 -0
  372. package/omit.d.ts +50 -0
  373. package/or.d.ts +43 -0
  374. package/package.json +41 -4
  375. package/pick.d.ts +43 -0
  376. package/pipe.d.ts +49 -0
  377. package/reduce.d.ts +166 -0
  378. package/set.d.ts +61 -0
  379. package/some.d.ts +65 -0
  380. package/switchCase.d.ts +76 -0
  381. package/tap.d.ts +53 -0
  382. package/thunkify.d.ts +21 -0
  383. package/transform.d.ts +131 -0
  384. package/tryCatch.d.ts +47 -0
  385. package/x/append.d.ts +38 -0
  386. package/x/callProp.d.ts +20 -0
  387. package/x/defaultsDeep.d.ts +42 -0
  388. package/x/differenceWith.d.ts +25 -0
  389. package/x/filterOut.d.ts +39 -0
  390. package/x/find.d.ts +34 -0
  391. package/x/findIndex.d.ts +25 -0
  392. package/x/first.d.ts +23 -0
  393. package/x/flatten.d.ts +57 -0
  394. package/x/groupBy.d.ts +50 -0
  395. package/x/has.d.ts +25 -0
  396. package/x/heapUsedInLoop.d.ts +53 -0
  397. package/x/identity.d.ts +21 -0
  398. package/x/includes.d.ts +25 -0
  399. package/x/index.d.ts +34 -0
  400. package/x/is.d.ts +2 -0
  401. package/x/isEmpty.d.ts +24 -0
  402. package/x/isEqual.d.ts +2 -0
  403. package/x/isFunction.d.ts +23 -0
  404. package/x/isIn.d.ts +61 -0
  405. package/x/isObject.d.ts +2 -0
  406. package/x/isString.benchmarks.d.ts +1 -0
  407. package/x/isString.d.ts +21 -0
  408. package/x/keys.d.ts +23 -0
  409. package/x/last.d.ts +22 -0
  410. package/x/maxBy.d.ts +41 -0
  411. package/x/noop.d.ts +21 -0
  412. package/x/pluck.d.ts +35 -0
  413. package/x/prepend.d.ts +38 -0
  414. package/x/size.d.ts +21 -0
  415. package/x/test.d.ts +1 -0
  416. package/x/timeInLoop.d.ts +21 -0
  417. package/x/trace.d.ts +30 -0
  418. package/x/tracef.d.ts +7 -0
  419. package/x/unionWith.d.ts +31 -0
  420. package/x/uniq.d.ts +24 -0
  421. package/x/unless.d.ts +28 -0
  422. package/x/values.d.ts +23 -0
  423. package/x/when.d.ts +28 -0
package/dist/set.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/set.min.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/set.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/some.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isPromise=e=>null!=e&&"function"==typeof e.then,__=Symbol.for("placeholder"),curry2ResolveArg0=(e,r)=>function(o){return e(o,r)},curry2ResolveArg1=(e,r)=>function(o){return e(r,o)},curry2=function(e,r,o){return r==__?curry2ResolveArg0(e,o):curry2ResolveArg1(e,r)},isArray=Array.isArray,objectValues=Object.values,SelfReferencingPromise=function(e){const r=e.then((e=>[e,r]));return r},promiseRace=Promise.race.bind(Promise),asyncArraySome=async function(e,r,o,t){const n=e.length;for(;++o<n;){const n=r(e[o]);if(isPromise(n))t.add(SelfReferencingPromise(n));else if(n)return!0}for(;t.size>0;){const[e,r]=await promiseRace(t);if(t.delete(r),e)return!0}return!1},arraySome=function(e,r){const o=e.length;let t=-1;for(;++t<o;){const o=r(e[t]);if(isPromise(o))return asyncArraySome(e,r,t,new Set([SelfReferencingPromise(o)]));if(o)return!0}return!1},asyncIteratorSome=async function(e,r,o,t=20){let n=e.next();for(isPromise(n)&&(n=await n);!n.done;){if(o.size>=t){const[e,r]=await promiseRace(o);if(o.delete(r),e)return!0}const s=r(n.value);if(isPromise(s))o.add(SelfReferencingPromise(s));else if(s)return!0;n=e.next(),isPromise(n)&&(n=await n)}for(;o.size>0;){const[e,r]=await promiseRace(o);if(o.delete(r),e)return!0}return!1},iteratorSome=function(e,r){for(const o of e){const t=r(o);if(isPromise(t))return asyncIteratorSome(e,r,new Set([SelfReferencingPromise(t)]));if(t)return!0}return!1},reducerAnySync=e=>function(r,o){return!!r||e(o)},reducerSome=e=>function(r,o){return!0===r?r:isPromise(r)?r.then(curry2(reducerAnySync(e),__,o)):!!r||e(o)},symbolIterator=Symbol.iterator,symbolAsyncIterator=Symbol.asyncIterator,_some=function(e,r){return isArray(e)?arraySome(e,r):null==e?r(e):"function"==typeof e[symbolIterator]?iteratorSome(e[symbolIterator](),r):"function"==typeof e[symbolAsyncIterator]?asyncIteratorSome(e[symbolAsyncIterator](),r,new Set):"function"==typeof e.reduce?e.reduce(reducerSome(r),!1):e.constructor==Object?arraySome(objectValues(e),r):r(e)},some=function(...e){const r=e.pop();if(0==e.length)return curry2(_some,__,r);const o=e[0];return isPromise(o)?o.then(curry2(_some,__,r)):_some(o,r)};export default some;
package/dist/some.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/some.min.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/some.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const promiseAll=Promise.all.bind(Promise),isPromise=r=>null!=r&&"function"==typeof r.then,areAnyValuesPromises=function(r){const n=r.length;let o=-1;for(;++o<n;){const n=r[o];if(isPromise(n))return!0}return!1},thunkConditional=(r,n,o)=>r?n():o(),thunkifyArgs=(r,n)=>function(){return r(...n)},thunkify3=(r,n,o,t)=>function(){return r(n,o,t)},__=Symbol.for("placeholder"),curry3ResolveArg0=(r,n,o)=>function(t){return r(t,n,o)},curry3ResolveArg1=(r,n,o)=>function(t){return r(n,t,o)},curry3ResolveArg2=(r,n,o)=>function(t){return r(n,o,t)},curry3=function(r,n,o,t){return n==__?curry3ResolveArg0(r,o,t):o==__?curry3ResolveArg1(r,n,t):curry3ResolveArg2(r,n,o)},always=r=>function(){return r},arrayConditional=function(r,n,o){const t=r.length-1;for(;(o+=2)<t;){const t=r[o],e=r[o+1],u="function"==typeof t?t(...n):t;if(isPromise(u))return u.then(curry3(thunkConditional,__,"function"==typeof e?thunkifyArgs(e,n):always(e),thunkify3(arrayConditional,r,n,o)));if(u)return"function"==typeof e?e(...n):e}if(o==r.length)return;const e=r[t];return"function"==typeof e?e(...n):e},areAllValuesNonfunctions=function(r){const n=r.length;let o=-1;for(;++o<n;)if("function"==typeof r[o])return!1;return!0},thunkify2=(r,n,o)=>function(){return r(n,o)},nonfunctionsConditional=function(r,n){const o=r.length,t=o-1;for(;(n+=2)<t;){const o=r[n],t=r[n+1];if(isPromise(o))return o.then(curry3(thunkConditional,__,always(t),thunkify2(nonfunctionsConditional,r,n)));if(o)return t}if(n!=o)return r[n]},curryArgs3ResolveArgs0=(r,n,o)=>function(...t){return r(t,n,o)},curryArgs3ResolveArgs1=(r,n,o)=>function(...t){return r(n,t,o)},curryArgs3ResolveArgs2=(r,n,o)=>function(...t){return r(n,o,t)},curryArgs3=function(r,n,o,t){return n==__?curryArgs3ResolveArgs0(r,o,t):o==__?curryArgs3ResolveArgs1(r,n,t):curryArgs3ResolveArgs2(r,n,o)},switchCase=(...r)=>{const n=r.pop();return areAllValuesNonfunctions(n)?nonfunctionsConditional(n,-2):0==r.length?(o=arrayConditional,e=__,u=-2,(t=n)==__?curryArgs3ResolveArgs0(o,e,u):e==__?curryArgs3ResolveArgs1(o,t,u):curryArgs3ResolveArgs2(o,t,e)):areAnyValuesPromises(r)?promiseAll(r).then(curry3(arrayConditional,n,__,-2)):arrayConditional(n,r,-2);var o,t,e,u};export default switchCase;
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/tap.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isPromise=r=>null!=r&&"function"==typeof r.then,always=r=>function(){return r},thunkifyArgs=(r,n)=>function(){return r(...n)},thunkConditional=(r,n,e)=>r?n():e(),__=Symbol.for("placeholder"),curry3ResolveArg0=(r,n,e)=>function(t){return r(t,n,e)},curry3ResolveArg1=(r,n,e)=>function(t){return r(n,t,e)},curry3ResolveArg2=(r,n,e)=>function(t){return r(n,e,t)},curry3=function(r,n,e,t){return n==__?curry3ResolveArg0(r,e,t):e==__?curry3ResolveArg1(r,n,t):curry3ResolveArg2(r,n,e)},curryArgs2ResolveArgs0=(r,n,e)=>function(...e){return r(e,n)},curryArgs2ResolveArgs1=(r,n,e)=>function(...e){return r(n,e)},curryArgs2=function(r,n,e){return n==__?curryArgs2ResolveArgs0(r,e):curryArgs2ResolveArgs1(r,n)},_tap=function(r,n){const e=r[0],t=n(...r);return isPromise(t)?t.then(always(e)):e},tap=function(...r){const n=r.pop();return 0==r.length?(e=_tap,u=n,(t=__)==__?curryArgs2ResolveArgs0(e,u):curryArgs2ResolveArgs1(e,t)):_tap(r,n);var e,t,u};tap.if=(r,n)=>function(...e){const t=r(...e);if(isPromise(t))return t.then((u=thunkConditional,o=__,s=thunkifyArgs(tap(n),e),c=always(e[0]),o==__?curry3ResolveArg0(u,s,c):s==__?curry3ResolveArg1(u,o,c):curry3ResolveArg2(u,o,s)));var u,o,s,c;if(t){const r=n(...e);if(isPromise(r))return r.then(always(e[0]))}return e[0]};export default tap;
package/dist/tap.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/tap.min.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/tap.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isPromise=r=>null!=r&&"function"==typeof r.then,areAnyValuesPromises=function(r){const e=r.length;let n=-1;for(;++n<e;){const e=r[n];if(isPromise(e))return!0}return!1},promiseAll=Promise.all.bind(Promise),__=Symbol.for("placeholder"),curry2ResolveArg0=(r,e)=>function(n){return r(n,e)},curry2ResolveArg1=(r,e)=>function(n){return r(e,n)},curry2=function(r,e,n){return e==__?curry2ResolveArg0(r,n):curry2ResolveArg1(r,e)},funcApply=(r,e)=>r(...e),thunkify=(r,...e)=>function(){return areAnyValuesPromises(e)?promiseAll(e).then((n=funcApply,u=__,(o=r)==__?curry2ResolveArg0(n,u):curry2ResolveArg1(n,o))):r(...e);var n,o,u};export default thunkify;
package/dist/thunkify.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/thunkify.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isPromise=r=>null!=r&&"function"==typeof r.then,__=Symbol.for("placeholder"),curry3ResolveArg0=(r,e,n)=>function(t){return r(t,e,n)},curry3ResolveArg1=(r,e,n)=>function(t){return r(e,t,n)},curry3ResolveArg2=(r,e,n)=>function(t){return r(e,n,t)},curry3=function(r,e,n,t){return e==__?curry3ResolveArg0(r,n,t):n==__?curry3ResolveArg1(r,e,t):curry3ResolveArg2(r,e,n)},isArray=Array.isArray,isBinary=ArrayBuffer.isView,callPropUnary=(r,e,n)=>r[e](n),curry2ResolveArg0=(r,e)=>function(n){return r(n,e)},curry2ResolveArg1=(r,e)=>function(n){return r(e,n)},curry2=function(r,e,n){return e==__?curry2ResolveArg0(r,n):curry2ResolveArg1(r,e)},always=r=>function(){return r},noop=function(){},add=(r,e)=>r+e,objectValues=Object.values,objectProto=Object.prototype,nativeObjectToString=objectProto.toString,objectToString=r=>nativeObjectToString.call(r),generatorFunctionTag="[object GeneratorFunction]",isGeneratorFunction=r=>objectToString(r)==generatorFunctionTag,asyncGeneratorFunctionTag="[object AsyncGeneratorFunction]",isAsyncGeneratorFunction=r=>objectToString(r)==asyncGeneratorFunctionTag,iteratorReduceAsync=async function(r,e,n){let t=r.next();if(t.done)return n;for(;!t.done;)n=e(n,t.value),isPromise(n)&&(n=await n),t=r.next();return n},iteratorReduce=function(r,e,n){let t=r.next();if(t.done)return n;for(void 0===n&&(n=t.value,t=r.next());!t.done;){if(n=e(n,t.value),isPromise(n))return n.then(curry3(iteratorReduceAsync,r,e,__));t=r.next()}return n},asyncIteratorReduce=async function(r,e,n){let t=await r.next();if(t.done)return n;for(void 0===n&&(n=t.value,t=await r.next());!t.done;)n=await e(n,t.value),t=await r.next();return n},symbolIterator=Symbol.iterator,symbolAsyncIterator=Symbol.asyncIterator,curryArgs3ResolveArgs0=(r,e,n)=>function(...t){return r(t,e,n)},curryArgs3ResolveArgs1=(r,e,n)=>function(...t){return r(e,t,n)},curryArgs3ResolveArgs2=(r,e,n)=>function(...t){return r(e,n,t)},curryArgs3=function(r,e,n,t){return e==__?curryArgs3ResolveArgs0(r,n,t):n==__?curryArgs3ResolveArgs1(r,e,t):curryArgs3ResolveArgs2(r,e,n)},curry4ResolveArg0=(r,e,n,t)=>function(o){return r(o,e,n,t)},curry4ResolveArg1=(r,e,n,t)=>function(o){return r(e,o,n,t)},curry4ResolveArg2=(r,e,n,t)=>function(o){return r(e,n,o,t)},curry4ResolveArg3=(r,e,n,t)=>function(o){return r(e,n,t,o)},curry4=function(r,e,n,t,o){return e==__?curry4ResolveArg0(r,n,t,o):n==__?curry4ResolveArg1(r,e,t,o):t==__?curry4ResolveArg2(r,e,n,o):curry4ResolveArg3(r,e,n,t)},arrayReduceAsync=async function(r,e,n,t){const o=r.length;for(;++t<o;)n=e(n,r[t],t,r),isPromise(n)&&(n=await n);return n},arrayReduce=function(r,e,n){const t=r.length;let o=-1;for(void 0===n&&(n=r[++o]);++o<t;)if(n=e(n,r[o],o,r),isPromise(n))return n.then(curry4(arrayReduceAsync,r,e,__,o));return n},curry5ResolveArg0=(r,e,n,t,o)=>function(c){return r(c,e,n,t,o)},curry5ResolveArg1=(r,e,n,t,o)=>function(c){return r(e,c,n,t,o)},curry5ResolveArg2=(r,e,n,t,o)=>function(c){return r(e,n,c,t,o)},curry5ResolveArg3=(r,e,n,t,o)=>function(c){return r(e,n,t,c,o)},curry5ResolveArg4=(r,e,n,t,o)=>function(c){return r(e,n,t,o,c)},curry5=function(r,e,n,t,o,c){return e==__?curry5ResolveArg0(r,n,t,o,c):n==__?curry5ResolveArg1(r,e,t,o,c):t==__?curry5ResolveArg2(r,e,n,o,c):o==__?curry5ResolveArg3(r,e,n,t,c):curry5ResolveArg4(r,e,n,t,o)},objectKeys=Object.keys,objectReduceAsync=async function(r,e,n,t,o){const c=t.length;for(;++o<c;){const c=t[o];n=e(n,r[c],c,r),isPromise(n)&&(n=await n)}return n},objectReduce=function(r,e,n){const t=objectKeys(r),o=t.length;let c=-1;for(void 0===n&&(n=r[t[++c]]);++c<o;){const o=t[c];if(n=e(n,r[o],o,r),isPromise(n))return n.then((u=objectReduceAsync,s=e,a=__,f=t,y=c,(i=r)==__?curry5ResolveArg0(u,s,a,f,y):s==__?curry5ResolveArg1(u,i,a,f,y):a==__?curry5ResolveArg2(u,i,s,f,y):f==__?curry5ResolveArg3(u,i,s,a,y):curry5ResolveArg4(u,i,s,a,f)))}var u,i,s,a,f,y;return n},mapReduceAsync=async function(r,e,n,t){for(const[o,c]of t)n=e(n,c,o,r),isPromise(n)&&(n=await n);return n},mapReduce=function(r,e,n){const t=r.entries();if(void 0===n){const r=t.next();if(r.done)return n;n=r.value[1]}for(const[o,c]of t)if(n=e(n,c,o,r),isPromise(n))return n.then(curry4(mapReduceAsync,r,e,__,t));return n},reducerConcat=(r,e)=>function(n,t){const o=r(n,t);return isPromise(o)?o.then(curry2(e,__,t)):e(o,t)},genericReduce=function(r,e,n){return isArray(r)?arrayReduce(r,e,n):null==r?void 0===n?curry2(e,r,__):e(n,r):r.constructor==Map?mapReduce(r,e,n):"function"==typeof r[symbolIterator]?iteratorReduce(r[symbolIterator](),e,n):"function"==typeof r[symbolAsyncIterator]?asyncIteratorReduce(r[symbolAsyncIterator](),e,n):"function"==typeof r.reduce?r.reduce(e,n):"function"==typeof r.chain?r.chain(curry2(e,n,__)):"function"==typeof r.flatMap?r.flatMap(curry2(e,n,__)):r.constructor==Object?objectReduce(r,e,n):void 0===n?curry2(e,r,__):e(n,r)},objectAssign=Object.assign,_arrayExtend=function(r,e){const n=r.length,t=e.length;let o=-1;for(;++o<t;)r[n+o]=e[o];return r},arrayExtend=function(r,e){return isArray(e)||isBinary(e)?_arrayExtend(r,e):(r.push(e),r)},globalThisHasBuffer="function"==typeof Buffer,bufferAlloc=globalThisHasBuffer?Buffer.alloc:noop,_binaryExtend=function(r,e){const n=r.length,t=globalThisHasBuffer&&r.constructor==Buffer?bufferAlloc(n+e.length):new r.constructor(n+e.length);return t.set(r),t.set(e,n),t},binaryExtend=function(r,e){return isArray(e)||isBinary(e)?_binaryExtend(r,e):_binaryExtend(r,[e])},thunkify1=(r,e)=>function(){return r(e)},isNodeReadStream=r=>null!=r&&"function"==typeof r.pipe,__streamWrite=r=>function(e,n,t){return r.write(e,n,t),r},_streamExtendExecutor=(r,e)=>function(n,t){var o,c;e.on("data",__streamWrite(r)),e.on("end",(o=n,c=r,function(){return o(c)})),e.on("error",t)},_streamExtend=(r,e)=>new Promise(_streamExtendExecutor(r,e)),streamExtend=function(r,e){return null!=(n=e)&&"function"==typeof n.pipe?_streamExtend(r,e):(r.write(e),r);var n},setExtend=function(r,e){if(null!=e&&e.constructor==Set){for(const n of e)r.add(n);return r}return r.add(e)},callConcat=function(r,e){return r.concat(e)},identityTransform=function(r,e,n){const t=genericReduce(r,e(noop),null);return isPromise(t)?t.then((o=n,function(){return o})):n;var o},genericTransform=function(r,e,n){if(isArray(n))return genericReduce(r,e(arrayExtend),n);if(isBinary(n)){const t=genericReduce(r,e(arrayExtend),[]);return isPromise(t)?t.then(curry2(binaryExtend,n,__)):binaryExtend(n,t)}if(null==n)return identityTransform(r,e,n);const t=n.constructor;if("string"==typeof n||t==String){const t=genericReduce(r,e(arrayExtend),[n]);return isPromise(t)?t.then(curry3(callPropUnary,__,"join","")):t.join("")}return"function"==typeof n.concat?genericReduce(r,e(callConcat),n):"function"==typeof n.write?genericReduce(r,e(streamExtend),n):t==Set?genericReduce(r,e(setExtend),n):t==Object?genericReduce(r,e(objectAssign),n):identityTransform(r,e,n)},_transform=function(r,e,n){if("function"==typeof n){const t=n(r);return isPromise(t)?t.then(curry3(genericTransform,r,e,__)):genericTransform(r,e,t)}return isPromise(n)?n.then(curry3(genericTransform,r,e,__)):genericTransform(r,e,n)},transform=function(...r){return"function"==typeof r[0]?curry3(_transform,__,r[0],r[1]):isPromise(r[0])?r[0].then(curry3(_transform,__,r[1],r[2])):_transform(r[0],r[1],r[2])};export default transform;
package/dist/transform.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isPromise=r=>null!=r&&"function"==typeof r.then,promiseAll=Promise.all.bind(Promise),__=Symbol.for("placeholder"),curry3ResolveArg0=(r,t,e)=>function(n){return r(n,t,e)},curry3ResolveArg1=(r,t,e)=>function(n){return r(t,n,e)},curry3ResolveArg2=(r,t,e)=>function(n){return r(t,e,n)},curry3=function(r,t,e,n){return t==__?curry3ResolveArg0(r,e,n):e==__?curry3ResolveArg1(r,t,n):curry3ResolveArg2(r,t,e)},catcherApply=function(r,t,e){return r(t,...e)},areAnyValuesPromises=function(r){const t=r.length;let e=-1;for(;++e<t;){const t=r[e];if(isPromise(t))return!0}return!1},_tryCatch=function(r,t,e){try{const n=r(...e);return isPromise(n)?n.catch(curry3(catcherApply,t,__,e)):n}catch(r){return t(r,...e)}},tryCatch=function(...r){if(r.length>2){const t=r.pop(),e=r.pop();return areAnyValuesPromises(r)?promiseAll(r).then(curry3(_tryCatch,e,t,__)):_tryCatch(e,t,r)}const t=r[0],e=r[1];return function(...r){return _tryCatch(t,e,r)}};export default tryCatch;
package/dist/tryCatch.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/tryCatch.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isString=function(r){return"string"==typeof r||null!=r&&r.constructor==String},isArray=Array.isArray,append=r=>function(n){if(isArray(n))return isArray(r)?[...n,...r]:[...n,r];if(isString(n)){if(!isString(r))throw new TypeError(`${r} is not a string`);return`${n}${r}`}throw new TypeError(`${n} is not an Array or string`)};export default append;
package/dist/x/append.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
package/dist/x/append.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const callProp=(l,...o)=>function(r){return r[l](...o)};export default callProp;
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const isArray=Array.isArray,arrayDefaultsDeepFromArray=function(r,e){const t=e.length,c=r.slice();let o=-1;for(;++o<t;){const t=r[o],a=e[o];isArray(t)&&isArray(a)?c[o]=arrayDefaultsDeepFromArray(t,a):null==t?c[o]=a:null==a?c[o]=t:t.constructor==Object&&a.constructor==Object?c[o]=objectDefaultsDeepFromObject(t,a):c[o]=t}return c},objectDefaultsDeepFromObject=function(r,e){const t={...r};for(const c in e){const o=r[c],a=e[c];isArray(o)&&isArray(a)?t[c]=arrayDefaultsDeepFromArray(o,a):null==o?t[c]=a:null==a?t[c]=o:o.constructor==Object&&a.constructor==Object?t[c]=objectDefaultsDeepFromObject(o,a):t[c]=o}return t},defaultsDeep=r=>function(e){return isArray(e)&&isArray(r)?arrayDefaultsDeepFromArray(e,r):null==e||null==r?e:e.constructor==Object&&r.constructor==Object?objectDefaultsDeepFromObject(e,r):e};export default defaultsDeep;
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const __ = Symbol.for('placeholder')
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const __=Symbol.for("placeholder"),curry2ResolveArg0=(r,e)=>function(n){return r(n,e)},curry2ResolveArg1=(r,e)=>function(n){return r(e,n)},curry2=function(r,e,n){return e==__?curry2ResolveArg0(r,n):curry2ResolveArg1(r,e)},curry3ResolveArg0=(r,e,n)=>function(t){return r(t,e,n)},curry3ResolveArg1=(r,e,n)=>function(t){return r(e,t,n)},curry3ResolveArg2=(r,e,n)=>function(t){return r(e,n,t)},curry3=function(r,e,n,t){return e==__?curry3ResolveArg0(r,n,t):n==__?curry3ResolveArg1(r,e,t):curry3ResolveArg2(r,e,n)},thunkify2=(r,e,n)=>function(){return r(e,n)},thunkify5=(r,e,n,t,o,i)=>function(){return r(e,n,t,o,i)},thunkConditional=(r,e,n)=>r?e():n(),isPromise=r=>null!=r&&"function"==typeof r.then,isArray=Array.isArray,SelfReferencingPromise=function(r){const e=r.then((r=>[r,e]));return e},promiseRace=Promise.race.bind(Promise),asyncArraySome=async function(r,e,n,t){const o=r.length;for(;++n<o;){const o=e(r[n]);if(isPromise(o))t.add(SelfReferencingPromise(o));else if(o)return!0}for(;t.size>0;){const[r,e]=await promiseRace(t);if(t.delete(e),r)return!0}return!1},arraySome=function(r,e){const n=r.length;let t=-1;for(;++t<n;){const n=e(r[t]);if(isPromise(n))return asyncArraySome(r,e,t,new Set([SelfReferencingPromise(n)]));if(n)return!0}return!1},arrayPush=function(r,e){return r.push(e),r},funcConcatSync=(r,e)=>function(...n){return e(r(...n))},noop=function(){},symbolIterator=Symbol.iterator,symbolAsyncIterator=Symbol.asyncIterator,differenceWithArrayAsync=async function(r,e,n,t,o){const i=e.length;for(;++o<i;){const i=e[o];let c=arraySome(n,curry2(r,i,__));isPromise(c)&&(c=await c),c||t.push(i)}return t},differenceWithArray=function(r,e,n){const t=e.length,o=[];let i=-1;for(;++i<t;){const t=e[i],y=arraySome(n,curry2(r,t,__));if(isPromise(y))return y.then(funcConcatSync((c=thunkConditional,u=__,s=noop,f=thunkify2(arrayPush,o,t),u==__?curry3ResolveArg0(c,s,f):s==__?curry3ResolveArg1(c,u,f):curry3ResolveArg2(c,u,s)),thunkify5(differenceWithArrayAsync,r,e,n,o,i)));y||o.push(t)}var c,u,s,f;return o},differenceWith=(r,e)=>function(n){if(isArray(n))return differenceWithArray(r,e,n);throw new TypeError(`${n} is not an Array`)};export default differenceWith;
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const __ = Symbol.for('placeholder')
@@ -1,7 +1,7 @@
1
1
  /**
2
- * rubico v2.3.0
2
+ * rubico v2.3.2
3
3
  * https://github.com/a-synchronous/rubico
4
- * (c) 2019-2023 Richard Tong
4
+ * (c) 2019-2024 Richard Tong
5
5
  * rubico may be freely distributed under the MIT license.
6
6
  */
7
7
  const __ = Symbol.for('placeholder')