@mojir/lits 2.5.2 → 2.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/cli/cli.js +726 -500
- package/dist/cli/reference/api.d.ts +9 -7
- package/dist/cli/reference/index.d.ts +133 -132
- package/dist/cli/src/builtin/bindingNode.d.ts +5 -0
- package/dist/cli/src/builtin/core/assertion.d.ts +2 -0
- package/dist/cli/src/builtin/index.d.ts +2 -2
- package/dist/cli/src/builtin/interface.d.ts +1 -1
- package/dist/cli/src/builtin/specialExpressionTypes.d.ts +1 -1
- package/dist/cli/src/builtin/specialExpressions/match.d.ts +7 -0
- package/dist/cli/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
- package/dist/cli/src/parser/subParsers/parseMatch.d.ts +4 -0
- package/dist/cli/src/parser/types.d.ts +5 -1
- package/dist/full.esm.js +1 -1
- package/dist/full.esm.js.map +1 -1
- package/dist/full.js +1 -1
- package/dist/full.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/lits.iife.js +1 -1
- package/dist/lits.iife.js.map +1 -1
- package/dist/modules/assertion.esm.js +2 -0
- package/dist/modules/assertion.esm.js.map +1 -0
- package/dist/modules/assertion.js +2 -0
- package/dist/modules/assertion.js.map +1 -0
- package/dist/modules/reference/api.d.ts +9 -7
- package/dist/modules/reference/index.d.ts +133 -132
- package/dist/modules/src/builtin/bindingNode.d.ts +5 -0
- package/dist/modules/src/builtin/core/assertion.d.ts +2 -0
- package/dist/modules/src/builtin/index.d.ts +2 -2
- package/dist/modules/src/builtin/interface.d.ts +1 -1
- package/dist/modules/src/builtin/specialExpressionTypes.d.ts +1 -1
- package/dist/modules/src/builtin/specialExpressions/match.d.ts +7 -0
- package/dist/modules/src/full.d.ts +1 -1
- package/dist/modules/src/modules/{assert.d.ts → assertion.d.ts} +1 -1
- package/dist/modules/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
- package/dist/modules/src/parser/subParsers/parseMatch.d.ts +4 -0
- package/dist/modules/src/parser/types.d.ts +5 -1
- package/dist/reference/api.d.ts +9 -7
- package/dist/reference/index.d.ts +133 -132
- package/dist/src/builtin/bindingNode.d.ts +5 -0
- package/dist/src/builtin/core/assertion.d.ts +2 -0
- package/dist/src/builtin/index.d.ts +2 -2
- package/dist/src/builtin/interface.d.ts +1 -1
- package/dist/src/builtin/specialExpressionTypes.d.ts +1 -1
- package/dist/src/builtin/specialExpressions/match.d.ts +7 -0
- package/dist/src/full.d.ts +1 -1
- package/dist/src/modules/{assert.d.ts → assertion.d.ts} +1 -1
- package/dist/src/parser/subParsers/parseBindingTarget.d.ts +4 -2
- package/dist/src/parser/subParsers/parseMatch.d.ts +4 -0
- package/dist/src/parser/types.d.ts +5 -1
- package/dist/testFramework.esm.js +1 -1
- package/dist/testFramework.esm.js.map +1 -1
- package/dist/testFramework.js +1 -1
- package/dist/testFramework.js.map +1 -1
- package/package.json +6 -5
- package/dist/cli/src/builtin/specialExpressions/switch.d.ts +0 -6
- package/dist/cli/src/parser/subParsers/parseSwitch.d.ts +0 -4
- package/dist/modules/assert.esm.js +0 -2
- package/dist/modules/assert.esm.js.map +0 -1
- package/dist/modules/assert.js +0 -2
- package/dist/modules/assert.js.map +0 -1
- package/dist/modules/src/builtin/specialExpressions/switch.d.ts +0 -6
- package/dist/modules/src/parser/subParsers/parseSwitch.d.ts +0 -4
- package/dist/src/builtin/specialExpressions/switch.d.ts +0 -6
- package/dist/src/parser/subParsers/parseSwitch.d.ts +0 -4
- /package/dist/cli/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
- /package/dist/cli/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
- /package/dist/modules/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
- /package/dist/src/builtin/modules/{assert → assertion}/docs.d.ts +0 -0
- /package/dist/src/builtin/modules/{assert → assertion}/index.d.ts +0 -0
|
@@ -14,12 +14,13 @@ export declare const api: {
|
|
|
14
14
|
readonly misc: readonly ["!=", "==", "<", ">", "<=", ">=", "not", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "json-parse", "json-stringify"];
|
|
15
15
|
readonly object: readonly ["dissoc", "keys", "vals", "entries", "find", "merge", "merge-with", "zipmap", "select-keys"];
|
|
16
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?"];
|
|
17
|
-
readonly regularExpression: readonly ["regexp", "match", "replace", "replace-all"];
|
|
17
|
+
readonly regularExpression: readonly ["regexp", "re-match", "replace", "replace-all"];
|
|
18
18
|
readonly string: readonly ["str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?"];
|
|
19
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
20
|
readonly bitwise: readonly ["<<", ">>", ">>>", "&", "|", "xor"];
|
|
21
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
|
|
22
|
+
readonly assertion: readonly ["assert"];
|
|
23
|
+
readonly assertionUtils: readonly ["assertion.assert=", "assertion.assert!=", "assertion.assert-gt", "assertion.assert-lt", "assertion.assert-gte", "assertion.assert-lte", "assertion.assert-true", "assertion.assert-false", "assertion.assert-truthy", "assertion.assert-falsy", "assertion.assert-null", "assertion.assert-throws", "assertion.assert-throws-error", "assertion.assert-not-throws", "assertion.assert-array", "assertion.assert-boolean", "assertion.assert-collection", "assertion.assert-function", "assertion.assert-grid", "assertion.assert-integer", "assertion.assert-matrix", "assertion.assert-number", "assertion.assert-object", "assertion.assert-regexp", "assertion.assert-sequence", "assertion.assert-string", "assertion.assert-vector"];
|
|
23
24
|
readonly grid: readonly ["grid.cell-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.crop", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.cell-map", "grid.cell-mapi", "grid.cell-reduce", "grid.cell-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
25
|
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?", "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
26
|
readonly vector: readonly ["sum", "mean", "median", "prod"];
|
|
@@ -48,7 +49,8 @@ export type CollectionUtilsApiName = typeof api.collectionUtils[number];
|
|
|
48
49
|
export type SequenceUtilsApiName = typeof api.sequenceUtils[number];
|
|
49
50
|
export type BitwiseApiName = typeof api.bitwise[number];
|
|
50
51
|
export type BitwiseUtilsApiName = typeof api.bitwiseUtils[number];
|
|
51
|
-
export type
|
|
52
|
+
export type AssertionApiName = typeof api.assertion[number];
|
|
53
|
+
export type AssertionUtilsApiName = typeof api.assertionUtils[number];
|
|
52
54
|
export type GridApiName = typeof api.grid[number];
|
|
53
55
|
export type MatrixApiName = typeof api.matrix[number];
|
|
54
56
|
export type NumberTheoryApiName = typeof api.numberTheory[number];
|
|
@@ -59,14 +61,14 @@ export type RandomApiName = typeof api.random[number];
|
|
|
59
61
|
export type MathUtilsApiName = typeof api.mathUtils[number];
|
|
60
62
|
export type FunctionalUtilsApiName = typeof api.functionalUtils[number];
|
|
61
63
|
export type ConvertApiName = typeof api.convert[number];
|
|
62
|
-
export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName | VectorApiName;
|
|
63
|
-
export type ModuleExpressionName = MatrixApiName | VectorUtilsApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName | MathUtilsApiName | FunctionalUtilsApiName |
|
|
64
|
+
export type CoreNormalExpressionName = CollectionApiName | ArrayApiName | SequenceApiName | MathApiName | FunctionalApiName | MetaApiName | MiscApiName | ObjectApiName | PredicateApiName | RegularExpressionApiName | StringApiName | BitwiseApiName | VectorApiName | AssertionApiName;
|
|
65
|
+
export type ModuleExpressionName = MatrixApiName | VectorUtilsApiName | LinAlgApiName | GridApiName | NumberTheoryApiName | RandomApiName | MathUtilsApiName | FunctionalUtilsApiName | AssertionUtilsApiName | StringUtilsApiName | CollectionUtilsApiName | SequenceUtilsApiName | BitwiseUtilsApiName | ConvertApiName;
|
|
64
66
|
export type NormalExpressionName = CoreNormalExpressionName | ModuleExpressionName;
|
|
65
67
|
export type FunctionName = NormalExpressionName | SpecialExpressionsApiName;
|
|
66
68
|
export type ShorthandName = typeof api.shorthand[number];
|
|
67
69
|
export type DatatypeName = typeof api.datatype[number];
|
|
68
|
-
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", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "!=", "==", "<", ">", "<=", ">=", "not", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "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"];
|
|
69
|
-
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", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "!=", "==", "<", ">", "<=", ">=", "not", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "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?", "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.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "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.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `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.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `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.cell-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.crop", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.cell-map", "grid.cell-mapi", "grid.cell-reduce", "grid.cell-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.unshift", "sequence.splice", "sequence.sort-by", "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", "convert.angstrom->um", "convert.angstrom->mm", "convert.angstrom->cm", "convert.angstrom->m", "convert.angstrom->km", "convert.angstrom->in", "convert.angstrom->ft", "convert.angstrom->yd", "convert.angstrom->mi", "convert.angstrom->nmi", "convert.um->angstrom", "convert.um->mm", "convert.um->cm", "convert.um->m", "convert.um->km", "convert.um->in", "convert.um->ft", "convert.um->yd", "convert.um->mi", "convert.um->nmi", "convert.mm->angstrom", "convert.mm->um", "convert.mm->cm", "convert.mm->m", "convert.mm->km", "convert.mm->in", "convert.mm->ft", "convert.mm->yd", "convert.mm->mi", "convert.mm->nmi", "convert.cm->angstrom", "convert.cm->um", "convert.cm->mm", "convert.cm->m", "convert.cm->km", "convert.cm->in", "convert.cm->ft", "convert.cm->yd", "convert.cm->mi", "convert.cm->nmi", "convert.m->angstrom", "convert.m->um", "convert.m->mm", "convert.m->cm", "convert.m->km", "convert.m->in", "convert.m->ft", "convert.m->yd", "convert.m->mi", "convert.m->nmi", "convert.km->angstrom", "convert.km->um", "convert.km->mm", "convert.km->cm", "convert.km->m", "convert.km->in", "convert.km->ft", "convert.km->yd", "convert.km->mi", "convert.km->nmi", "convert.in->angstrom", "convert.in->um", "convert.in->mm", "convert.in->cm", "convert.in->m", "convert.in->km", "convert.in->ft", "convert.in->yd", "convert.in->mi", "convert.in->nmi", "convert.ft->angstrom", "convert.ft->um", "convert.ft->mm", "convert.ft->cm", "convert.ft->m", "convert.ft->km", "convert.ft->in", "convert.ft->yd", "convert.ft->mi", "convert.ft->nmi", "convert.yd->angstrom", "convert.yd->um", "convert.yd->mm", "convert.yd->cm", "convert.yd->m", "convert.yd->km", "convert.yd->in", "convert.yd->ft", "convert.yd->mi", "convert.yd->nmi", "convert.mi->angstrom", "convert.mi->um", "convert.mi->mm", "convert.mi->cm", "convert.mi->m", "convert.mi->km", "convert.mi->in", "convert.mi->ft", "convert.mi->yd", "convert.mi->nmi", "convert.nmi->angstrom", "convert.nmi->um", "convert.nmi->mm", "convert.nmi->cm", "convert.nmi->m", "convert.nmi->km", "convert.nmi->in", "convert.nmi->ft", "convert.nmi->yd", "convert.nmi->mi", "convert.mg->g", "convert.mg->kg", "convert.mg->t", "convert.mg->oz", "convert.mg->lb", "convert.mg->st", "convert.g->mg", "convert.g->kg", "convert.g->t", "convert.g->oz", "convert.g->lb", "convert.g->st", "convert.kg->mg", "convert.kg->g", "convert.kg->t", "convert.kg->oz", "convert.kg->lb", "convert.kg->st", "convert.t->mg", "convert.t->g", "convert.t->kg", "convert.t->oz", "convert.t->lb", "convert.t->st", "convert.oz->mg", "convert.oz->g", "convert.oz->kg", "convert.oz->t", "convert.oz->lb", "convert.oz->st", "convert.lb->mg", "convert.lb->g", "convert.lb->kg", "convert.lb->t", "convert.lb->oz", "convert.lb->st", "convert.st->mg", "convert.st->g", "convert.st->kg", "convert.st->t", "convert.st->oz", "convert.st->lb", "convert.ml->cl", "convert.ml->dl", "convert.ml->l", "convert.ml->tsp", "convert.ml->tbsp", "convert.ml->fl-oz", "convert.ml->cup", "convert.ml->pt", "convert.ml->qt", "convert.ml->gal", "convert.cl->ml", "convert.cl->dl", "convert.cl->l", "convert.cl->tsp", "convert.cl->tbsp", "convert.cl->fl-oz", "convert.cl->cup", "convert.cl->pt", "convert.cl->qt", "convert.cl->gal", "convert.dl->ml", "convert.dl->cl", "convert.dl->l", "convert.dl->tsp", "convert.dl->tbsp", "convert.dl->fl-oz", "convert.dl->cup", "convert.dl->pt", "convert.dl->qt", "convert.dl->gal", "convert.l->ml", "convert.l->cl", "convert.l->dl", "convert.l->tsp", "convert.l->tbsp", "convert.l->fl-oz", "convert.l->cup", "convert.l->pt", "convert.l->qt", "convert.l->gal", "convert.tsp->ml", "convert.tsp->cl", "convert.tsp->dl", "convert.tsp->l", "convert.tsp->tbsp", "convert.tsp->fl-oz", "convert.tsp->cup", "convert.tsp->pt", "convert.tsp->qt", "convert.tsp->gal", "convert.tbsp->ml", "convert.tbsp->cl", "convert.tbsp->dl", "convert.tbsp->l", "convert.tbsp->tsp", "convert.tbsp->fl-oz", "convert.tbsp->cup", "convert.tbsp->pt", "convert.tbsp->qt", "convert.tbsp->gal", "convert.fl-oz->ml", "convert.fl-oz->cl", "convert.fl-oz->dl", "convert.fl-oz->l", "convert.fl-oz->tsp", "convert.fl-oz->tbsp", "convert.fl-oz->cup", "convert.fl-oz->pt", "convert.fl-oz->qt", "convert.fl-oz->gal", "convert.cup->ml", "convert.cup->cl", "convert.cup->dl", "convert.cup->l", "convert.cup->tsp", "convert.cup->tbsp", "convert.cup->fl-oz", "convert.cup->pt", "convert.cup->qt", "convert.cup->gal", "convert.pt->ml", "convert.pt->cl", "convert.pt->dl", "convert.pt->l", "convert.pt->tsp", "convert.pt->tbsp", "convert.pt->fl-oz", "convert.pt->cup", "convert.pt->qt", "convert.pt->gal", "convert.qt->ml", "convert.qt->cl", "convert.qt->dl", "convert.qt->l", "convert.qt->tsp", "convert.qt->tbsp", "convert.qt->fl-oz", "convert.qt->cup", "convert.qt->pt", "convert.qt->gal", "convert.gal->ml", "convert.gal->cl", "convert.gal->dl", "convert.gal->l", "convert.gal->tsp", "convert.gal->tbsp", "convert.gal->fl-oz", "convert.gal->cup", "convert.gal->pt", "convert.gal->qt", "convert.ms->s", "convert.ms->min", "convert.ms->h", "convert.ms->day", "convert.ms->week", "convert.s->ms", "convert.s->min", "convert.s->h", "convert.s->day", "convert.s->week", "convert.min->ms", "convert.min->s", "convert.min->h", "convert.min->day", "convert.min->week", "convert.h->ms", "convert.h->s", "convert.h->min", "convert.h->day", "convert.h->week", "convert.day->ms", "convert.day->s", "convert.day->min", "convert.day->h", "convert.day->week", "convert.week->ms", "convert.week->s", "convert.week->min", "convert.week->h", "convert.week->day", "convert.mm2->cm2", "convert.mm2->m2", "convert.mm2->km2", "convert.mm2->in2", "convert.mm2->ft2", "convert.mm2->yd2", "convert.mm2->acre", "convert.mm2->hectare", "convert.cm2->mm2", "convert.cm2->m2", "convert.cm2->km2", "convert.cm2->in2", "convert.cm2->ft2", "convert.cm2->yd2", "convert.cm2->acre", "convert.cm2->hectare", "convert.m2->mm2", "convert.m2->cm2", "convert.m2->km2", "convert.m2->in2", "convert.m2->ft2", "convert.m2->yd2", "convert.m2->acre", "convert.m2->hectare", "convert.km2->mm2", "convert.km2->cm2", "convert.km2->m2", "convert.km2->in2", "convert.km2->ft2", "convert.km2->yd2", "convert.km2->acre", "convert.km2->hectare", "convert.in2->mm2", "convert.in2->cm2", "convert.in2->m2", "convert.in2->km2", "convert.in2->ft2", "convert.in2->yd2", "convert.in2->acre", "convert.in2->hectare", "convert.ft2->mm2", "convert.ft2->cm2", "convert.ft2->m2", "convert.ft2->km2", "convert.ft2->in2", "convert.ft2->yd2", "convert.ft2->acre", "convert.ft2->hectare", "convert.yd2->mm2", "convert.yd2->cm2", "convert.yd2->m2", "convert.yd2->km2", "convert.yd2->in2", "convert.yd2->ft2", "convert.yd2->acre", "convert.yd2->hectare", "convert.acre->mm2", "convert.acre->cm2", "convert.acre->m2", "convert.acre->km2", "convert.acre->in2", "convert.acre->ft2", "convert.acre->yd2", "convert.acre->hectare", "convert.hectare->mm2", "convert.hectare->cm2", "convert.hectare->m2", "convert.hectare->km2", "convert.hectare->in2", "convert.hectare->ft2", "convert.hectare->yd2", "convert.hectare->acre", "convert.m/s->km/h", "convert.m/s->mph", "convert.m/s->kn", "convert.m/s->ft/s", "convert.km/h->m/s", "convert.km/h->mph", "convert.km/h->kn", "convert.km/h->ft/s", "convert.mph->m/s", "convert.mph->km/h", "convert.mph->kn", "convert.mph->ft/s", "convert.kn->m/s", "convert.kn->km/h", "convert.kn->mph", "convert.kn->ft/s", "convert.ft/s->m/s", "convert.ft/s->km/h", "convert.ft/s->mph", "convert.ft/s->kn", "convert.b->kb", "convert.b->mb", "convert.b->gb", "convert.b->tb", "convert.b->pb", "convert.kb->b", "convert.kb->mb", "convert.kb->gb", "convert.kb->tb", "convert.kb->pb", "convert.mb->b", "convert.mb->kb", "convert.mb->gb", "convert.mb->tb", "convert.mb->pb", "convert.gb->b", "convert.gb->kb", "convert.gb->mb", "convert.gb->tb", "convert.gb->pb", "convert.tb->b", "convert.tb->kb", "convert.tb->mb", "convert.tb->gb", "convert.tb->pb", "convert.pb->b", "convert.pb->kb", "convert.pb->mb", "convert.pb->gb", "convert.pb->tb", "convert.pa->kpa", "convert.pa->bar", "convert.pa->atm", "convert.pa->psi", "convert.pa->mmhg", "convert.kpa->pa", "convert.kpa->bar", "convert.kpa->atm", "convert.kpa->psi", "convert.kpa->mmhg", "convert.bar->pa", "convert.bar->kpa", "convert.bar->atm", "convert.bar->psi", "convert.bar->mmhg", "convert.atm->pa", "convert.atm->kpa", "convert.atm->bar", "convert.atm->psi", "convert.atm->mmhg", "convert.psi->pa", "convert.psi->kpa", "convert.psi->bar", "convert.psi->atm", "convert.psi->mmhg", "convert.mmhg->pa", "convert.mmhg->kpa", "convert.mmhg->bar", "convert.mmhg->atm", "convert.mmhg->psi", "convert.j->kj", "convert.j->cal", "convert.j->kcal", "convert.j->wh", "convert.j->kwh", "convert.j->btu", "convert.kj->j", "convert.kj->cal", "convert.kj->kcal", "convert.kj->wh", "convert.kj->kwh", "convert.kj->btu", "convert.cal->j", "convert.cal->kj", "convert.cal->kcal", "convert.cal->wh", "convert.cal->kwh", "convert.cal->btu", "convert.kcal->j", "convert.kcal->kj", "convert.kcal->cal", "convert.kcal->wh", "convert.kcal->kwh", "convert.kcal->btu", "convert.wh->j", "convert.wh->kj", "convert.wh->cal", "convert.wh->kcal", "convert.wh->kwh", "convert.wh->btu", "convert.kwh->j", "convert.kwh->kj", "convert.kwh->cal", "convert.kwh->kcal", "convert.kwh->wh", "convert.kwh->btu", "convert.btu->j", "convert.btu->kj", "convert.btu->cal", "convert.btu->kcal", "convert.btu->wh", "convert.btu->kwh", "convert.w->kw", "convert.w->mw", "convert.w->hp", "convert.kw->w", "convert.kw->mw", "convert.kw->hp", "convert.mw->w", "convert.mw->kw", "convert.mw->hp", "convert.hp->w", "convert.hp->kw", "convert.hp->mw", "convert.hz->khz", "convert.hz->mhz", "convert.hz->ghz", "convert.khz->hz", "convert.khz->mhz", "convert.khz->ghz", "convert.mhz->hz", "convert.mhz->khz", "convert.mhz->ghz", "convert.ghz->hz", "convert.ghz->khz", "convert.ghz->mhz", "convert.deg->rad", "convert.deg->grad", "convert.deg->turn", "convert.rad->deg", "convert.rad->grad", "convert.rad->turn", "convert.grad->deg", "convert.grad->rad", "convert.grad->turn", "convert.turn->deg", "convert.turn->rad", "convert.turn->grad", "convert.c->f", "convert.c->k", "convert.f->c", "convert.f->k", "convert.k->c", "convert.k->f", "-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"];
|
|
70
|
+
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", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "!=", "==", "<", ">", "<=", ">=", "not", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "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", "re-match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "assert", "-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"];
|
|
71
|
+
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", "take", "take-last", "drop", "drop-last", "take-while", "drop-while", "+", "-", "*", "/", "mod", "%", "quot", "inc", "dec", "sqrt", "cbrt", "^", "round", "trunc", "floor", "ceil", "min", "max", "abs", "sign", "|>", "apply", "identity", "comp", "constantly", "doc", "arity", "!=", "==", "<", ">", "<=", ">=", "not", "write!", "iso-date->epoch", "epoch->iso-date", "boolean", "compare", "identical?", "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", "re-match", "replace", "replace-all", "str", "number", "lower-case", "upper-case", "trim", "split", "join", "blank?", "<<", ">>", ">>>", "&", "|", "xor", "sum", "mean", "median", "prod", "assert", "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?", "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.mode", "vector.min-index", "vector.max-index", "vector.sort-indices", "vector.count-values", "vector.linspace", "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.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `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.moving-${string}`, `vector.centered-moving-${string}`, `vector.running-${string}`, `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.cell-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.crop", "grid.slice-rows", "grid.slice-cols", "grid.splice-rows", "grid.splice-cols", "grid.concat-rows", "grid.concat-cols", "grid.cell-map", "grid.cell-mapi", "grid.cell-reduce", "grid.cell-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", "assertion.assert=", "assertion.assert!=", "assertion.assert-gt", "assertion.assert-lt", "assertion.assert-gte", "assertion.assert-lte", "assertion.assert-true", "assertion.assert-false", "assertion.assert-truthy", "assertion.assert-falsy", "assertion.assert-null", "assertion.assert-throws", "assertion.assert-throws-error", "assertion.assert-not-throws", "assertion.assert-array", "assertion.assert-boolean", "assertion.assert-collection", "assertion.assert-function", "assertion.assert-grid", "assertion.assert-integer", "assertion.assert-matrix", "assertion.assert-number", "assertion.assert-object", "assertion.assert-regexp", "assertion.assert-sequence", "assertion.assert-string", "assertion.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.unshift", "sequence.splice", "sequence.sort-by", "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", "convert.angstrom->um", "convert.angstrom->mm", "convert.angstrom->cm", "convert.angstrom->m", "convert.angstrom->km", "convert.angstrom->in", "convert.angstrom->ft", "convert.angstrom->yd", "convert.angstrom->mi", "convert.angstrom->nmi", "convert.um->angstrom", "convert.um->mm", "convert.um->cm", "convert.um->m", "convert.um->km", "convert.um->in", "convert.um->ft", "convert.um->yd", "convert.um->mi", "convert.um->nmi", "convert.mm->angstrom", "convert.mm->um", "convert.mm->cm", "convert.mm->m", "convert.mm->km", "convert.mm->in", "convert.mm->ft", "convert.mm->yd", "convert.mm->mi", "convert.mm->nmi", "convert.cm->angstrom", "convert.cm->um", "convert.cm->mm", "convert.cm->m", "convert.cm->km", "convert.cm->in", "convert.cm->ft", "convert.cm->yd", "convert.cm->mi", "convert.cm->nmi", "convert.m->angstrom", "convert.m->um", "convert.m->mm", "convert.m->cm", "convert.m->km", "convert.m->in", "convert.m->ft", "convert.m->yd", "convert.m->mi", "convert.m->nmi", "convert.km->angstrom", "convert.km->um", "convert.km->mm", "convert.km->cm", "convert.km->m", "convert.km->in", "convert.km->ft", "convert.km->yd", "convert.km->mi", "convert.km->nmi", "convert.in->angstrom", "convert.in->um", "convert.in->mm", "convert.in->cm", "convert.in->m", "convert.in->km", "convert.in->ft", "convert.in->yd", "convert.in->mi", "convert.in->nmi", "convert.ft->angstrom", "convert.ft->um", "convert.ft->mm", "convert.ft->cm", "convert.ft->m", "convert.ft->km", "convert.ft->in", "convert.ft->yd", "convert.ft->mi", "convert.ft->nmi", "convert.yd->angstrom", "convert.yd->um", "convert.yd->mm", "convert.yd->cm", "convert.yd->m", "convert.yd->km", "convert.yd->in", "convert.yd->ft", "convert.yd->mi", "convert.yd->nmi", "convert.mi->angstrom", "convert.mi->um", "convert.mi->mm", "convert.mi->cm", "convert.mi->m", "convert.mi->km", "convert.mi->in", "convert.mi->ft", "convert.mi->yd", "convert.mi->nmi", "convert.nmi->angstrom", "convert.nmi->um", "convert.nmi->mm", "convert.nmi->cm", "convert.nmi->m", "convert.nmi->km", "convert.nmi->in", "convert.nmi->ft", "convert.nmi->yd", "convert.nmi->mi", "convert.mg->g", "convert.mg->kg", "convert.mg->t", "convert.mg->oz", "convert.mg->lb", "convert.mg->st", "convert.g->mg", "convert.g->kg", "convert.g->t", "convert.g->oz", "convert.g->lb", "convert.g->st", "convert.kg->mg", "convert.kg->g", "convert.kg->t", "convert.kg->oz", "convert.kg->lb", "convert.kg->st", "convert.t->mg", "convert.t->g", "convert.t->kg", "convert.t->oz", "convert.t->lb", "convert.t->st", "convert.oz->mg", "convert.oz->g", "convert.oz->kg", "convert.oz->t", "convert.oz->lb", "convert.oz->st", "convert.lb->mg", "convert.lb->g", "convert.lb->kg", "convert.lb->t", "convert.lb->oz", "convert.lb->st", "convert.st->mg", "convert.st->g", "convert.st->kg", "convert.st->t", "convert.st->oz", "convert.st->lb", "convert.ml->cl", "convert.ml->dl", "convert.ml->l", "convert.ml->tsp", "convert.ml->tbsp", "convert.ml->fl-oz", "convert.ml->cup", "convert.ml->pt", "convert.ml->qt", "convert.ml->gal", "convert.cl->ml", "convert.cl->dl", "convert.cl->l", "convert.cl->tsp", "convert.cl->tbsp", "convert.cl->fl-oz", "convert.cl->cup", "convert.cl->pt", "convert.cl->qt", "convert.cl->gal", "convert.dl->ml", "convert.dl->cl", "convert.dl->l", "convert.dl->tsp", "convert.dl->tbsp", "convert.dl->fl-oz", "convert.dl->cup", "convert.dl->pt", "convert.dl->qt", "convert.dl->gal", "convert.l->ml", "convert.l->cl", "convert.l->dl", "convert.l->tsp", "convert.l->tbsp", "convert.l->fl-oz", "convert.l->cup", "convert.l->pt", "convert.l->qt", "convert.l->gal", "convert.tsp->ml", "convert.tsp->cl", "convert.tsp->dl", "convert.tsp->l", "convert.tsp->tbsp", "convert.tsp->fl-oz", "convert.tsp->cup", "convert.tsp->pt", "convert.tsp->qt", "convert.tsp->gal", "convert.tbsp->ml", "convert.tbsp->cl", "convert.tbsp->dl", "convert.tbsp->l", "convert.tbsp->tsp", "convert.tbsp->fl-oz", "convert.tbsp->cup", "convert.tbsp->pt", "convert.tbsp->qt", "convert.tbsp->gal", "convert.fl-oz->ml", "convert.fl-oz->cl", "convert.fl-oz->dl", "convert.fl-oz->l", "convert.fl-oz->tsp", "convert.fl-oz->tbsp", "convert.fl-oz->cup", "convert.fl-oz->pt", "convert.fl-oz->qt", "convert.fl-oz->gal", "convert.cup->ml", "convert.cup->cl", "convert.cup->dl", "convert.cup->l", "convert.cup->tsp", "convert.cup->tbsp", "convert.cup->fl-oz", "convert.cup->pt", "convert.cup->qt", "convert.cup->gal", "convert.pt->ml", "convert.pt->cl", "convert.pt->dl", "convert.pt->l", "convert.pt->tsp", "convert.pt->tbsp", "convert.pt->fl-oz", "convert.pt->cup", "convert.pt->qt", "convert.pt->gal", "convert.qt->ml", "convert.qt->cl", "convert.qt->dl", "convert.qt->l", "convert.qt->tsp", "convert.qt->tbsp", "convert.qt->fl-oz", "convert.qt->cup", "convert.qt->pt", "convert.qt->gal", "convert.gal->ml", "convert.gal->cl", "convert.gal->dl", "convert.gal->l", "convert.gal->tsp", "convert.gal->tbsp", "convert.gal->fl-oz", "convert.gal->cup", "convert.gal->pt", "convert.gal->qt", "convert.ms->s", "convert.ms->min", "convert.ms->h", "convert.ms->day", "convert.ms->week", "convert.s->ms", "convert.s->min", "convert.s->h", "convert.s->day", "convert.s->week", "convert.min->ms", "convert.min->s", "convert.min->h", "convert.min->day", "convert.min->week", "convert.h->ms", "convert.h->s", "convert.h->min", "convert.h->day", "convert.h->week", "convert.day->ms", "convert.day->s", "convert.day->min", "convert.day->h", "convert.day->week", "convert.week->ms", "convert.week->s", "convert.week->min", "convert.week->h", "convert.week->day", "convert.mm2->cm2", "convert.mm2->m2", "convert.mm2->km2", "convert.mm2->in2", "convert.mm2->ft2", "convert.mm2->yd2", "convert.mm2->acre", "convert.mm2->hectare", "convert.cm2->mm2", "convert.cm2->m2", "convert.cm2->km2", "convert.cm2->in2", "convert.cm2->ft2", "convert.cm2->yd2", "convert.cm2->acre", "convert.cm2->hectare", "convert.m2->mm2", "convert.m2->cm2", "convert.m2->km2", "convert.m2->in2", "convert.m2->ft2", "convert.m2->yd2", "convert.m2->acre", "convert.m2->hectare", "convert.km2->mm2", "convert.km2->cm2", "convert.km2->m2", "convert.km2->in2", "convert.km2->ft2", "convert.km2->yd2", "convert.km2->acre", "convert.km2->hectare", "convert.in2->mm2", "convert.in2->cm2", "convert.in2->m2", "convert.in2->km2", "convert.in2->ft2", "convert.in2->yd2", "convert.in2->acre", "convert.in2->hectare", "convert.ft2->mm2", "convert.ft2->cm2", "convert.ft2->m2", "convert.ft2->km2", "convert.ft2->in2", "convert.ft2->yd2", "convert.ft2->acre", "convert.ft2->hectare", "convert.yd2->mm2", "convert.yd2->cm2", "convert.yd2->m2", "convert.yd2->km2", "convert.yd2->in2", "convert.yd2->ft2", "convert.yd2->acre", "convert.yd2->hectare", "convert.acre->mm2", "convert.acre->cm2", "convert.acre->m2", "convert.acre->km2", "convert.acre->in2", "convert.acre->ft2", "convert.acre->yd2", "convert.acre->hectare", "convert.hectare->mm2", "convert.hectare->cm2", "convert.hectare->m2", "convert.hectare->km2", "convert.hectare->in2", "convert.hectare->ft2", "convert.hectare->yd2", "convert.hectare->acre", "convert.m/s->km/h", "convert.m/s->mph", "convert.m/s->kn", "convert.m/s->ft/s", "convert.km/h->m/s", "convert.km/h->mph", "convert.km/h->kn", "convert.km/h->ft/s", "convert.mph->m/s", "convert.mph->km/h", "convert.mph->kn", "convert.mph->ft/s", "convert.kn->m/s", "convert.kn->km/h", "convert.kn->mph", "convert.kn->ft/s", "convert.ft/s->m/s", "convert.ft/s->km/h", "convert.ft/s->mph", "convert.ft/s->kn", "convert.b->kb", "convert.b->mb", "convert.b->gb", "convert.b->tb", "convert.b->pb", "convert.kb->b", "convert.kb->mb", "convert.kb->gb", "convert.kb->tb", "convert.kb->pb", "convert.mb->b", "convert.mb->kb", "convert.mb->gb", "convert.mb->tb", "convert.mb->pb", "convert.gb->b", "convert.gb->kb", "convert.gb->mb", "convert.gb->tb", "convert.gb->pb", "convert.tb->b", "convert.tb->kb", "convert.tb->mb", "convert.tb->gb", "convert.tb->pb", "convert.pb->b", "convert.pb->kb", "convert.pb->mb", "convert.pb->gb", "convert.pb->tb", "convert.pa->kpa", "convert.pa->bar", "convert.pa->atm", "convert.pa->psi", "convert.pa->mmhg", "convert.kpa->pa", "convert.kpa->bar", "convert.kpa->atm", "convert.kpa->psi", "convert.kpa->mmhg", "convert.bar->pa", "convert.bar->kpa", "convert.bar->atm", "convert.bar->psi", "convert.bar->mmhg", "convert.atm->pa", "convert.atm->kpa", "convert.atm->bar", "convert.atm->psi", "convert.atm->mmhg", "convert.psi->pa", "convert.psi->kpa", "convert.psi->bar", "convert.psi->atm", "convert.psi->mmhg", "convert.mmhg->pa", "convert.mmhg->kpa", "convert.mmhg->bar", "convert.mmhg->atm", "convert.mmhg->psi", "convert.j->kj", "convert.j->cal", "convert.j->kcal", "convert.j->wh", "convert.j->kwh", "convert.j->btu", "convert.kj->j", "convert.kj->cal", "convert.kj->kcal", "convert.kj->wh", "convert.kj->kwh", "convert.kj->btu", "convert.cal->j", "convert.cal->kj", "convert.cal->kcal", "convert.cal->wh", "convert.cal->kwh", "convert.cal->btu", "convert.kcal->j", "convert.kcal->kj", "convert.kcal->cal", "convert.kcal->wh", "convert.kcal->kwh", "convert.kcal->btu", "convert.wh->j", "convert.wh->kj", "convert.wh->cal", "convert.wh->kcal", "convert.wh->kwh", "convert.wh->btu", "convert.kwh->j", "convert.kwh->kj", "convert.kwh->cal", "convert.kwh->kcal", "convert.kwh->wh", "convert.kwh->btu", "convert.btu->j", "convert.btu->kj", "convert.btu->cal", "convert.btu->kcal", "convert.btu->wh", "convert.btu->kwh", "convert.w->kw", "convert.w->mw", "convert.w->hp", "convert.kw->w", "convert.kw->mw", "convert.kw->hp", "convert.mw->w", "convert.mw->kw", "convert.mw->hp", "convert.hp->w", "convert.hp->kw", "convert.hp->mw", "convert.hz->khz", "convert.hz->mhz", "convert.hz->ghz", "convert.khz->hz", "convert.khz->mhz", "convert.khz->ghz", "convert.mhz->hz", "convert.mhz->khz", "convert.mhz->ghz", "convert.ghz->hz", "convert.ghz->khz", "convert.ghz->mhz", "convert.deg->rad", "convert.deg->grad", "convert.deg->turn", "convert.rad->deg", "convert.rad->grad", "convert.rad->turn", "convert.grad->deg", "convert.grad->rad", "convert.grad->turn", "convert.turn->deg", "convert.turn->rad", "convert.turn->grad", "convert.c->f", "convert.c->k", "convert.f->c", "convert.f->k", "convert.k->c", "convert.k->f", "-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"];
|
|
70
72
|
export type CoreApiName = typeof coreApiNames[number];
|
|
71
73
|
export type ApiName = typeof apiNames[number];
|
|
72
74
|
export declare function isApiName(arg: string): arg is ApiName;
|