@mojir/lits 2.1.41 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/README.md +18 -17
  2. package/dist/cli/cli.js +13018 -13113
  3. package/dist/cli/reference/api.d.ts +31 -17
  4. package/dist/cli/reference/index.d.ts +129 -209
  5. package/dist/cli/src/builtin/core/vector.d.ts +2 -0
  6. package/dist/cli/src/builtin/interface.d.ts +23 -23
  7. package/dist/cli/src/builtin/modules/bitwise/index.d.ts +2 -0
  8. package/dist/cli/src/builtin/modules/collection/index.d.ts +2 -0
  9. package/dist/cli/src/builtin/modules/functional/index.d.ts +2 -0
  10. package/dist/cli/src/builtin/modules/math/index.d.ts +2 -0
  11. package/dist/cli/src/builtin/modules/sequence/index.d.ts +2 -0
  12. package/dist/cli/src/builtin/modules/string/index.d.ts +2 -0
  13. package/dist/cli/src/tokenizer/token.d.ts +2 -2
  14. package/dist/full.esm.js +1 -1
  15. package/dist/full.esm.js.map +1 -1
  16. package/dist/full.js +1 -1
  17. package/dist/full.js.map +1 -1
  18. package/dist/index.esm.js +1 -1
  19. package/dist/index.esm.js.map +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/lits.iife.js +1 -1
  23. package/dist/lits.iife.js.map +1 -1
  24. package/dist/modules/assert.esm.js +1 -1
  25. package/dist/modules/assert.esm.js.map +1 -1
  26. package/dist/modules/assert.js +1 -1
  27. package/dist/modules/assert.js.map +1 -1
  28. package/dist/modules/bitwise.esm.js +2 -0
  29. package/dist/modules/bitwise.esm.js.map +1 -0
  30. package/dist/modules/bitwise.js +2 -0
  31. package/dist/modules/bitwise.js.map +1 -0
  32. package/dist/modules/collection.esm.js +2 -0
  33. package/dist/modules/collection.esm.js.map +1 -0
  34. package/dist/modules/collection.js +2 -0
  35. package/dist/modules/collection.js.map +1 -0
  36. package/dist/modules/functional.esm.js +2 -0
  37. package/dist/modules/functional.esm.js.map +1 -0
  38. package/dist/modules/functional.js +2 -0
  39. package/dist/modules/functional.js.map +1 -0
  40. package/dist/modules/grid.esm.js +1 -1
  41. package/dist/modules/grid.esm.js.map +1 -1
  42. package/dist/modules/grid.js +1 -1
  43. package/dist/modules/grid.js.map +1 -1
  44. package/dist/modules/linear-algebra.esm.js +2 -0
  45. package/dist/modules/linear-algebra.esm.js.map +1 -0
  46. package/dist/modules/linear-algebra.js +2 -0
  47. package/dist/modules/linear-algebra.js.map +1 -0
  48. package/dist/modules/math.esm.js +2 -0
  49. package/dist/modules/math.esm.js.map +1 -0
  50. package/dist/modules/math.js +2 -0
  51. package/dist/modules/math.js.map +1 -0
  52. package/dist/modules/matrix.esm.js +1 -1
  53. package/dist/modules/matrix.esm.js.map +1 -1
  54. package/dist/modules/matrix.js +1 -1
  55. package/dist/modules/matrix.js.map +1 -1
  56. package/dist/modules/number-theory.esm.js +2 -0
  57. package/dist/modules/number-theory.esm.js.map +1 -0
  58. package/dist/modules/number-theory.js +2 -0
  59. package/dist/modules/number-theory.js.map +1 -0
  60. package/dist/modules/random.esm.js +1 -1
  61. package/dist/modules/random.esm.js.map +1 -1
  62. package/dist/modules/random.js +1 -1
  63. package/dist/modules/random.js.map +1 -1
  64. package/dist/modules/reference/api.d.ts +31 -17
  65. package/dist/modules/reference/index.d.ts +129 -209
  66. package/dist/modules/sequence.esm.js +2 -0
  67. package/dist/modules/sequence.esm.js.map +1 -0
  68. package/dist/modules/sequence.js +2 -0
  69. package/dist/modules/sequence.js.map +1 -0
  70. package/dist/modules/src/builtin/core/vector.d.ts +2 -0
  71. package/dist/modules/src/builtin/interface.d.ts +23 -23
  72. package/dist/modules/src/builtin/modules/bitwise/index.d.ts +2 -0
  73. package/dist/modules/src/builtin/modules/collection/index.d.ts +2 -0
  74. package/dist/modules/src/builtin/modules/functional/index.d.ts +2 -0
  75. package/dist/modules/src/builtin/modules/math/index.d.ts +2 -0
  76. package/dist/modules/src/builtin/modules/sequence/index.d.ts +2 -0
  77. package/dist/modules/src/builtin/modules/string/index.d.ts +2 -0
  78. package/dist/modules/src/full.d.ts +5 -2
  79. package/dist/modules/src/modules/bitwise.d.ts +2 -0
  80. package/dist/modules/src/modules/collection.d.ts +2 -0
  81. package/dist/modules/src/modules/functional.d.ts +2 -0
  82. package/dist/modules/src/modules/linear-algebra.d.ts +2 -0
  83. package/dist/modules/src/modules/math.d.ts +2 -0
  84. package/dist/modules/src/modules/number-theory.d.ts +2 -0
  85. package/dist/modules/src/modules/sequence.d.ts +2 -0
  86. package/dist/modules/src/modules/string.d.ts +2 -0
  87. package/dist/modules/src/tokenizer/token.d.ts +2 -2
  88. package/dist/modules/string.esm.js +2 -0
  89. package/dist/modules/string.esm.js.map +1 -0
  90. package/dist/modules/string.js +2 -0
  91. package/dist/modules/string.js.map +1 -0
  92. package/dist/modules/vector.esm.js +1 -1
  93. package/dist/modules/vector.esm.js.map +1 -1
  94. package/dist/modules/vector.js +1 -1
  95. package/dist/modules/vector.js.map +1 -1
  96. package/dist/reference/api.d.ts +31 -17
  97. package/dist/reference/index.d.ts +129 -209
  98. package/dist/src/builtin/core/vector.d.ts +2 -0
  99. package/dist/src/builtin/interface.d.ts +23 -23
  100. package/dist/src/builtin/modules/bitwise/index.d.ts +2 -0
  101. package/dist/src/builtin/modules/collection/index.d.ts +2 -0
  102. package/dist/src/builtin/modules/functional/index.d.ts +2 -0
  103. package/dist/src/builtin/modules/math/index.d.ts +2 -0
  104. package/dist/src/builtin/modules/sequence/index.d.ts +2 -0
  105. package/dist/src/builtin/modules/string/index.d.ts +2 -0
  106. package/dist/src/full.d.ts +5 -2
  107. package/dist/src/modules/bitwise.d.ts +2 -0
  108. package/dist/src/modules/collection.d.ts +2 -0
  109. package/dist/src/modules/functional.d.ts +2 -0
  110. package/dist/src/modules/linear-algebra.d.ts +2 -0
  111. package/dist/src/modules/math.d.ts +2 -0
  112. package/dist/src/modules/number-theory.d.ts +2 -0
  113. package/dist/src/modules/sequence.d.ts +2 -0
  114. package/dist/src/modules/string.d.ts +2 -0
  115. package/dist/src/tokenizer/token.d.ts +2 -2
  116. package/dist/testFramework.esm.js +1 -1
  117. package/dist/testFramework.esm.js.map +1 -1
  118. package/dist/testFramework.js +1 -1
  119. package/dist/testFramework.js.map +1 -1
  120. package/package.json +39 -9
  121. package/dist/cli/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
  122. package/dist/cli/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
  123. package/dist/modules/linearAlgebra.esm.js +0 -2
  124. package/dist/modules/linearAlgebra.esm.js.map +0 -1
  125. package/dist/modules/linearAlgebra.js +0 -2
  126. package/dist/modules/linearAlgebra.js.map +0 -1
  127. package/dist/modules/numberTheory.esm.js +0 -2
  128. package/dist/modules/numberTheory.esm.js.map +0 -1
  129. package/dist/modules/numberTheory.js +0 -2
  130. package/dist/modules/numberTheory.js.map +0 -1
  131. package/dist/modules/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
  132. package/dist/modules/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
  133. package/dist/modules/src/modules/linearAlgebra.d.ts +0 -2
  134. package/dist/modules/src/modules/numberTheory.d.ts +0 -2
  135. package/dist/src/builtin/modules/vector/reductionFunctions/max.d.ts +0 -2
  136. package/dist/src/builtin/modules/vector/reductionFunctions/min.d.ts +0 -2
  137. package/dist/src/modules/linearAlgebra.d.ts +0 -2
  138. package/dist/src/modules/numberTheory.d.ts +0 -2
  139. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
  140. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
  141. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
  142. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
  143. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
  144. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
  145. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
  146. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
  147. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
  148. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
  149. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
  150. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
  151. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
  152. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
  153. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
  154. /package/dist/cli/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
  155. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
  156. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
  157. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
  158. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
  159. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
  160. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
  161. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
  162. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
  163. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
  164. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
  165. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
  166. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
  167. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
  168. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
  169. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
  170. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
  171. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
  172. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
  173. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
  174. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
  175. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
  176. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
  177. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
  178. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
  179. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
  180. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
  181. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
  182. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
  183. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
  184. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
  185. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
  186. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
  187. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
  188. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
  189. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
  190. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
  191. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
  192. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
  193. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
  194. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
  195. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
  196. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
  197. /package/dist/cli/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
  198. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
  199. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
  200. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
  201. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
  202. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
  203. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
  204. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
  205. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
  206. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
  207. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
  208. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
  209. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
  210. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
  211. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
  212. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
  213. /package/dist/modules/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
  214. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
  215. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
  216. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
  217. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
  218. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
  219. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
  220. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
  221. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
  222. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
  223. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
  224. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
  225. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
  226. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
  227. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
  228. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
  229. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
  230. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
  231. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
  232. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
  233. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
  234. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
  235. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
  236. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
  237. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
  238. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
  239. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
  240. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
  241. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
  242. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
  243. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
  244. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
  245. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
  246. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
  247. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
  248. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
  249. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
  250. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
  251. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
  252. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
  253. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
  254. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
  255. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
  256. /package/dist/modules/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
  257. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/docs.d.ts +0 -0
  258. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/calcFractionalRanks.d.ts +0 -0
  259. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/collinear.d.ts +0 -0
  260. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/corrleation.d.ts +0 -0
  261. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/covariance.d.ts +0 -0
  262. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/dot.d.ts +0 -0
  263. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/gaussJordanElimination.d.ts +0 -0
  264. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/getUnit.d.ts +0 -0
  265. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/isZeroVector.d.ts +0 -0
  266. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/kendallTau.d.ts +0 -0
  267. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/length.d.ts +0 -0
  268. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/pearsonCorr.d.ts +0 -0
  269. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/scale.d.ts +0 -0
  270. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/solve.d.ts +0 -0
  271. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/helpers/subtract.d.ts +0 -0
  272. /package/dist/src/builtin/modules/{linearAlgebra → linear-algebra}/index.d.ts +0 -0
  273. /package/dist/src/builtin/modules/{numberTheory → number-theory}/binomialCefficient.d.ts +0 -0
  274. /package/dist/src/builtin/modules/{numberTheory → number-theory}/combinations.d.ts +0 -0
  275. /package/dist/src/builtin/modules/{numberTheory → number-theory}/derangements.d.ts +0 -0
  276. /package/dist/src/builtin/modules/{numberTheory → number-theory}/divisors.d.ts +0 -0
  277. /package/dist/src/builtin/modules/{numberTheory → number-theory}/docs.d.ts +0 -0
  278. /package/dist/src/builtin/modules/{numberTheory → number-theory}/factorial.d.ts +0 -0
  279. /package/dist/src/builtin/modules/{numberTheory → number-theory}/index.d.ts +0 -0
  280. /package/dist/src/builtin/modules/{numberTheory → number-theory}/partitions.d.ts +0 -0
  281. /package/dist/src/builtin/modules/{numberTheory → number-theory}/permutations.d.ts +0 -0
  282. /package/dist/src/builtin/modules/{numberTheory → number-theory}/powerSet.d.ts +0 -0
  283. /package/dist/src/builtin/modules/{numberTheory → number-theory}/primeFactors.d.ts +0 -0
  284. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/abundant.d.ts +0 -0
  285. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/arithmetic.d.ts +0 -0
  286. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/bell.d.ts +0 -0
  287. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/bernoulli.d.ts +0 -0
  288. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/catalan.d.ts +0 -0
  289. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/collatz.d.ts +0 -0
  290. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/composite.d.ts +0 -0
  291. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/deficient.d.ts +0 -0
  292. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/factorial.d.ts +0 -0
  293. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/fibonacci.d.ts +0 -0
  294. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/geometric.d.ts +0 -0
  295. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/golomb.d.ts +0 -0
  296. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/happy.d.ts +0 -0
  297. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/index.d.ts +0 -0
  298. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/juggler.d.ts +0 -0
  299. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lookAndSay.d.ts +0 -0
  300. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lucas.d.ts +0 -0
  301. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/lucky.d.ts +0 -0
  302. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/mersenne.d.ts +0 -0
  303. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/padovan.d.ts +0 -0
  304. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/partition.d.ts +0 -0
  305. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/pell.d.ts +0 -0
  306. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfect.d.ts +0 -0
  307. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectCube.d.ts +0 -0
  308. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectPower.d.ts +0 -0
  309. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/perfectSquare.d.ts +0 -0
  310. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/poligonal.d.ts +0 -0
  311. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/prime.d.ts +0 -0
  312. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/recaman.d.ts +0 -0
  313. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/sylvester.d.ts +0 -0
  314. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/thueMorse.d.ts +0 -0
  315. /package/dist/src/builtin/modules/{numberTheory → number-theory}/sequences/tribonacci.d.ts +0 -0
