@mojir/lits 2.1.40 → 2.1.41

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 (58) hide show
  1. package/README.md +8 -8
  2. package/dist/cli/cli.js +849 -229
  3. package/dist/cli/reference/api.d.ts +4 -4
  4. package/dist/cli/reference/index.d.ts +2 -2
  5. package/dist/cli/src/builtin/bindingNode.d.ts +1 -1
  6. package/dist/cli/src/parser/Parser.d.ts +1 -1
  7. package/dist/cli/src/parser/types.d.ts +1 -1
  8. package/dist/full.esm.js +1 -1
  9. package/dist/full.esm.js.map +1 -1
  10. package/dist/full.js +1 -1
  11. package/dist/full.js.map +1 -1
  12. package/dist/index.esm.js +1 -1
  13. package/dist/index.esm.js.map +1 -1
  14. package/dist/index.js +1 -1
  15. package/dist/index.js.map +1 -1
  16. package/dist/lits.iife.js +1 -1
  17. package/dist/lits.iife.js.map +1 -1
  18. package/dist/modules/assert.esm.js +1 -1
  19. package/dist/modules/assert.esm.js.map +1 -1
  20. package/dist/modules/assert.js +1 -1
  21. package/dist/modules/assert.js.map +1 -1
  22. package/dist/modules/grid.esm.js +1 -1
  23. package/dist/modules/grid.esm.js.map +1 -1
  24. package/dist/modules/grid.js +1 -1
  25. package/dist/modules/grid.js.map +1 -1
  26. package/dist/modules/linearAlgebra.esm.js +1 -1
  27. package/dist/modules/linearAlgebra.esm.js.map +1 -1
  28. package/dist/modules/linearAlgebra.js +1 -1
  29. package/dist/modules/linearAlgebra.js.map +1 -1
  30. package/dist/modules/matrix.esm.js +1 -1
  31. package/dist/modules/matrix.esm.js.map +1 -1
  32. package/dist/modules/matrix.js +1 -1
  33. package/dist/modules/matrix.js.map +1 -1
  34. package/dist/modules/numberTheory.esm.js +1 -1
  35. package/dist/modules/numberTheory.esm.js.map +1 -1
  36. package/dist/modules/numberTheory.js +1 -1
  37. package/dist/modules/numberTheory.js.map +1 -1
  38. package/dist/modules/reference/api.d.ts +4 -4
  39. package/dist/modules/reference/index.d.ts +2 -2
  40. package/dist/modules/src/builtin/bindingNode.d.ts +1 -1
  41. package/dist/modules/src/full.d.ts +1 -14
  42. package/dist/modules/src/parser/Parser.d.ts +1 -1
  43. package/dist/modules/src/parser/types.d.ts +1 -1
  44. package/dist/modules/vector.esm.js +1 -1
  45. package/dist/modules/vector.esm.js.map +1 -1
  46. package/dist/modules/vector.js +1 -1
  47. package/dist/modules/vector.js.map +1 -1
  48. package/dist/reference/api.d.ts +4 -4
  49. package/dist/reference/index.d.ts +2 -2
  50. package/dist/src/builtin/bindingNode.d.ts +1 -1
  51. package/dist/src/full.d.ts +1 -14
  52. package/dist/src/parser/Parser.d.ts +1 -1
  53. package/dist/src/parser/types.d.ts +1 -1
  54. package/dist/testFramework.esm.js +1 -1
  55. package/dist/testFramework.esm.js.map +1 -1
  56. package/dist/testFramework.js +1 -1
  57. package/dist/testFramework.js.map +1 -1
  58. package/package.json +1 -1