@@ -1,25 +1,32 @@
1
1
  export { categories, categoryRecord, coreCategories, isDataType, moduleCategories } from '../src/builtin/interface';
2
2
  export type { Category, DataType } from '../src/builtin/interface';
3
3
  export declare const api: {
4
- readonly collection: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in"];
4
+ readonly collection: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++"];
5
+ readonly collectionUtils: readonly ["collection.filteri", "collection.mapi", "collection.reducei", "collection.reduce-right", "collection.reducei-right", "collection.reductions", "collection.reductionsi", "collection.get-in", "collection.assoc-in", "collection.update", "collection.update-in", "collection.not-empty", "collection.every?", "collection.not-every?", "collection.any?", "collection.not-any?"];
5
6
  readonly array: readonly ["range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn"];
6
- readonly sequence: readonly ["nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose"];
7
- readonly math: readonly ["+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg"];
8
- readonly functional: readonly ["|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull"];
7
+ readonly sequence: readonly ["nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice"];
8
+ readonly sequenceUtils: readonly ["sequence.position", "sequence.last-index-of", "sequence.shift", "sequence.unshift", "sequence.splice", "sequence.sort-by", "sequence.take", "sequence.take-last", "sequence.take-while", "sequence.drop", "sequence.drop-last", "sequence.drop-while", "sequence.distinct", "sequence.remove", "sequence.remove-at", "sequence.split-at", "sequence.split-with", "sequence.frequencies", "sequence.group-by", "sequence.partition", "sequence.partition-all", "sequence.partition-by", "sequence.starts-with?", "sequence.ends-with?", "sequence.interleave", "sequence.interpose"];
9
+ readonly math: readonly ["+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign"];
10
+ readonly mathUtils: readonly ["math.ln", "math.log2", "math.log10", "math.sin", "math.cos", "math.tan", "math.asin", "math.acos", "math.atan", "math.sinh", "math.cosh", "math.tanh", "math.asinh", "math.acosh", "math.atanh", "math.to-rad", "math.to-deg"];
11
+ readonly functional: readonly ["|>", "apply", "identity", "comp", "constantly"];
12
+ readonly functionalUtils: readonly ["functional.juxt", "functional.complement", "functional.every-pred", "functional.some-pred", "functional.fnull"];
9
13
  readonly meta: readonly ["doc", "arity"];
10
14
  readonly misc: readonly ["≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify"];
11
15
  readonly object: readonly ["dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys"];
12
16
  readonly predicate: readonly ["boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?"];
13
17
  readonly regularExpression: readonly ["regexp", "match", "replace", "replace-all"];
14
- readonly string: readonly ["string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?"];
15
- readonly bitwise: readonly ["<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test"];
16
- readonly assert: readonly ["Assert.assert", "Assert.assert=", "Assert.assert!=", "Assert.assert-gt", "Assert.assert-lt", "Assert.assert-gte", "Assert.assert-lte", "Assert.assert-true", "Assert.assert-false", "Assert.assert-truthy", "Assert.assert-falsy", "Assert.assert-null", "Assert.assert-throws", "Assert.assert-throws-error", "Assert.assert-not-throws", "Assert.assert-array", "Assert.assert-boolean", "Assert.assert-collection", "Assert.assert-function", "Assert.assert-grid", "Assert.assert-integer", "Assert.assert-matrix", "Assert.assert-number", "Assert.assert-object", "Assert.assert-regexp", "Assert.assert-sequence", "Assert.assert-string", "Assert.assert-vector"];
17
- readonly grid: readonly ["Grid.every?", "Grid.some?", "Grid.every-row?", "Grid.some-row?", "Grid.every-col?", "Grid.some-col?", "Grid.row", "Grid.col", "Grid.shape", "Grid.fill", "Grid.generate", "Grid.reshape", "Grid.transpose", "Grid.flip-h", "Grid.flip-v", "Grid.rotate", "Grid.reverse-rows", "Grid.reverse-cols", "Grid.slice", "Grid.slice-rows", "Grid.slice-cols", "Grid.splice-rows", "Grid.splice-cols", "Grid.concat-rows", "Grid.concat-cols", "Grid.map", "Grid.mapi", "Grid.reduce", "Grid.reducei", "Grid.push-rows", "Grid.unshift-rows", "Grid.pop-row", "Grid.shift-row", "Grid.push-cols", "Grid.unshift-cols", "Grid.pop-col", "Grid.shift-col", "Grid.from-array"];
18
- readonly matrix: readonly ["Matrix.mul", "Matrix.det", "Matrix.inv", "Matrix.adj", "Matrix.cofactor", "Matrix.minor", "Matrix.trace", "Matrix.symmetric?", "Matrix.triangular?", "Matrix.upper-triangular?", "Matrix.lower-triangular?", "Matrix.diagonal?", "Matrix.square?", "Matrix.orthogonal?", "Matrix.identity?", "Matrix.invertible?", "Matrix.hilbert", "Matrix.vandermonde", "Matrix.band", "Matrix.banded?", "Matrix.rank", "Matrix.frobenius-norm", "Matrix.one-norm", "Matrix.inf-norm", "Matrix.max-norm"];
19
- readonly vector: readonly ["Vector.monotonic?", "Vector.strictly-monotonic?", "Vector.increasing?", "Vector.decreasing?", "Vector.strictly-increasing?", "Vector.strictly-decreasing?", "Vector.median", "Vector.mode", "Vector.min-index", "Vector.max-index", "Vector.sort-indices", "Vector.count-values", "Vector.linspace", "Vector.ones", "Vector.zeros", "Vector.fill", "Vector.generate", "Vector.cumsum", "Vector.cumprod", "Vector.quartiles", "Vector.percentile", "Vector.quantile", "Vector.histogram", "Vector.ecdf", "Vector.outliers?", "Vector.outliers", "Vector.bincount", "Vector.winsorize", "Vector.mse", "Vector.mae", "Vector.rmse", "Vector.smape", "Vector.mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.median", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sum", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.prod", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.min", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.max", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.iqr", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.span", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.geometric-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.harmonic-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.rms", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.mad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.medad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.gini-coefficient", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.entropy", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`];
20
- readonly linAlg: readonly ["Linear-Algebra.reflect", "Linear-Algebra.refract", "Linear-Algebra.lerp", "Linear-Algebra.rotate2d", "Linear-Algebra.rotate3d", "Linear-Algebra.dot", "Linear-Algebra.cross", "Linear-Algebra.normalize-minmax", "Linear-Algebra.normalize-zscore", "Linear-Algebra.normalize-robust", "Linear-Algebra.normalize-l1", "Linear-Algebra.normalize-l2", "Linear-Algebra.normalize-log", "Linear-Algebra.angle", "Linear-Algebra.projection", "Linear-Algebra.orthogonal?", "Linear-Algebra.parallel?", "Linear-Algebra.collinear?", "Linear-Algebra.cosine-similarity", "Linear-Algebra.euclidean-distance", "Linear-Algebra.euclidean-norm", "Linear-Algebra.manhattan-distance", "Linear-Algebra.manhattan-norm", "Linear-Algebra.hamming-distance", "Linear-Algebra.hamming-norm", "Linear-Algebra.chebyshev-distance", "Linear-Algebra.chebyshev-norm", "Linear-Algebra.minkowski-distance", "Linear-Algebra.minkowski-norm", "Linear-Algebra.cov", "Linear-Algebra.corr", "Linear-Algebra.spearman-corr", "Linear-Algebra.pearson-corr", "Linear-Algebra.kendall-tau", "Linear-Algebra.autocorrelation", "Linear-Algebra.cross-correlation", "Linear-Algebra.rref", "Linear-Algebra.solve", "Linear-Algebra.to-polar", "Linear-Algebra.from-polar"];
21
- readonly numberTheory: readonly ["Number-Theory.abundant-seq", "Number-Theory.abundant-nth", "Number-Theory.abundant-take-while", "Number-Theory.abundant?", "Number-Theory.arithmetic-seq", "Number-Theory.arithmetic-nth", "Number-Theory.arithmetic-take-while", "Number-Theory.arithmetic?", "Number-Theory.bell-seq", "Number-Theory.bell-nth", "Number-Theory.bell-take-while", "Number-Theory.bell?", "Number-Theory.catalan-seq", "Number-Theory.catalan-nth", "Number-Theory.catalan-take-while", "Number-Theory.catalan?", "Number-Theory.composite-seq", "Number-Theory.composite-nth", "Number-Theory.composite-take-while", "Number-Theory.composite?", "Number-Theory.deficient-seq", "Number-Theory.deficient-nth", "Number-Theory.deficient-take-while", "Number-Theory.deficient?", "Number-Theory.factorial-seq", "Number-Theory.factorial-nth", "Number-Theory.factorial-take-while", "Number-Theory.factorial?", "Number-Theory.fibonacci-seq", "Number-Theory.fibonacci-nth", "Number-Theory.fibonacci-take-while", "Number-Theory.fibonacci?", "Number-Theory.geometric-seq", "Number-Theory.geometric-nth", "Number-Theory.geometric-take-while", "Number-Theory.geometric?", "Number-Theory.golomb-seq", "Number-Theory.golomb-nth", "Number-Theory.golomb-take-while", "Number-Theory.golomb?", "Number-Theory.happy-seq", "Number-Theory.happy-nth", "Number-Theory.happy-take-while", "Number-Theory.happy?", "Number-Theory.look-and-say-seq", "Number-Theory.look-and-say-nth", "Number-Theory.look-and-say-take-while", "Number-Theory.look-and-say?", "Number-Theory.lucas-seq", "Number-Theory.lucas-nth", "Number-Theory.lucas-take-while", "Number-Theory.lucas?", "Number-Theory.lucky-seq", "Number-Theory.lucky-nth", "Number-Theory.lucky-take-while", "Number-Theory.lucky?", "Number-Theory.mersenne-seq", "Number-Theory.mersenne-nth", "Number-Theory.mersenne-take-while", "Number-Theory.mersenne?", "Number-Theory.padovan-seq", "Number-Theory.padovan-nth", "Number-Theory.padovan-take-while", "Number-Theory.padovan?", "Number-Theory.partition-seq", "Number-Theory.partition-nth", "Number-Theory.partition-take-while", "Number-Theory.partition?", "Number-Theory.pell-seq", "Number-Theory.pell-nth", "Number-Theory.pell-take-while", "Number-Theory.pell?", "Number-Theory.perfect-seq", "Number-Theory.perfect-nth", "Number-Theory.perfect-take-while", "Number-Theory.perfect?", "Number-Theory.perfect-cube-seq", "Number-Theory.perfect-cube-nth", "Number-Theory.perfect-cube-take-while", "Number-Theory.perfect-cube?", "Number-Theory.perfect-power-seq", "Number-Theory.perfect-power-nth", "Number-Theory.perfect-power-take-while", "Number-Theory.perfect-power?", "Number-Theory.perfect-square-seq", "Number-Theory.perfect-square-nth", "Number-Theory.perfect-square-take-while", "Number-Theory.perfect-square?", "Number-Theory.polygonal-seq", "Number-Theory.polygonal-nth", "Number-Theory.polygonal-take-while", "Number-Theory.polygonal?", "Number-Theory.prime-seq", "Number-Theory.prime-nth", "Number-Theory.prime-take-while", "Number-Theory.prime?", "Number-Theory.recaman-seq", "Number-Theory.recaman-nth", "Number-Theory.recaman-take-while", "Number-Theory.recaman?", "Number-Theory.sylvester-seq", "Number-Theory.sylvester-nth", "Number-Theory.sylvester-take-while", "Number-Theory.sylvester?", "Number-Theory.thue-morse-seq", "Number-Theory.thue-morse-nth", "Number-Theory.thue-morse-take-while", "Number-Theory.thue-morse?", "Number-Theory.tribonacci-seq", "Number-Theory.tribonacci-nth", "Number-Theory.tribonacci-take-while", "Number-Theory.tribonacci?", "Number-Theory.collatz-seq", "Number-Theory.juggler-seq", "Number-Theory.bernoulli-seq", "Number-Theory.bernoulli-take-while", "Number-Theory.bernoulli-nth", "Number-Theory.combinations", "Number-Theory.count-combinations", "Number-Theory.derangements", "Number-Theory.count-derangements", "Number-Theory.divisors", "Number-Theory.count-divisors", "Number-Theory.proper-divisors", "Number-Theory.count-proper-divisors", "Number-Theory.prime-factors", "Number-Theory.count-prime-factors", "Number-Theory.distinct-prime-factors", "Number-Theory.count-distinct-prime-factors", "Number-Theory.factorial", "Number-Theory.partitions", "Number-Theory.count-partitions", "Number-Theory.permutations", "Number-Theory.count-permutations", "Number-Theory.power-set", "Number-Theory.count-power-set", "Number-Theory.coprime?", "Number-Theory.divisible-by?", "Number-Theory.gcd", "Number-Theory.lcm", "Number-Theory.multinomial", "Number-Theory.amicable?", "Number-Theory.euler-totient", "Number-Theory.mobius", "Number-Theory.mertens", "Number-Theory.sigma", "Number-Theory.carmichael-lambda", "Number-Theory.cartesian-product", "Number-Theory.perfect-power", "Number-Theory.mod-exp", "Number-Theory.mod-inv", "Number-Theory.extended-gcd", "Number-Theory.chinese-remainder", "Number-Theory.stirling-first", "Number-Theory.stirling-second"];
22
- readonly random: readonly ["Random.random!", "Random.random-int!", "Random.random-int-inclusive!", "Random.random-float!", "Random.random-boolean!", "Random.random-item!", "Random.random-sample!", "Random.random-sample-unique!", "Random.shuffle!", "Random.random-normal!", "Random.random-exponential!", "Random.random-binomial!", "Random.random-poisson!", "Random.random-gamma!", "Random.random-pareto!", "Random.uuid!", "Random.random-char!", "Random.random-string!", "Random.random-id!", "Random.random-color!"];
18
+ readonly string: readonly ["str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?"];
19
+ readonly stringUtils: readonly ["string.string-repeat", "string.from-char-code", "string.to-char-code", "string.trim-left", "string.trim-right", "string.pad-left", "string.pad-right", "string.split-lines", "string.template", "string.encode-base64", "string.decode-base64", "string.encode-uri-component", "string.decode-uri-component", "string.capitalize"];
20
+ readonly bitwise: readonly ["<<", ">>", ">>>", "&", "|", "xor"];
21
+ readonly bitwiseUtils: readonly ["bitwise.bit-not", "bitwise.bit-and-not", "bitwise.bit-flip", "bitwise.bit-clear", "bitwise.bit-set", "bitwise.bit-test"];
22
+ readonly assert: readonly ["assert.assert", "assert.assert=", "assert.assert!=", "assert.assert-gt", "assert.assert-lt", "assert.assert-gte", "assert.assert-lte", "assert.assert-true", "assert.assert-false", "assert.assert-truthy", "assert.assert-falsy", "assert.assert-null", "assert.assert-throws", "assert.assert-throws-error", "assert.assert-not-throws", "assert.assert-array", "assert.assert-boolean", "assert.assert-collection", "assert.assert-function", "assert.assert-grid", "assert.assert-integer", "assert.assert-matrix", "assert.assert-number", "assert.assert-object", "assert.assert-regexp", "assert.assert-sequence", "assert.assert-string", "assert.assert-vector"];
23
+ readonly grid: readonly ["grid.every?", "grid.some?", "grid.every-row?", "grid.some-row?", "grid.every-col?", "grid.some-col?", "grid.row", "grid.col", "grid.shape", "grid.fill", "grid.generate", "grid.reshape", "grid.transpose", "grid.flip-h", "grid.flip-v", "grid.rotate", "grid.reverse-rows", "grid.reverse-cols", "grid.slice", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.map", "grid.mapi", "grid.reduce", "grid.reducei", "grid.push-rows", "grid.unshift-rows", "grid.pop-row", "grid.shift-row", "grid.push-cols", "grid.unshift-cols", "grid.pop-col", "grid.shift-col", "grid.from-array"];
24
+ readonly matrix: readonly ["matrix.mul", "matrix.det", "matrix.inv", "matrix.adj", "matrix.cofactor", "matrix.minor", "matrix.trace", "matrix.symmetric?", "matrix.triangular?", "matrix.upper-triangular?", "matrix.lower-triangular?", "matrix.diagonal?", "matrix.square?", "matrix.orthogonal?", "matrix.identity?", "matrix.invertible?", "matrix.hilbert", "matrix.vandermonde", "matrix.band", "matrix.banded?", "matrix.rank", "matrix.frobenius-norm", "matrix.one-norm", "matrix.inf-norm", "matrix.max-norm"];
25
+ readonly vector: readonly ["sum", "mean", "median", "prod"];
26
+ readonly vectorUtils: readonly ["vector.monotonic?", "vector.strictly-monotonic?", "vector.increasing?", "vector.decreasing?", "vector.strictly-increasing?", "vector.strictly-decreasing?", "vector.median", "vector.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "vector.ones", "vector.zeros", "vector.fill", "vector.generate", "vector.cumsum", "vector.cumprod", "vector.quartiles", "vector.percentile", "vector.quantile", "vector.histogram", "vector.ecdf", "vector.outliers?", "vector.outliers", "vector.bincount", "vector.winsorize", "vector.mse", "vector.mae", "vector.rmse", "vector.smape", "vector.mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.median", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sum", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.prod", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.iqr", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.span", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.geometric-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.harmonic-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.rms", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.mad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.medad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.gini-coefficient", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.entropy", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`];
27
+ readonly linAlg: readonly ["linear-algebra.reflect", "linear-algebra.refract", "linear-algebra.lerp", "linear-algebra.rotate2d", "linear-algebra.rotate3d", "linear-algebra.dot", "linear-algebra.cross", "linear-algebra.normalize-minmax", "linear-algebra.normalize-zscore", "linear-algebra.normalize-robust", "linear-algebra.normalize-l1", "linear-algebra.normalize-l2", "linear-algebra.normalize-log", "linear-algebra.angle", "linear-algebra.projection", "linear-algebra.orthogonal?", "linear-algebra.parallel?", "linear-algebra.collinear?", "linear-algebra.cosine-similarity", "linear-algebra.euclidean-distance", "linear-algebra.euclidean-norm", "linear-algebra.manhattan-distance", "linear-algebra.manhattan-norm", "linear-algebra.hamming-distance", "linear-algebra.hamming-norm", "linear-algebra.chebyshev-distance", "linear-algebra.chebyshev-norm", "linear-algebra.minkowski-distance", "linear-algebra.minkowski-norm", "linear-algebra.cov", "linear-algebra.corr", "linear-algebra.spearman-corr", "linear-algebra.pearson-corr", "linear-algebra.kendall-tau", "linear-algebra.autocorrelation", "linear-algebra.cross-correlation", "linear-algebra.rref", "linear-algebra.solve", "linear-algebra.to-polar", "linear-algebra.from-polar"];
28
+ readonly numberTheory: readonly ["number-theory.abundant-seq", "number-theory.abundant-nth", "number-theory.abundant-take-while", "number-theory.abundant?", "number-theory.arithmetic-seq", "number-theory.arithmetic-nth", "number-theory.arithmetic-take-while", "number-theory.arithmetic?", "number-theory.bell-seq", "number-theory.bell-nth", "number-theory.bell-take-while", "number-theory.bell?", "number-theory.catalan-seq", "number-theory.catalan-nth", "number-theory.catalan-take-while", "number-theory.catalan?", "number-theory.composite-seq", "number-theory.composite-nth", "number-theory.composite-take-while", "number-theory.composite?", "number-theory.deficient-seq", "number-theory.deficient-nth", "number-theory.deficient-take-while", "number-theory.deficient?", "number-theory.factorial-seq", "number-theory.factorial-nth", "number-theory.factorial-take-while", "number-theory.factorial?", "number-theory.fibonacci-seq", "number-theory.fibonacci-nth", "number-theory.fibonacci-take-while", "number-theory.fibonacci?", "number-theory.geometric-seq", "number-theory.geometric-nth", "number-theory.geometric-take-while", "number-theory.geometric?", "number-theory.golomb-seq", "number-theory.golomb-nth", "number-theory.golomb-take-while", "number-theory.golomb?", "number-theory.happy-seq", "number-theory.happy-nth", "number-theory.happy-take-while", "number-theory.happy?", "number-theory.look-and-say-seq", "number-theory.look-and-say-nth", "number-theory.look-and-say-take-while", "number-theory.look-and-say?", "number-theory.lucas-seq", "number-theory.lucas-nth", "number-theory.lucas-take-while", "number-theory.lucas?", "number-theory.lucky-seq", "number-theory.lucky-nth", "number-theory.lucky-take-while", "number-theory.lucky?", "number-theory.mersenne-seq", "number-theory.mersenne-nth", "number-theory.mersenne-take-while", "number-theory.mersenne?", "number-theory.padovan-seq", "number-theory.padovan-nth", "number-theory.padovan-take-while", "number-theory.padovan?", "number-theory.partition-seq", "number-theory.partition-nth", "number-theory.partition-take-while", "number-theory.partition?", "number-theory.pell-seq", "number-theory.pell-nth", "number-theory.pell-take-while", "number-theory.pell?", "number-theory.perfect-seq", "number-theory.perfect-nth", "number-theory.perfect-take-while", "number-theory.perfect?", "number-theory.perfect-cube-seq", "number-theory.perfect-cube-nth", "number-theory.perfect-cube-take-while", "number-theory.perfect-cube?", "number-theory.perfect-power-seq", "number-theory.perfect-power-nth", "number-theory.perfect-power-take-while", "number-theory.perfect-power?", "number-theory.perfect-square-seq", "number-theory.perfect-square-nth", "number-theory.perfect-square-take-while", "number-theory.perfect-square?", "number-theory.polygonal-seq", "number-theory.polygonal-nth", "number-theory.polygonal-take-while", "number-theory.polygonal?", "number-theory.prime-seq", "number-theory.prime-nth", "number-theory.prime-take-while", "number-theory.prime?", "number-theory.recaman-seq", "number-theory.recaman-nth", "number-theory.recaman-take-while", "number-theory.recaman?", "number-theory.sylvester-seq", "number-theory.sylvester-nth", "number-theory.sylvester-take-while", "number-theory.sylvester?", "number-theory.thue-morse-seq", "number-theory.thue-morse-nth", "number-theory.thue-morse-take-while", "number-theory.thue-morse?", "number-theory.tribonacci-seq", "number-theory.tribonacci-nth", "number-theory.tribonacci-take-while", "number-theory.tribonacci?", "number-theory.collatz-seq", "number-theory.juggler-seq", "number-theory.bernoulli-seq", "number-theory.bernoulli-take-while", "number-theory.bernoulli-nth", "number-theory.combinations", "number-theory.count-combinations", "number-theory.derangements", "number-theory.count-derangements", "number-theory.divisors", "number-theory.count-divisors", "number-theory.proper-divisors", "number-theory.count-proper-divisors", "number-theory.prime-factors", "number-theory.count-prime-factors", "number-theory.distinct-prime-factors", "number-theory.count-distinct-prime-factors", "number-theory.factorial", "number-theory.partitions", "number-theory.count-partitions", "number-theory.permutations", "number-theory.count-permutations", "number-theory.power-set", "number-theory.count-power-set", "number-theory.coprime?", "number-theory.divisible-by?", "number-theory.gcd", "number-theory.lcm", "number-theory.multinomial", "number-theory.amicable?", "number-theory.euler-totient", "number-theory.mobius", "number-theory.mertens", "number-theory.sigma", "number-theory.carmichael-lambda", "number-theory.cartesian-product", "number-theory.perfect-power", "number-theory.mod-exp", "number-theory.mod-inv", "number-theory.extended-gcd", "number-theory.chinese-remainder", "number-theory.stirling-first", "number-theory.stirling-second"];
29
+ readonly random: readonly ["random.random!", "random.random-int!", "random.random-int-inclusive!", "random.random-float!", "random.random-boolean!", "random.random-item!", "random.random-sample!", "random.random-sample-unique!", "random.shuffle!", "random.random-normal!", "random.random-exponential!", "random.random-binomial!", "random.random-poisson!", "random.random-gamma!", "random.random-pareto!", "random.uuid!", "random.random-char!", "random.random-string!", "random.random-id!", "random.random-color!"];
23
30
  readonly shorthand: ["-short-regexp", "-short-fn"];
24
31
  readonly datatype: ["-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
25
32
  };
@@ -35,22 +42,29 @@ export type PredicateApiName = typeof api.predicate[number];
35
42
  export type RegularExpressionApiName = typeof api.regularExpression[number];
36
43
  export type SpecialExpressionsApiName = string;
37
44
  export type StringApiName = typeof api.string[number];
45
+ export type StringUtilsApiName = typeof api.stringUtils[number];
46
+ export type CollectionUtilsApiName = typeof api.collectionUtils[number];
47
+ export type SequenceUtilsApiName = typeof api.sequenceUtils[number];
38
48
  export type BitwiseApiName = typeof api.bitwise[number];
49
+ export type BitwiseUtilsApiName = typeof api.bitwiseUtils[number];
39
50
  export type AssertApiName = typeof api.assert[number];
40
51
  export type GridApiName = typeof api.grid[number];
41
52
  export type MatrixApiName = typeof api.matrix[number];
42
53
  export type NumberTheoryApiName = typeof api.numberTheory[number];
43
54
  export type VectorApiName = typeof api.vector[number];
55
+ export type VectorUtilsApiName = typeof api.vectorUtils[number];
44
56
  export type LinAlgApiName = typeof api.linAlg[number];
45
57
  export type RandomApiName = typeof api.random[number];
46
- export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName;
47
- export type ModuleExpressionName = MatrixApiName | VectorApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName | AssertApiName;
58
+ export type MathUtilsApiName = typeof api.mathUtils[number];
59
+ export type FunctionalUtilsApiName = typeof api.functionalUtils[number];
60
+ export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName | VectorApiName;
61
+ export type ModuleExpressionName = MatrixApiName | VectorUtilsApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName | MathUtilsApiName | FunctionalUtilsApiName | AssertApiName | StringUtilsApiName | CollectionUtilsApiName | SequenceUtilsApiName | BitwiseUtilsApiName;
48
62
  export type NormalExpressionName = CoreNormalExpressionName | ModuleExpressionName;
49
63
  export type FunctionName = NormalExpressionName | SpecialExpressionsApiName;
50
64
  export type ShorthandName = typeof api.shorthand[number];
51
65
  export type DatatypeName = typeof api.datatype[number];
52
- declare const coreApiNames: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg", "|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?", "<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
53
- declare const apiNames: readonly ["filter", "filteri", "map", "mapi", "reduce", "reducei", "reduce-right", "reducei-right", "reductions", "reductionsi", "count", "get", "get-in", "contains?", "assoc", "assoc-in", "++", "not-empty", "every?", "not-every?", "any?", "not-any?", "update", "update-in", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "unshift", "shift", "slice", "splice", "position", "index-of", "last-index-of", "some", "reverse", "first", "second", "last", "rest", "next", "take", "take-last", "take-while", "drop", "drop-last", "drop-while", "sort", "sort-by", "distinct", "remove", "remove-at", "split-at", "split-with", "frequencies", "group-by", "partition", "partition-all", "partition-by", "starts-with?", "ends-with?", "interleave", "interpose", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "ln", "log2", "log10", "sin", "cos", "tan", "asin", "acos", "atan", "sinh", "cosh", "tanh", "asinh", "acosh", "atanh", "to-rad", "to-deg", "|>", "apply", "identity", "comp", "constantly", "juxt", "complement", "every-pred", "some-pred", "fnull", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "string-repeat", "str", "number", "lower-case", "upper-case", "trim", "trim-left", "trim-right", "pad-left", "pad-right", "split", "split-lines", "template", "to-char-code", "from-char-code", "encode-base64", "decode-base64", "encode-uri-component", "decode-uri-component", "join", "capitalize", "blank?", "<<", ">>", ">>>", "bit-not", "&", "bit-and-not", "|", "xor", "bit-flip", "bit-clear", "bit-set", "bit-test", "Matrix.mul", "Matrix.det", "Matrix.inv", "Matrix.adj", "Matrix.cofactor", "Matrix.minor", "Matrix.trace", "Matrix.symmetric?", "Matrix.triangular?", "Matrix.upper-triangular?", "Matrix.lower-triangular?", "Matrix.diagonal?", "Matrix.square?", "Matrix.orthogonal?", "Matrix.identity?", "Matrix.invertible?", "Matrix.hilbert", "Matrix.vandermonde", "Matrix.band", "Matrix.banded?", "Matrix.rank", "Matrix.frobenius-norm", "Matrix.one-norm", "Matrix.inf-norm", "Matrix.max-norm", "Vector.monotonic?", "Vector.strictly-monotonic?", "Vector.increasing?", "Vector.decreasing?", "Vector.strictly-increasing?", "Vector.strictly-decreasing?", "Vector.median", "Vector.mode", "Vector.min-index", "Vector.max-index", "Vector.sort-indices", "Vector.count-values", "Vector.linspace", "Vector.ones", "Vector.zeros", "Vector.fill", "Vector.generate", "Vector.cumsum", "Vector.cumprod", "Vector.quartiles", "Vector.percentile", "Vector.quantile", "Vector.histogram", "Vector.ecdf", "Vector.outliers?", "Vector.outliers", "Vector.bincount", "Vector.winsorize", "Vector.mse", "Vector.mae", "Vector.rmse", "Vector.smape", "Vector.mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.median", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-variance", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sum", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.prod", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.min", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.max", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-stdev", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.iqr", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.span", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.geometric-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.harmonic-mean", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.sample-excess-kurtosis", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.rms", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.mad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.medad", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.gini-coefficient", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.entropy", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Vector.skewness", `Vector.moving-${string}`, `Vector.centered-moving-${string}`, `Vector.running-${string}`, "Linear-Algebra.reflect", "Linear-Algebra.refract", "Linear-Algebra.lerp", "Linear-Algebra.rotate2d", "Linear-Algebra.rotate3d", "Linear-Algebra.dot", "Linear-Algebra.cross", "Linear-Algebra.normalize-minmax", "Linear-Algebra.normalize-zscore", "Linear-Algebra.normalize-robust", "Linear-Algebra.normalize-l1", "Linear-Algebra.normalize-l2", "Linear-Algebra.normalize-log", "Linear-Algebra.angle", "Linear-Algebra.projection", "Linear-Algebra.orthogonal?", "Linear-Algebra.parallel?", "Linear-Algebra.collinear?", "Linear-Algebra.cosine-similarity", "Linear-Algebra.euclidean-distance", "Linear-Algebra.euclidean-norm", "Linear-Algebra.manhattan-distance", "Linear-Algebra.manhattan-norm", "Linear-Algebra.hamming-distance", "Linear-Algebra.hamming-norm", "Linear-Algebra.chebyshev-distance", "Linear-Algebra.chebyshev-norm", "Linear-Algebra.minkowski-distance", "Linear-Algebra.minkowski-norm", "Linear-Algebra.cov", "Linear-Algebra.corr", "Linear-Algebra.spearman-corr", "Linear-Algebra.pearson-corr", "Linear-Algebra.kendall-tau", "Linear-Algebra.autocorrelation", "Linear-Algebra.cross-correlation", "Linear-Algebra.rref", "Linear-Algebra.solve", "Linear-Algebra.to-polar", "Linear-Algebra.from-polar", "Grid.every?", "Grid.some?", "Grid.every-row?", "Grid.some-row?", "Grid.every-col?", "Grid.some-col?", "Grid.row", "Grid.col", "Grid.shape", "Grid.fill", "Grid.generate", "Grid.reshape", "Grid.transpose", "Grid.flip-h", "Grid.flip-v", "Grid.rotate", "Grid.reverse-rows", "Grid.reverse-cols", "Grid.slice", "Grid.slice-rows", "Grid.slice-cols", "Grid.splice-rows", "Grid.splice-cols", "Grid.concat-rows", "Grid.concat-cols", "Grid.map", "Grid.mapi", "Grid.reduce", "Grid.reducei", "Grid.push-rows", "Grid.unshift-rows", "Grid.pop-row", "Grid.shift-row", "Grid.push-cols", "Grid.unshift-cols", "Grid.pop-col", "Grid.shift-col", "Grid.from-array", "Number-Theory.abundant-seq", "Number-Theory.abundant-nth", "Number-Theory.abundant-take-while", "Number-Theory.abundant?", "Number-Theory.arithmetic-seq", "Number-Theory.arithmetic-nth", "Number-Theory.arithmetic-take-while", "Number-Theory.arithmetic?", "Number-Theory.bell-seq", "Number-Theory.bell-nth", "Number-Theory.bell-take-while", "Number-Theory.bell?", "Number-Theory.catalan-seq", "Number-Theory.catalan-nth", "Number-Theory.catalan-take-while", "Number-Theory.catalan?", "Number-Theory.composite-seq", "Number-Theory.composite-nth", "Number-Theory.composite-take-while", "Number-Theory.composite?", "Number-Theory.deficient-seq", "Number-Theory.deficient-nth", "Number-Theory.deficient-take-while", "Number-Theory.deficient?", "Number-Theory.factorial-seq", "Number-Theory.factorial-nth", "Number-Theory.factorial-take-while", "Number-Theory.factorial?", "Number-Theory.fibonacci-seq", "Number-Theory.fibonacci-nth", "Number-Theory.fibonacci-take-while", "Number-Theory.fibonacci?", "Number-Theory.geometric-seq", "Number-Theory.geometric-nth", "Number-Theory.geometric-take-while", "Number-Theory.geometric?", "Number-Theory.golomb-seq", "Number-Theory.golomb-nth", "Number-Theory.golomb-take-while", "Number-Theory.golomb?", "Number-Theory.happy-seq", "Number-Theory.happy-nth", "Number-Theory.happy-take-while", "Number-Theory.happy?", "Number-Theory.look-and-say-seq", "Number-Theory.look-and-say-nth", "Number-Theory.look-and-say-take-while", "Number-Theory.look-and-say?", "Number-Theory.lucas-seq", "Number-Theory.lucas-nth", "Number-Theory.lucas-take-while", "Number-Theory.lucas?", "Number-Theory.lucky-seq", "Number-Theory.lucky-nth", "Number-Theory.lucky-take-while", "Number-Theory.lucky?", "Number-Theory.mersenne-seq", "Number-Theory.mersenne-nth", "Number-Theory.mersenne-take-while", "Number-Theory.mersenne?", "Number-Theory.padovan-seq", "Number-Theory.padovan-nth", "Number-Theory.padovan-take-while", "Number-Theory.padovan?", "Number-Theory.partition-seq", "Number-Theory.partition-nth", "Number-Theory.partition-take-while", "Number-Theory.partition?", "Number-Theory.pell-seq", "Number-Theory.pell-nth", "Number-Theory.pell-take-while", "Number-Theory.pell?", "Number-Theory.perfect-seq", "Number-Theory.perfect-nth", "Number-Theory.perfect-take-while", "Number-Theory.perfect?", "Number-Theory.perfect-cube-seq", "Number-Theory.perfect-cube-nth", "Number-Theory.perfect-cube-take-while", "Number-Theory.perfect-cube?", "Number-Theory.perfect-power-seq", "Number-Theory.perfect-power-nth", "Number-Theory.perfect-power-take-while", "Number-Theory.perfect-power?", "Number-Theory.perfect-square-seq", "Number-Theory.perfect-square-nth", "Number-Theory.perfect-square-take-while", "Number-Theory.perfect-square?", "Number-Theory.polygonal-seq", "Number-Theory.polygonal-nth", "Number-Theory.polygonal-take-while", "Number-Theory.polygonal?", "Number-Theory.prime-seq", "Number-Theory.prime-nth", "Number-Theory.prime-take-while", "Number-Theory.prime?", "Number-Theory.recaman-seq", "Number-Theory.recaman-nth", "Number-Theory.recaman-take-while", "Number-Theory.recaman?", "Number-Theory.sylvester-seq", "Number-Theory.sylvester-nth", "Number-Theory.sylvester-take-while", "Number-Theory.sylvester?", "Number-Theory.thue-morse-seq", "Number-Theory.thue-morse-nth", "Number-Theory.thue-morse-take-while", "Number-Theory.thue-morse?", "Number-Theory.tribonacci-seq", "Number-Theory.tribonacci-nth", "Number-Theory.tribonacci-take-while", "Number-Theory.tribonacci?", "Number-Theory.collatz-seq", "Number-Theory.juggler-seq", "Number-Theory.bernoulli-seq", "Number-Theory.bernoulli-take-while", "Number-Theory.bernoulli-nth", "Number-Theory.combinations", "Number-Theory.count-combinations", "Number-Theory.derangements", "Number-Theory.count-derangements", "Number-Theory.divisors", "Number-Theory.count-divisors", "Number-Theory.proper-divisors", "Number-Theory.count-proper-divisors", "Number-Theory.prime-factors", "Number-Theory.count-prime-factors", "Number-Theory.distinct-prime-factors", "Number-Theory.count-distinct-prime-factors", "Number-Theory.factorial", "Number-Theory.partitions", "Number-Theory.count-partitions", "Number-Theory.permutations", "Number-Theory.count-permutations", "Number-Theory.power-set", "Number-Theory.count-power-set", "Number-Theory.coprime?", "Number-Theory.divisible-by?", "Number-Theory.gcd", "Number-Theory.lcm", "Number-Theory.multinomial", "Number-Theory.amicable?", "Number-Theory.euler-totient", "Number-Theory.mobius", "Number-Theory.mertens", "Number-Theory.sigma", "Number-Theory.carmichael-lambda", "Number-Theory.cartesian-product", "Number-Theory.perfect-power", "Number-Theory.mod-exp", "Number-Theory.mod-inv", "Number-Theory.extended-gcd", "Number-Theory.chinese-remainder", "Number-Theory.stirling-first", "Number-Theory.stirling-second", "Random.random!", "Random.random-int!", "Random.random-int-inclusive!", "Random.random-float!", "Random.random-boolean!", "Random.random-item!", "Random.random-sample!", "Random.random-sample-unique!", "Random.shuffle!", "Random.random-normal!", "Random.random-exponential!", "Random.random-binomial!", "Random.random-poisson!", "Random.random-gamma!", "Random.random-pareto!", "Random.uuid!", "Random.random-char!", "Random.random-string!", "Random.random-id!", "Random.random-color!", "Assert.assert", "Assert.assert=", "Assert.assert!=", "Assert.assert-gt", "Assert.assert-lt", "Assert.assert-gte", "Assert.assert-lte", "Assert.assert-true", "Assert.assert-false", "Assert.assert-truthy", "Assert.assert-falsy", "Assert.assert-null", "Assert.assert-throws", "Assert.assert-throws-error", "Assert.assert-not-throws", "Assert.assert-array", "Assert.assert-boolean", "Assert.assert-collection", "Assert.assert-function", "Assert.assert-grid", "Assert.assert-integer", "Assert.assert-matrix", "Assert.assert-number", "Assert.assert-object", "Assert.assert-regexp", "Assert.assert-sequence", "Assert.assert-string", "Assert.assert-vector", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
66
+ declare const coreApiNames: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
67
+ declare const apiNames: readonly ["filter", "map", "reduce", "count", "get", "contains?", "assoc", "++", "range", "repeat", "flatten", "mapcat", "moving-fn", "running-fn", "nth", "push", "pop", "index-of", "some", "reverse", "first", "second", "last", "rest", "next", "sort", "slice", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify", "dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys", "boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "collection?", "sequence?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?", "regexp", "match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "matrix.mul", "matrix.det", "matrix.inv", "matrix.adj", "matrix.cofactor", "matrix.minor", "matrix.trace", "matrix.symmetric?", "matrix.triangular?", "matrix.upper-triangular?", "matrix.lower-triangular?", "matrix.diagonal?", "matrix.square?", "matrix.orthogonal?", "matrix.identity?", "matrix.invertible?", "matrix.hilbert", "matrix.vandermonde", "matrix.band", "matrix.banded?", "matrix.rank", "matrix.frobenius-norm", "matrix.one-norm", "matrix.inf-norm", "matrix.max-norm", "vector.monotonic?", "vector.strictly-monotonic?", "vector.increasing?", "vector.decreasing?", "vector.strictly-increasing?", "vector.strictly-decreasing?", "vector.median", "vector.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "vector.ones", "vector.zeros", "vector.fill", "vector.generate", "vector.cumsum", "vector.cumprod", "vector.quartiles", "vector.percentile", "vector.quantile", "vector.histogram", "vector.ecdf", "vector.outliers?", "vector.outliers", "vector.bincount", "vector.winsorize", "vector.mse", "vector.mae", "vector.rmse", "vector.smape", "vector.mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.median", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-variance", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sum", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.prod", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-stdev", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.iqr", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.span", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.geometric-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.harmonic-mean", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.sample-excess-kurtosis", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.rms", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.mad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.medad", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.gini-coefficient", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.entropy", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "vector.skewness", `vector.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, "linear-algebra.reflect", "linear-algebra.refract", "linear-algebra.lerp", "linear-algebra.rotate2d", "linear-algebra.rotate3d", "linear-algebra.dot", "linear-algebra.cross", "linear-algebra.normalize-minmax", "linear-algebra.normalize-zscore", "linear-algebra.normalize-robust", "linear-algebra.normalize-l1", "linear-algebra.normalize-l2", "linear-algebra.normalize-log", "linear-algebra.angle", "linear-algebra.projection", "linear-algebra.orthogonal?", "linear-algebra.parallel?", "linear-algebra.collinear?", "linear-algebra.cosine-similarity", "linear-algebra.euclidean-distance", "linear-algebra.euclidean-norm", "linear-algebra.manhattan-distance", "linear-algebra.manhattan-norm", "linear-algebra.hamming-distance", "linear-algebra.hamming-norm", "linear-algebra.chebyshev-distance", "linear-algebra.chebyshev-norm", "linear-algebra.minkowski-distance", "linear-algebra.minkowski-norm", "linear-algebra.cov", "linear-algebra.corr", "linear-algebra.spearman-corr", "linear-algebra.pearson-corr", "linear-algebra.kendall-tau", "linear-algebra.autocorrelation", "linear-algebra.cross-correlation", "linear-algebra.rref", "linear-algebra.solve", "linear-algebra.to-polar", "linear-algebra.from-polar", "grid.every?", "grid.some?", "grid.every-row?", "grid.some-row?", "grid.every-col?", "grid.some-col?", "grid.row", "grid.col", "grid.shape", "grid.fill", "grid.generate", "grid.reshape", "grid.transpose", "grid.flip-h", "grid.flip-v", "grid.rotate", "grid.reverse-rows", "grid.reverse-cols", "grid.slice", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.map", "grid.mapi", "grid.reduce", "grid.reducei", "grid.push-rows", "grid.unshift-rows", "grid.pop-row", "grid.shift-row", "grid.push-cols", "grid.unshift-cols", "grid.pop-col", "grid.shift-col", "grid.from-array", "number-theory.abundant-seq", "number-theory.abundant-nth", "number-theory.abundant-take-while", "number-theory.abundant?", "number-theory.arithmetic-seq", "number-theory.arithmetic-nth", "number-theory.arithmetic-take-while", "number-theory.arithmetic?", "number-theory.bell-seq", "number-theory.bell-nth", "number-theory.bell-take-while", "number-theory.bell?", "number-theory.catalan-seq", "number-theory.catalan-nth", "number-theory.catalan-take-while", "number-theory.catalan?", "number-theory.composite-seq", "number-theory.composite-nth", "number-theory.composite-take-while", "number-theory.composite?", "number-theory.deficient-seq", "number-theory.deficient-nth", "number-theory.deficient-take-while", "number-theory.deficient?", "number-theory.factorial-seq", "number-theory.factorial-nth", "number-theory.factorial-take-while", "number-theory.factorial?", "number-theory.fibonacci-seq", "number-theory.fibonacci-nth", "number-theory.fibonacci-take-while", "number-theory.fibonacci?", "number-theory.geometric-seq", "number-theory.geometric-nth", "number-theory.geometric-take-while", "number-theory.geometric?", "number-theory.golomb-seq", "number-theory.golomb-nth", "number-theory.golomb-take-while", "number-theory.golomb?", "number-theory.happy-seq", "number-theory.happy-nth", "number-theory.happy-take-while", "number-theory.happy?", "number-theory.look-and-say-seq", "number-theory.look-and-say-nth", "number-theory.look-and-say-take-while", "number-theory.look-and-say?", "number-theory.lucas-seq", "number-theory.lucas-nth", "number-theory.lucas-take-while", "number-theory.lucas?", "number-theory.lucky-seq", "number-theory.lucky-nth", "number-theory.lucky-take-while", "number-theory.lucky?", "number-theory.mersenne-seq", "number-theory.mersenne-nth", "number-theory.mersenne-take-while", "number-theory.mersenne?", "number-theory.padovan-seq", "number-theory.padovan-nth", "number-theory.padovan-take-while", "number-theory.padovan?", "number-theory.partition-seq", "number-theory.partition-nth", "number-theory.partition-take-while", "number-theory.partition?", "number-theory.pell-seq", "number-theory.pell-nth", "number-theory.pell-take-while", "number-theory.pell?", "number-theory.perfect-seq", "number-theory.perfect-nth", "number-theory.perfect-take-while", "number-theory.perfect?", "number-theory.perfect-cube-seq", "number-theory.perfect-cube-nth", "number-theory.perfect-cube-take-while", "number-theory.perfect-cube?", "number-theory.perfect-power-seq", "number-theory.perfect-power-nth", "number-theory.perfect-power-take-while", "number-theory.perfect-power?", "number-theory.perfect-square-seq", "number-theory.perfect-square-nth", "number-theory.perfect-square-take-while", "number-theory.perfect-square?", "number-theory.polygonal-seq", "number-theory.polygonal-nth", "number-theory.polygonal-take-while", "number-theory.polygonal?", "number-theory.prime-seq", "number-theory.prime-nth", "number-theory.prime-take-while", "number-theory.prime?", "number-theory.recaman-seq", "number-theory.recaman-nth", "number-theory.recaman-take-while", "number-theory.recaman?", "number-theory.sylvester-seq", "number-theory.sylvester-nth", "number-theory.sylvester-take-while", "number-theory.sylvester?", "number-theory.thue-morse-seq", "number-theory.thue-morse-nth", "number-theory.thue-morse-take-while", "number-theory.thue-morse?", "number-theory.tribonacci-seq", "number-theory.tribonacci-nth", "number-theory.tribonacci-take-while", "number-theory.tribonacci?", "number-theory.collatz-seq", "number-theory.juggler-seq", "number-theory.bernoulli-seq", "number-theory.bernoulli-take-while", "number-theory.bernoulli-nth", "number-theory.combinations", "number-theory.count-combinations", "number-theory.derangements", "number-theory.count-derangements", "number-theory.divisors", "number-theory.count-divisors", "number-theory.proper-divisors", "number-theory.count-proper-divisors", "number-theory.prime-factors", "number-theory.count-prime-factors", "number-theory.distinct-prime-factors", "number-theory.count-distinct-prime-factors", "number-theory.factorial", "number-theory.partitions", "number-theory.count-partitions", "number-theory.permutations", "number-theory.count-permutations", "number-theory.power-set", "number-theory.count-power-set", "number-theory.coprime?", "number-theory.divisible-by?", "number-theory.gcd", "number-theory.lcm", "number-theory.multinomial", "number-theory.amicable?", "number-theory.euler-totient", "number-theory.mobius", "number-theory.mertens", "number-theory.sigma", "number-theory.carmichael-lambda", "number-theory.cartesian-product", "number-theory.perfect-power", "number-theory.mod-exp", "number-theory.mod-inv", "number-theory.extended-gcd", "number-theory.chinese-remainder", "number-theory.stirling-first", "number-theory.stirling-second", "random.random!", "random.random-int!", "random.random-int-inclusive!", "random.random-float!", "random.random-boolean!", "random.random-item!", "random.random-sample!", "random.random-sample-unique!", "random.shuffle!", "random.random-normal!", "random.random-exponential!", "random.random-binomial!", "random.random-poisson!", "random.random-gamma!", "random.random-pareto!", "random.uuid!", "random.random-char!", "random.random-string!", "random.random-id!", "random.random-color!", "math.ln", "math.log2", "math.log10", "math.sin", "math.cos", "math.tan", "math.asin", "math.acos", "math.atan", "math.sinh", "math.cosh", "math.tanh", "math.asinh", "math.acosh", "math.atanh", "math.to-rad", "math.to-deg", "functional.juxt", "functional.complement", "functional.every-pred", "functional.some-pred", "functional.fnull", "assert.assert", "assert.assert=", "assert.assert!=", "assert.assert-gt", "assert.assert-lt", "assert.assert-gte", "assert.assert-lte", "assert.assert-true", "assert.assert-false", "assert.assert-truthy", "assert.assert-falsy", "assert.assert-null", "assert.assert-throws", "assert.assert-throws-error", "assert.assert-not-throws", "assert.assert-array", "assert.assert-boolean", "assert.assert-collection", "assert.assert-function", "assert.assert-grid", "assert.assert-integer", "assert.assert-matrix", "assert.assert-number", "assert.assert-object", "assert.assert-regexp", "assert.assert-sequence", "assert.assert-string", "assert.assert-vector", "string.string-repeat", "string.from-char-code", "string.to-char-code", "string.trim-left", "string.trim-right", "string.pad-left", "string.pad-right", "string.split-lines", "string.template", "string.encode-base64", "string.decode-base64", "string.encode-uri-component", "string.decode-uri-component", "string.capitalize", "collection.filteri", "collection.mapi", "collection.reducei", "collection.reduce-right", "collection.reducei-right", "collection.reductions", "collection.reductionsi", "collection.get-in", "collection.assoc-in", "collection.update", "collection.update-in", "collection.not-empty", "collection.every?", "collection.not-every?", "collection.any?", "collection.not-any?", "sequence.position", "sequence.last-index-of", "sequence.shift", "sequence.unshift", "sequence.splice", "sequence.sort-by", "sequence.take", "sequence.take-last", "sequence.take-while", "sequence.drop", "sequence.drop-last", "sequence.drop-while", "sequence.distinct", "sequence.remove", "sequence.remove-at", "sequence.split-at", "sequence.split-with", "sequence.frequencies", "sequence.group-by", "sequence.partition", "sequence.partition-all", "sequence.partition-by", "sequence.starts-with?", "sequence.ends-with?", "sequence.interleave", "sequence.interpose", "bitwise.bit-not", "bitwise.bit-and-not", "bitwise.bit-flip", "bitwise.bit-clear", "bitwise.bit-set", "bitwise.bit-test", "-short-regexp", "-short-fn", "-type-number", "-type-string", "-type-object", "-type-array", "-type-vector", "-type-matrix", "-type-grid", "-type-boolean", "-type-function", "-type-integer", "-type-any", "-type-null", "-type-collection", "-type-sequence", "-type-regexp", "-type-never"];
54
68
  export type CoreApiName = typeof coreApiNames[number];
55
69
  export type ApiName = typeof apiNames[number];
56
70
  export declare function isApiName(arg: string): arg is ApiName;