@@ -9,11 +9,11 @@ export declare const api: {
9
9
  readonly meta: readonly ["doc", "arity"];
10
10
  readonly misc: readonly ["≠", "==", "<", ">", "<=", ">=", "!", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "import", "json-parse", "json-stringify"];
11
11
  readonly object: readonly ["dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys"];
12
- readonly predicate: readonly ["boolean?", "null?", "number?", "string?", "function?", "integer?", "array?", "object?", "coll?", "seq?", "regexp?", "zero?", "pos?", "neg?", "even?", "odd?", "finite?", "negative-infinity?", "positive-infinity?", "false?", "true?", "empty?", "not-empty?", "vector?", "grid?", "matrix?"];
12
+ 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
13
  readonly regularExpression: readonly ["regexp", "match", "replace", "replace-all"];
14
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
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"];
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
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
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
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}`];
@@ -49,8 +49,8 @@ export type NormalExpressionName = CoreNormalExpressionName | ModuleExpressionNa
49
49
  export type FunctionName = NormalExpressionName | SpecialExpressionsApiName;
50
50
  export type ShorthandName = typeof api.shorthand[number];
51
51
  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?", "coll?", "seq?", "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?", "coll?", "seq?", "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", "-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"];
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"];
54
54
  export type CoreApiName = typeof coreApiNames[number];
55
55
  export type ApiName = typeof apiNames[number];
56
56
  export declare function isApiName(arg: string): arg is ApiName;
@@ -207,8 +207,8 @@ export declare const functionReference: {
207
207
  "integer?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
208
208
  "array?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
209
209
  "object?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
210
- "coll?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
211
- "seq?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
210
+ "collection?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
211
+ "sequence?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
212
212
  "regexp?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
213
213
  "zero?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
214
214
  "pos?": FunctionReference<"String" | "Special expression" | "Predicate" | "Sequence" | "Collection" | "Array" | "Object" | "Math" | "Functional" | "Regular expression" | "Bitwise" | "Misc" | "Meta" | "Assert" | "Vector" | "Linear Algebra" | "Matrix" | "Grid" | "Number-Theory" | "Random" | "Shorthand" | "Datatype">;
@@ -1,5 +1,5 @@
1
1
  import type { Any } from '../interface';
2
2
  import { type BindingTarget, type Node } from '../parser/types';
3
3
  export declare function walkDefaults(bindingTarget: BindingTarget, onDefault: (Node: Node) => void): void;
4
- export declare function evalueateBindingNodeValues(target: BindingTarget, value: Any, evaluate: (Node: Node) => Any): Record<string, Any>;
4
+ export declare function evaluateBindingNodeValues(target: BindingTarget, value: Any, evaluate: (Node: Node) => Any): Record<string, Any>;
5
5
  export declare function getAllBindingTargetNames(bindingTarget: BindingTarget): Record<string, true>;
@@ -1,18 +1,5 @@
1
1
  import './initReferenceData';
2
- export { isBuiltinFunction, isLitsFunction, asLitsFunction, assertLitsFunction, isUserDefinedFunction, asUserDefinedFunction, assertUserDefinedFunction, isNativeJsFunction, asNativeJsFunction, assertNativeJsFunction, } from './typeGuards/litsFunction';
3
- export { type Arity } from './builtin/interface';
4
- export { type LitsFunction, type NativeJsFunction } from './parser/types';
5
- export type { Context } from './evaluator/interface';
6
- export type { Ast } from './parser/types';
7
- export type { SourceCodeInfo } from './tokenizer/token';
8
- export type { Token, TokenType } from './tokenizer/token';
9
- export { normalExpressionKeys, specialExpressionKeys } from './builtin';
10
- export { Lits } from './Lits/Lits';
11
- export type { LitsModule } from './builtin/modules/interface';
12
- export { type LitsError, isLitsError } from './errors';
13
- export type { ContextParams, FilePathParams, MinifyParams, LitsRuntimeInfo, JsFunction } from './Lits/Lits';
14
- export { isGrid, isMatrix, isVector } from './typeGuards/annotatedArrays';
15
- export type { AutoCompleter } from './AutoCompleter/AutoCompleter';
2
+ export * from './index';
16
3
  export { allBuiltinModules } from './allModules';
17
4
  export { assertModule } from './builtin/modules/assert';
18
5
  export { gridModule } from './builtin/modules/grid';
@@ -25,7 +25,7 @@ export declare class Parser {
25
25
  private parseFunctionCall;
26
26
  parseLambdaFunction(): LambdaNode | null;
27
27
  parseFunctionArguments(): BindingTarget[];
28
- private parseShorthandLamdaFunction;
28
+ private parseShorthandLambdaFunction;
29
29
  private parseOptionalDefaulValue;
30
30
  private parseBindingTarget;
31
31
  private parseLet;
@@ -78,7 +78,7 @@ export interface FNullFunction extends GenericLitsFunction {
78
78
  }
79
79
  export interface NormalBuiltinFunction extends GenericLitsFunction {
80
80
  functionType: 'Builtin';
81
- normalBuitinSymbolType: number;
81
+ normalBuiltinSymbolType: number;
82
82
  name: string;
83
83
  }
84
84
  export interface SpecialBuiltinFunction extends GenericLitsFunction {