@pithos/core 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/_internal/test/arbitraries.d.ts +16 -0
- package/dist/_internal/test/arbitraries.d.ts.map +1 -0
- package/dist/_internal/test/arbitraries.js +19 -0
- package/dist/_internal/test/arbitraries.js.map +1 -0
- package/dist/arkhe/array/chunk.d.ts +20 -0
- package/dist/arkhe/array/chunk.d.ts.map +1 -0
- package/dist/arkhe/array/chunk.js +32 -0
- package/dist/arkhe/array/chunk.js.map +1 -0
- package/dist/arkhe/array/count-by.d.ts +27 -0
- package/dist/arkhe/array/count-by.d.ts.map +1 -0
- package/dist/arkhe/array/count-by.js +34 -0
- package/dist/arkhe/array/count-by.js.map +1 -0
- package/dist/arkhe/array/difference-by.d.ts +28 -0
- package/dist/arkhe/array/difference-by.d.ts.map +1 -0
- package/dist/arkhe/array/difference-by.js +42 -0
- package/dist/arkhe/array/difference-by.js.map +1 -0
- package/dist/arkhe/array/difference-with.d.ts +36 -0
- package/dist/arkhe/array/difference-with.d.ts.map +1 -0
- package/dist/arkhe/array/difference-with.js +38 -0
- package/dist/arkhe/array/difference-with.js.map +1 -0
- package/dist/arkhe/array/difference.d.ts +24 -0
- package/dist/arkhe/array/difference.d.ts.map +1 -0
- package/dist/arkhe/array/difference.js +56 -0
- package/dist/arkhe/array/difference.js.map +1 -0
- package/dist/arkhe/array/drop-right-while.d.ts +26 -0
- package/dist/arkhe/array/drop-right-while.d.ts.map +1 -0
- package/dist/arkhe/array/drop-right-while.js +38 -0
- package/dist/arkhe/array/drop-right-while.js.map +1 -0
- package/dist/arkhe/array/drop-right.d.ts +25 -0
- package/dist/arkhe/array/drop-right.d.ts.map +1 -0
- package/dist/arkhe/array/drop-right.js +33 -0
- package/dist/arkhe/array/drop-right.js.map +1 -0
- package/dist/arkhe/array/drop-while.d.ts +26 -0
- package/dist/arkhe/array/drop-while.d.ts.map +1 -0
- package/dist/arkhe/array/drop-while.js +36 -0
- package/dist/arkhe/array/drop-while.js.map +1 -0
- package/dist/arkhe/array/drop.d.ts +25 -0
- package/dist/arkhe/array/drop.d.ts.map +1 -0
- package/dist/arkhe/array/drop.js +31 -0
- package/dist/arkhe/array/drop.js.map +1 -0
- package/dist/arkhe/array/fill.d.ts +27 -0
- package/dist/arkhe/array/fill.d.ts.map +1 -0
- package/dist/arkhe/array/fill.js +43 -0
- package/dist/arkhe/array/fill.js.map +1 -0
- package/dist/arkhe/array/find-best.d.ts +28 -0
- package/dist/arkhe/array/find-best.d.ts.map +1 -0
- package/dist/arkhe/array/find-best.js +41 -0
- package/dist/arkhe/array/find-best.js.map +1 -0
- package/dist/arkhe/array/find-last-index.d.ts +29 -0
- package/dist/arkhe/array/find-last-index.d.ts.map +1 -0
- package/dist/arkhe/array/find-last-index.js +36 -0
- package/dist/arkhe/array/find-last-index.js.map +1 -0
- package/dist/arkhe/array/find-last.d.ts +30 -0
- package/dist/arkhe/array/find-last.d.ts.map +1 -0
- package/dist/arkhe/array/find-last.js +37 -0
- package/dist/arkhe/array/find-last.js.map +1 -0
- package/dist/arkhe/array/group-by.d.ts +33 -0
- package/dist/arkhe/array/group-by.d.ts.map +1 -0
- package/dist/arkhe/array/group-by.js +40 -0
- package/dist/arkhe/array/group-by.js.map +1 -0
- package/dist/arkhe/array/group-with.d.ts +25 -0
- package/dist/arkhe/array/group-with.d.ts.map +1 -0
- package/dist/arkhe/array/group-with.js +44 -0
- package/dist/arkhe/array/group-with.js.map +1 -0
- package/dist/arkhe/array/intersection-by.d.ts +25 -0
- package/dist/arkhe/array/intersection-by.d.ts.map +1 -0
- package/dist/arkhe/array/intersection-by.js +78 -0
- package/dist/arkhe/array/intersection-by.js.map +1 -0
- package/dist/arkhe/array/intersection-with.d.ts +28 -0
- package/dist/arkhe/array/intersection-with.d.ts.map +1 -0
- package/dist/arkhe/array/intersection-with.js +101 -0
- package/dist/arkhe/array/intersection-with.js.map +1 -0
- package/dist/arkhe/array/intersection.d.ts +24 -0
- package/dist/arkhe/array/intersection.d.ts.map +1 -0
- package/dist/arkhe/array/intersection.js +57 -0
- package/dist/arkhe/array/intersection.js.map +1 -0
- package/dist/arkhe/array/key-by.d.ts +31 -0
- package/dist/arkhe/array/key-by.d.ts.map +1 -0
- package/dist/arkhe/array/key-by.js +37 -0
- package/dist/arkhe/array/key-by.js.map +1 -0
- package/dist/arkhe/array/max-by.d.ts +26 -0
- package/dist/arkhe/array/max-by.d.ts.map +1 -0
- package/dist/arkhe/array/max-by.js +39 -0
- package/dist/arkhe/array/max-by.js.map +1 -0
- package/dist/arkhe/array/min-by.d.ts +26 -0
- package/dist/arkhe/array/min-by.d.ts.map +1 -0
- package/dist/arkhe/array/min-by.js +39 -0
- package/dist/arkhe/array/min-by.js.map +1 -0
- package/dist/arkhe/array/order-by.d.ts +45 -0
- package/dist/arkhe/array/order-by.d.ts.map +1 -0
- package/dist/arkhe/array/order-by.js +60 -0
- package/dist/arkhe/array/order-by.js.map +1 -0
- package/dist/arkhe/array/partition.d.ts +27 -0
- package/dist/arkhe/array/partition.d.ts.map +1 -0
- package/dist/arkhe/array/partition.js +39 -0
- package/dist/arkhe/array/partition.js.map +1 -0
- package/dist/arkhe/array/reverse.d.ts +24 -0
- package/dist/arkhe/array/reverse.d.ts.map +1 -0
- package/dist/arkhe/array/reverse.js +26 -0
- package/dist/arkhe/array/reverse.js.map +1 -0
- package/dist/arkhe/array/sample-size.d.ts +28 -0
- package/dist/arkhe/array/sample-size.d.ts.map +1 -0
- package/dist/arkhe/array/sample-size.js +44 -0
- package/dist/arkhe/array/sample-size.js.map +1 -0
- package/dist/arkhe/array/sample.d.ts +21 -0
- package/dist/arkhe/array/sample.d.ts.map +1 -0
- package/dist/arkhe/array/sample.js +25 -0
- package/dist/arkhe/array/sample.js.map +1 -0
- package/dist/arkhe/array/shuffle.d.ts +25 -0
- package/dist/arkhe/array/shuffle.d.ts.map +1 -0
- package/dist/arkhe/array/shuffle.js +34 -0
- package/dist/arkhe/array/shuffle.js.map +1 -0
- package/dist/arkhe/array/take-right-while.d.ts +28 -0
- package/dist/arkhe/array/take-right-while.d.ts.map +1 -0
- package/dist/arkhe/array/take-right-while.js +37 -0
- package/dist/arkhe/array/take-right-while.js.map +1 -0
- package/dist/arkhe/array/take-right.d.ts +23 -0
- package/dist/arkhe/array/take-right.d.ts.map +1 -0
- package/dist/arkhe/array/take-right.js +31 -0
- package/dist/arkhe/array/take-right.js.map +1 -0
- package/dist/arkhe/array/take-while.d.ts +28 -0
- package/dist/arkhe/array/take-while.d.ts.map +1 -0
- package/dist/arkhe/array/take-while.js +37 -0
- package/dist/arkhe/array/take-while.js.map +1 -0
- package/dist/arkhe/array/take.d.ts +26 -0
- package/dist/arkhe/array/take.d.ts.map +1 -0
- package/dist/arkhe/array/take.js +35 -0
- package/dist/arkhe/array/take.js.map +1 -0
- package/dist/arkhe/array/to-array.d.ts +27 -0
- package/dist/arkhe/array/to-array.d.ts.map +1 -0
- package/dist/arkhe/array/to-array.js +28 -0
- package/dist/arkhe/array/to-array.js.map +1 -0
- package/dist/arkhe/array/toggle.d.ts +24 -0
- package/dist/arkhe/array/toggle.d.ts.map +1 -0
- package/dist/arkhe/array/toggle.js +29 -0
- package/dist/arkhe/array/toggle.js.map +1 -0
- package/dist/arkhe/array/union-by.d.ts +28 -0
- package/dist/arkhe/array/union-by.d.ts.map +1 -0
- package/dist/arkhe/array/union-by.js +44 -0
- package/dist/arkhe/array/union-by.js.map +1 -0
- package/dist/arkhe/array/union-with.d.ts +26 -0
- package/dist/arkhe/array/union-with.d.ts.map +1 -0
- package/dist/arkhe/array/union-with.js +40 -0
- package/dist/arkhe/array/union-with.js.map +1 -0
- package/dist/arkhe/array/union.d.ts +23 -0
- package/dist/arkhe/array/union.d.ts.map +1 -0
- package/dist/arkhe/array/union.js +38 -0
- package/dist/arkhe/array/union.js.map +1 -0
- package/dist/arkhe/array/uniq-by.d.ts +28 -0
- package/dist/arkhe/array/uniq-by.d.ts.map +1 -0
- package/dist/arkhe/array/uniq-by.js +39 -0
- package/dist/arkhe/array/uniq-by.js.map +1 -0
- package/dist/arkhe/array/uniq-with.d.ts +23 -0
- package/dist/arkhe/array/uniq-with.d.ts.map +1 -0
- package/dist/arkhe/array/uniq-with.js +32 -0
- package/dist/arkhe/array/uniq-with.js.map +1 -0
- package/dist/arkhe/array/uniq.d.ts +23 -0
- package/dist/arkhe/array/uniq.d.ts.map +1 -0
- package/dist/arkhe/array/uniq.js +57 -0
- package/dist/arkhe/array/uniq.js.map +1 -0
- package/dist/arkhe/array/unzip.d.ts +40 -0
- package/dist/arkhe/array/unzip.d.ts.map +1 -0
- package/dist/arkhe/array/unzip.js +50 -0
- package/dist/arkhe/array/unzip.js.map +1 -0
- package/dist/arkhe/array/window.d.ts +23 -0
- package/dist/arkhe/array/window.d.ts.map +1 -0
- package/dist/arkhe/array/window.js +39 -0
- package/dist/arkhe/array/window.js.map +1 -0
- package/dist/arkhe/array/xor.d.ts +23 -0
- package/dist/arkhe/array/xor.d.ts.map +1 -0
- package/dist/arkhe/array/xor.js +45 -0
- package/dist/arkhe/array/xor.js.map +1 -0
- package/dist/arkhe/array/zip-with.d.ts +25 -0
- package/dist/arkhe/array/zip-with.d.ts.map +1 -0
- package/dist/arkhe/array/zip-with.js +36 -0
- package/dist/arkhe/array/zip-with.js.map +1 -0
- package/dist/arkhe/array/zip.d.ts +35 -0
- package/dist/arkhe/array/zip.d.ts.map +1 -0
- package/dist/arkhe/array/zip.js +49 -0
- package/dist/arkhe/array/zip.js.map +1 -0
- package/dist/arkhe/async/all.d.ts +32 -0
- package/dist/arkhe/async/all.d.ts.map +1 -0
- package/dist/arkhe/async/all.js +40 -0
- package/dist/arkhe/async/all.js.map +1 -0
- package/dist/arkhe/async/dedupe-by-key.d.ts +27 -0
- package/dist/arkhe/async/dedupe-by-key.d.ts.map +1 -0
- package/dist/arkhe/async/dedupe-by-key.js +37 -0
- package/dist/arkhe/async/dedupe-by-key.js.map +1 -0
- package/dist/arkhe/async/defer.d.ts +20 -0
- package/dist/arkhe/async/defer.d.ts.map +1 -0
- package/dist/arkhe/async/defer.js +32 -0
- package/dist/arkhe/async/defer.js.map +1 -0
- package/dist/arkhe/async/guard.d.ts +26 -0
- package/dist/arkhe/async/guard.d.ts.map +1 -0
- package/dist/arkhe/async/guard.js +40 -0
- package/dist/arkhe/async/guard.js.map +1 -0
- package/dist/arkhe/async/parallel.d.ts +26 -0
- package/dist/arkhe/async/parallel.d.ts.map +1 -0
- package/dist/arkhe/async/parallel.js +57 -0
- package/dist/arkhe/async/parallel.js.map +1 -0
- package/dist/arkhe/async/queue-by-key.d.ts +30 -0
- package/dist/arkhe/async/queue-by-key.d.ts.map +1 -0
- package/dist/arkhe/async/queue-by-key.js +43 -0
- package/dist/arkhe/async/queue-by-key.js.map +1 -0
- package/dist/arkhe/async/retry.d.ts +50 -0
- package/dist/arkhe/async/retry.d.ts.map +1 -0
- package/dist/arkhe/async/retry.js +53 -0
- package/dist/arkhe/async/retry.js.map +1 -0
- package/dist/arkhe/function/after.d.ts +38 -0
- package/dist/arkhe/function/after.d.ts.map +1 -0
- package/dist/arkhe/function/after.js +50 -0
- package/dist/arkhe/function/after.js.map +1 -0
- package/dist/arkhe/function/before.d.ts +37 -0
- package/dist/arkhe/function/before.d.ts.map +1 -0
- package/dist/arkhe/function/before.js +53 -0
- package/dist/arkhe/function/before.js.map +1 -0
- package/dist/arkhe/function/cast-comparator.d.ts +42 -0
- package/dist/arkhe/function/cast-comparator.d.ts.map +1 -0
- package/dist/arkhe/function/cast-comparator.js +41 -0
- package/dist/arkhe/function/cast-comparator.js.map +1 -0
- package/dist/arkhe/function/cast-mapping.d.ts +31 -0
- package/dist/arkhe/function/cast-mapping.d.ts.map +1 -0
- package/dist/arkhe/function/cast-mapping.js +37 -0
- package/dist/arkhe/function/cast-mapping.js.map +1 -0
- package/dist/arkhe/function/curry.d.ts +48 -0
- package/dist/arkhe/function/curry.d.ts.map +1 -0
- package/dist/arkhe/function/curry.js +53 -0
- package/dist/arkhe/function/curry.js.map +1 -0
- package/dist/arkhe/function/debounce.d.ts +40 -0
- package/dist/arkhe/function/debounce.d.ts.map +1 -0
- package/dist/arkhe/function/debounce.js +87 -0
- package/dist/arkhe/function/debounce.js.map +1 -0
- package/dist/arkhe/function/flip.d.ts +22 -0
- package/dist/arkhe/function/flip.d.ts.map +1 -0
- package/dist/arkhe/function/flip.js +26 -0
- package/dist/arkhe/function/flip.js.map +1 -0
- package/dist/arkhe/function/flow-right.d.ts +47 -0
- package/dist/arkhe/function/flow-right.d.ts.map +1 -0
- package/dist/arkhe/function/flow-right.js +58 -0
- package/dist/arkhe/function/flow-right.js.map +1 -0
- package/dist/arkhe/function/memoize.d.ts +89 -0
- package/dist/arkhe/function/memoize.d.ts.map +1 -0
- package/dist/arkhe/function/memoize.js +29 -0
- package/dist/arkhe/function/memoize.js.map +1 -0
- package/dist/arkhe/function/negate.d.ts +28 -0
- package/dist/arkhe/function/negate.d.ts.map +1 -0
- package/dist/arkhe/function/negate.js +30 -0
- package/dist/arkhe/function/negate.js.map +1 -0
- package/dist/arkhe/function/noop.d.ts +23 -0
- package/dist/arkhe/function/noop.d.ts.map +1 -0
- package/dist/arkhe/function/noop.js +23 -0
- package/dist/arkhe/function/noop.js.map +1 -0
- package/dist/arkhe/function/once.d.ts +38 -0
- package/dist/arkhe/function/once.d.ts.map +1 -0
- package/dist/arkhe/function/once.js +48 -0
- package/dist/arkhe/function/once.js.map +1 -0
- package/dist/arkhe/function/pipe.d.ts +49 -0
- package/dist/arkhe/function/pipe.d.ts.map +1 -0
- package/dist/arkhe/function/pipe.js +54 -0
- package/dist/arkhe/function/pipe.js.map +1 -0
- package/dist/arkhe/function/throttle.d.ts +42 -0
- package/dist/arkhe/function/throttle.d.ts.map +1 -0
- package/dist/arkhe/function/throttle.js +94 -0
- package/dist/arkhe/function/throttle.js.map +1 -0
- package/dist/arkhe/function/unless.d.ts +34 -0
- package/dist/arkhe/function/unless.d.ts.map +1 -0
- package/dist/arkhe/function/unless.js +36 -0
- package/dist/arkhe/function/unless.js.map +1 -0
- package/dist/arkhe/function/when.d.ts +29 -0
- package/dist/arkhe/function/when.d.ts.map +1 -0
- package/dist/arkhe/function/when.js +31 -0
- package/dist/arkhe/function/when.js.map +1 -0
- package/dist/arkhe/is/guard/is-array-buffer.d.ts +18 -0
- package/dist/arkhe/is/guard/is-array-buffer.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-array-buffer.js +18 -0
- package/dist/arkhe/is/guard/is-array-buffer.js.map +1 -0
- package/dist/arkhe/is/guard/is-array.d.ts +19 -0
- package/dist/arkhe/is/guard/is-array.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-array.js +19 -0
- package/dist/arkhe/is/guard/is-array.js.map +1 -0
- package/dist/arkhe/is/guard/is-bigint.d.ts +16 -0
- package/dist/arkhe/is/guard/is-bigint.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-bigint.js +16 -0
- package/dist/arkhe/is/guard/is-bigint.js.map +1 -0
- package/dist/arkhe/is/guard/is-boolean.d.ts +17 -0
- package/dist/arkhe/is/guard/is-boolean.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-boolean.js +17 -0
- package/dist/arkhe/is/guard/is-boolean.js.map +1 -0
- package/dist/arkhe/is/guard/is-date.d.ts +19 -0
- package/dist/arkhe/is/guard/is-date.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-date.js +19 -0
- package/dist/arkhe/is/guard/is-date.js.map +1 -0
- package/dist/arkhe/is/guard/is-error.d.ts +19 -0
- package/dist/arkhe/is/guard/is-error.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-error.js +19 -0
- package/dist/arkhe/is/guard/is-error.js.map +1 -0
- package/dist/arkhe/is/guard/is-function.d.ts +20 -0
- package/dist/arkhe/is/guard/is-function.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-function.js +22 -0
- package/dist/arkhe/is/guard/is-function.js.map +1 -0
- package/dist/arkhe/is/guard/is-map.d.ts +20 -0
- package/dist/arkhe/is/guard/is-map.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-map.js +20 -0
- package/dist/arkhe/is/guard/is-map.js.map +1 -0
- package/dist/arkhe/is/guard/is-nil.d.ts +21 -0
- package/dist/arkhe/is/guard/is-nil.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-nil.js +21 -0
- package/dist/arkhe/is/guard/is-nil.js.map +1 -0
- package/dist/arkhe/is/guard/is-non-null.d.ts +22 -0
- package/dist/arkhe/is/guard/is-non-null.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-non-null.js +22 -0
- package/dist/arkhe/is/guard/is-non-null.js.map +1 -0
- package/dist/arkhe/is/guard/is-non-nullable.d.ts +24 -0
- package/dist/arkhe/is/guard/is-non-nullable.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-non-nullable.js +24 -0
- package/dist/arkhe/is/guard/is-non-nullable.js.map +1 -0
- package/dist/arkhe/is/guard/is-non-undefined.d.ts +23 -0
- package/dist/arkhe/is/guard/is-non-undefined.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-non-undefined.js +23 -0
- package/dist/arkhe/is/guard/is-non-undefined.js.map +1 -0
- package/dist/arkhe/is/guard/is-null.d.ts +23 -0
- package/dist/arkhe/is/guard/is-null.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-null.js +23 -0
- package/dist/arkhe/is/guard/is-null.js.map +1 -0
- package/dist/arkhe/is/guard/is-number.d.ts +22 -0
- package/dist/arkhe/is/guard/is-number.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-number.js +22 -0
- package/dist/arkhe/is/guard/is-number.js.map +1 -0
- package/dist/arkhe/is/guard/is-object.d.ts +24 -0
- package/dist/arkhe/is/guard/is-object.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-object.js +26 -0
- package/dist/arkhe/is/guard/is-object.js.map +1 -0
- package/dist/arkhe/is/guard/is-one-of.d.ts +28 -0
- package/dist/arkhe/is/guard/is-one-of.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-one-of.js +28 -0
- package/dist/arkhe/is/guard/is-one-of.js.map +1 -0
- package/dist/arkhe/is/guard/is-plain-object.d.ts +26 -0
- package/dist/arkhe/is/guard/is-plain-object.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-plain-object.js +34 -0
- package/dist/arkhe/is/guard/is-plain-object.js.map +1 -0
- package/dist/arkhe/is/guard/is-primitive.d.ts +21 -0
- package/dist/arkhe/is/guard/is-primitive.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-primitive.js +23 -0
- package/dist/arkhe/is/guard/is-primitive.js.map +1 -0
- package/dist/arkhe/is/guard/is-promise.d.ts +18 -0
- package/dist/arkhe/is/guard/is-promise.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-promise.js +23 -0
- package/dist/arkhe/is/guard/is-promise.js.map +1 -0
- package/dist/arkhe/is/guard/is-regexp.d.ts +16 -0
- package/dist/arkhe/is/guard/is-regexp.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-regexp.js +16 -0
- package/dist/arkhe/is/guard/is-regexp.js.map +1 -0
- package/dist/arkhe/is/guard/is-set.d.ts +21 -0
- package/dist/arkhe/is/guard/is-set.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-set.js +21 -0
- package/dist/arkhe/is/guard/is-set.js.map +1 -0
- package/dist/arkhe/is/guard/is-string.d.ts +19 -0
- package/dist/arkhe/is/guard/is-string.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-string.js +19 -0
- package/dist/arkhe/is/guard/is-string.js.map +1 -0
- package/dist/arkhe/is/guard/is-symbol.d.ts +17 -0
- package/dist/arkhe/is/guard/is-symbol.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-symbol.js +17 -0
- package/dist/arkhe/is/guard/is-symbol.js.map +1 -0
- package/dist/arkhe/is/guard/is-undefined.d.ts +24 -0
- package/dist/arkhe/is/guard/is-undefined.d.ts.map +1 -0
- package/dist/arkhe/is/guard/is-undefined.js +24 -0
- package/dist/arkhe/is/guard/is-undefined.js.map +1 -0
- package/dist/arkhe/is/predicate/is-empty.d.ts +27 -0
- package/dist/arkhe/is/predicate/is-empty.d.ts.map +1 -0
- package/dist/arkhe/is/predicate/is-empty.js +42 -0
- package/dist/arkhe/is/predicate/is-empty.js.map +1 -0
- package/dist/arkhe/is/predicate/is-equal.d.ts +42 -0
- package/dist/arkhe/is/predicate/is-equal.d.ts.map +1 -0
- package/dist/arkhe/is/predicate/is-equal.js +150 -0
- package/dist/arkhe/is/predicate/is-equal.js.map +1 -0
- package/dist/arkhe/is/predicate/is-float.d.ts +20 -0
- package/dist/arkhe/is/predicate/is-float.d.ts.map +1 -0
- package/dist/arkhe/is/predicate/is-float.js +24 -0
- package/dist/arkhe/is/predicate/is-float.js.map +1 -0
- package/dist/arkhe/number/clamp.d.ts +21 -0
- package/dist/arkhe/number/clamp.d.ts.map +1 -0
- package/dist/arkhe/number/clamp.js +25 -0
- package/dist/arkhe/number/clamp.js.map +1 -0
- package/dist/arkhe/number/in-range.d.ts +26 -0
- package/dist/arkhe/number/in-range.d.ts.map +1 -0
- package/dist/arkhe/number/in-range.js +12 -0
- package/dist/arkhe/number/in-range.js.map +1 -0
- package/dist/arkhe/number/parsers/parse-float-def.d.ts +24 -0
- package/dist/arkhe/number/parsers/parse-float-def.d.ts.map +1 -0
- package/dist/arkhe/number/parsers/parse-float-def.js +29 -0
- package/dist/arkhe/number/parsers/parse-float-def.js.map +1 -0
- package/dist/arkhe/number/parsers/parse-float.d.ts +22 -0
- package/dist/arkhe/number/parsers/parse-float.d.ts.map +1 -0
- package/dist/arkhe/number/parsers/parse-float.js +25 -0
- package/dist/arkhe/number/parsers/parse-float.js.map +1 -0
- package/dist/arkhe/number/parsers/parse-int-def.d.ts +25 -0
- package/dist/arkhe/number/parsers/parse-int-def.d.ts.map +1 -0
- package/dist/arkhe/number/parsers/parse-int-def.js +30 -0
- package/dist/arkhe/number/parsers/parse-int-def.js.map +1 -0
- package/dist/arkhe/number/random.d.ts +26 -0
- package/dist/arkhe/number/random.d.ts.map +1 -0
- package/dist/arkhe/number/random.js +15 -0
- package/dist/arkhe/number/random.js.map +1 -0
- package/dist/arkhe/number/to-number.d.ts +27 -0
- package/dist/arkhe/number/to-number.d.ts.map +1 -0
- package/dist/arkhe/number/to-number.js +37 -0
- package/dist/arkhe/number/to-number.js.map +1 -0
- package/dist/arkhe/object/deep-clone-full.d.ts +37 -0
- package/dist/arkhe/object/deep-clone-full.d.ts.map +1 -0
- package/dist/arkhe/object/deep-clone-full.js +172 -0
- package/dist/arkhe/object/deep-clone-full.js.map +1 -0
- package/dist/arkhe/object/deep-clone.d.ts +34 -0
- package/dist/arkhe/object/deep-clone.d.ts.map +1 -0
- package/dist/arkhe/object/deep-clone.js +115 -0
- package/dist/arkhe/object/deep-clone.js.map +1 -0
- package/dist/arkhe/object/defaults-deep.d.ts +33 -0
- package/dist/arkhe/object/defaults-deep.d.ts.map +1 -0
- package/dist/arkhe/object/defaults-deep.js +76 -0
- package/dist/arkhe/object/defaults-deep.js.map +1 -0
- package/dist/arkhe/object/defaults.d.ts +36 -0
- package/dist/arkhe/object/defaults.d.ts.map +1 -0
- package/dist/arkhe/object/defaults.js +47 -0
- package/dist/arkhe/object/defaults.js.map +1 -0
- package/dist/arkhe/object/evolve.d.ts +47 -0
- package/dist/arkhe/object/evolve.d.ts.map +1 -0
- package/dist/arkhe/object/evolve.js +58 -0
- package/dist/arkhe/object/evolve.js.map +1 -0
- package/dist/arkhe/object/find-key.d.ts +31 -0
- package/dist/arkhe/object/find-key.d.ts.map +1 -0
- package/dist/arkhe/object/find-key.js +39 -0
- package/dist/arkhe/object/find-key.js.map +1 -0
- package/dist/arkhe/object/get.d.ts +36 -0
- package/dist/arkhe/object/get.d.ts.map +1 -0
- package/dist/arkhe/object/get.js +126 -0
- package/dist/arkhe/object/get.js.map +1 -0
- package/dist/arkhe/object/has.d.ts +31 -0
- package/dist/arkhe/object/has.d.ts.map +1 -0
- package/dist/arkhe/object/has.js +33 -0
- package/dist/arkhe/object/has.js.map +1 -0
- package/dist/arkhe/object/invert.d.ts +28 -0
- package/dist/arkhe/object/invert.d.ts.map +1 -0
- package/dist/arkhe/object/invert.js +36 -0
- package/dist/arkhe/object/invert.js.map +1 -0
- package/dist/arkhe/object/map-keys.d.ts +34 -0
- package/dist/arkhe/object/map-keys.d.ts.map +1 -0
- package/dist/arkhe/object/map-keys.js +43 -0
- package/dist/arkhe/object/map-keys.js.map +1 -0
- package/dist/arkhe/object/map-values.d.ts +31 -0
- package/dist/arkhe/object/map-values.d.ts.map +1 -0
- package/dist/arkhe/object/map-values.js +39 -0
- package/dist/arkhe/object/map-values.js.map +1 -0
- package/dist/arkhe/object/merge-deep.d.ts +65 -0
- package/dist/arkhe/object/merge-deep.d.ts.map +1 -0
- package/dist/arkhe/object/merge-deep.js +106 -0
- package/dist/arkhe/object/merge-deep.js.map +1 -0
- package/dist/arkhe/object/merge-with.d.ts +47 -0
- package/dist/arkhe/object/merge-with.d.ts.map +1 -0
- package/dist/arkhe/object/merge-with.js +71 -0
- package/dist/arkhe/object/merge-with.js.map +1 -0
- package/dist/arkhe/object/omit-by.d.ts +31 -0
- package/dist/arkhe/object/omit-by.d.ts.map +1 -0
- package/dist/arkhe/object/omit-by.js +40 -0
- package/dist/arkhe/object/omit-by.js.map +1 -0
- package/dist/arkhe/object/omit.d.ts +36 -0
- package/dist/arkhe/object/omit.d.ts.map +1 -0
- package/dist/arkhe/object/omit.js +41 -0
- package/dist/arkhe/object/omit.js.map +1 -0
- package/dist/arkhe/object/pick.d.ts +30 -0
- package/dist/arkhe/object/pick.d.ts.map +1 -0
- package/dist/arkhe/object/pick.js +38 -0
- package/dist/arkhe/object/pick.js.map +1 -0
- package/dist/arkhe/object/pickBy.d.ts +35 -0
- package/dist/arkhe/object/pickBy.d.ts.map +1 -0
- package/dist/arkhe/object/pickBy.js +46 -0
- package/dist/arkhe/object/pickBy.js.map +1 -0
- package/dist/arkhe/object/set.d.ts +36 -0
- package/dist/arkhe/object/set.d.ts.map +1 -0
- package/dist/arkhe/object/set.js +125 -0
- package/dist/arkhe/object/set.js.map +1 -0
- package/dist/arkhe/string/camel-case.d.ts +23 -0
- package/dist/arkhe/string/camel-case.d.ts.map +1 -0
- package/dist/arkhe/string/camel-case.js +89 -0
- package/dist/arkhe/string/camel-case.js.map +1 -0
- package/dist/arkhe/string/capitalize.d.ts +19 -0
- package/dist/arkhe/string/capitalize.d.ts.map +1 -0
- package/dist/arkhe/string/capitalize.js +24 -0
- package/dist/arkhe/string/capitalize.js.map +1 -0
- package/dist/arkhe/string/constant-case.d.ts +22 -0
- package/dist/arkhe/string/constant-case.d.ts.map +1 -0
- package/dist/arkhe/string/constant-case.js +35 -0
- package/dist/arkhe/string/constant-case.js.map +1 -0
- package/dist/arkhe/string/deburr.d.ts +23 -0
- package/dist/arkhe/string/deburr.d.ts.map +1 -0
- package/dist/arkhe/string/deburr.js +68 -0
- package/dist/arkhe/string/deburr.js.map +1 -0
- package/dist/arkhe/string/escape-regexp.d.ts +28 -0
- package/dist/arkhe/string/escape-regexp.d.ts.map +1 -0
- package/dist/arkhe/string/escape-regexp.js +33 -0
- package/dist/arkhe/string/escape-regexp.js.map +1 -0
- package/dist/arkhe/string/escape.d.ts +24 -0
- package/dist/arkhe/string/escape.d.ts.map +1 -0
- package/dist/arkhe/string/escape.js +36 -0
- package/dist/arkhe/string/escape.js.map +1 -0
- package/dist/arkhe/string/kebab-case.d.ts +22 -0
- package/dist/arkhe/string/kebab-case.d.ts.map +1 -0
- package/dist/arkhe/string/kebab-case.js +38 -0
- package/dist/arkhe/string/kebab-case.js.map +1 -0
- package/dist/arkhe/string/lower-case.d.ts +19 -0
- package/dist/arkhe/string/lower-case.d.ts.map +1 -0
- package/dist/arkhe/string/lower-case.js +129 -0
- package/dist/arkhe/string/lower-case.js.map +1 -0
- package/dist/arkhe/string/lowerFirst.d.ts +20 -0
- package/dist/arkhe/string/lowerFirst.d.ts.map +1 -0
- package/dist/arkhe/string/lowerFirst.js +25 -0
- package/dist/arkhe/string/lowerFirst.js.map +1 -0
- package/dist/arkhe/string/parsers/parse-comma-separated.d.ts +25 -0
- package/dist/arkhe/string/parsers/parse-comma-separated.d.ts.map +1 -0
- package/dist/arkhe/string/parsers/parse-comma-separated.js +25 -0
- package/dist/arkhe/string/parsers/parse-comma-separated.js.map +1 -0
- package/dist/arkhe/string/parsers/parse-key-value-pairs.d.ts +30 -0
- package/dist/arkhe/string/parsers/parse-key-value-pairs.d.ts.map +1 -0
- package/dist/arkhe/string/parsers/parse-key-value-pairs.js +38 -0
- package/dist/arkhe/string/parsers/parse-key-value-pairs.js.map +1 -0
- package/dist/arkhe/string/parsers/path-parser.d.ts +26 -0
- package/dist/arkhe/string/parsers/path-parser.d.ts.map +1 -0
- package/dist/arkhe/string/parsers/path-parser.js +111 -0
- package/dist/arkhe/string/parsers/path-parser.js.map +1 -0
- package/dist/arkhe/string/pascal-case.d.ts +25 -0
- package/dist/arkhe/string/pascal-case.d.ts.map +1 -0
- package/dist/arkhe/string/pascal-case.js +35 -0
- package/dist/arkhe/string/pascal-case.js.map +1 -0
- package/dist/arkhe/string/sentence-case.d.ts +20 -0
- package/dist/arkhe/string/sentence-case.d.ts.map +1 -0
- package/dist/arkhe/string/sentence-case.js +25 -0
- package/dist/arkhe/string/sentence-case.js.map +1 -0
- package/dist/arkhe/string/snake-case.d.ts +22 -0
- package/dist/arkhe/string/snake-case.d.ts.map +1 -0
- package/dist/arkhe/string/snake-case.js +38 -0
- package/dist/arkhe/string/snake-case.js.map +1 -0
- package/dist/arkhe/string/template.d.ts +28 -0
- package/dist/arkhe/string/template.d.ts.map +1 -0
- package/dist/arkhe/string/template.js +45 -0
- package/dist/arkhe/string/template.js.map +1 -0
- package/dist/arkhe/string/title-case.d.ts +19 -0
- package/dist/arkhe/string/title-case.d.ts.map +1 -0
- package/dist/arkhe/string/title-case.js +23 -0
- package/dist/arkhe/string/title-case.js.map +1 -0
- package/dist/arkhe/string/truncate.d.ts +48 -0
- package/dist/arkhe/string/truncate.d.ts.map +1 -0
- package/dist/arkhe/string/truncate.js +67 -0
- package/dist/arkhe/string/truncate.js.map +1 -0
- package/dist/arkhe/string/unescape.d.ts +27 -0
- package/dist/arkhe/string/unescape.d.ts.map +1 -0
- package/dist/arkhe/string/unescape.js +40 -0
- package/dist/arkhe/string/unescape.js.map +1 -0
- package/dist/arkhe/string/uniq-with.d.ts +26 -0
- package/dist/arkhe/string/uniq-with.d.ts.map +1 -0
- package/dist/arkhe/string/uniq-with.js +35 -0
- package/dist/arkhe/string/uniq-with.js.map +1 -0
- package/dist/arkhe/string/upper-case.d.ts +19 -0
- package/dist/arkhe/string/upper-case.d.ts.map +1 -0
- package/dist/arkhe/string/upper-case.js +129 -0
- package/dist/arkhe/string/upper-case.js.map +1 -0
- package/dist/arkhe/string/words.d.ts +39 -0
- package/dist/arkhe/string/words.d.ts.map +1 -0
- package/dist/arkhe/string/words.js +54 -0
- package/dist/arkhe/string/words.js.map +1 -0
- package/dist/arkhe/test/console.d.ts +111 -0
- package/dist/arkhe/test/console.d.ts.map +1 -0
- package/dist/arkhe/test/console.js +162 -0
- package/dist/arkhe/test/console.js.map +1 -0
- package/dist/arkhe/test/globals.d.ts +144 -0
- package/dist/arkhe/test/globals.d.ts.map +1 -0
- package/dist/arkhe/test/globals.js +241 -0
- package/dist/arkhe/test/globals.js.map +1 -0
- package/dist/arkhe/test/private-access.d.ts +54 -0
- package/dist/arkhe/test/private-access.d.ts.map +1 -0
- package/dist/arkhe/test/private-access.js +50 -0
- package/dist/arkhe/test/private-access.js.map +1 -0
- package/dist/arkhe/types/animations/easing.d.ts +8 -0
- package/dist/arkhe/types/animations/easing.d.ts.map +1 -0
- package/dist/arkhe/types/animations/easing.js +2 -0
- package/dist/arkhe/types/animations/easing.js.map +1 -0
- package/dist/arkhe/types/common/arrayable.d.ts +16 -0
- package/dist/arkhe/types/common/arrayable.d.ts.map +1 -0
- package/dist/arkhe/types/common/arrayable.js +2 -0
- package/dist/arkhe/types/common/arrayable.js.map +1 -0
- package/dist/arkhe/types/common/awaitable.d.ts +17 -0
- package/dist/arkhe/types/common/awaitable.d.ts.map +1 -0
- package/dist/arkhe/types/common/awaitable.js +2 -0
- package/dist/arkhe/types/common/awaitable.js.map +1 -0
- package/dist/arkhe/types/common/nullish.d.ts +19 -0
- package/dist/arkhe/types/common/nullish.d.ts.map +1 -0
- package/dist/arkhe/types/common/nullish.js +2 -0
- package/dist/arkhe/types/common/nullish.js.map +1 -0
- package/dist/arkhe/types/dom/attachable.d.ts +15 -0
- package/dist/arkhe/types/dom/attachable.d.ts.map +1 -0
- package/dist/arkhe/types/dom/attachable.js +2 -0
- package/dist/arkhe/types/dom/attachable.js.map +1 -0
- package/dist/arkhe/types/dom/viewport.d.ts +15 -0
- package/dist/arkhe/types/dom/viewport.d.ts.map +1 -0
- package/dist/arkhe/types/dom/viewport.js +2 -0
- package/dist/arkhe/types/dom/viewport.js.map +1 -0
- package/dist/arkhe/types/gestures/axis.d.ts +6 -0
- package/dist/arkhe/types/gestures/axis.d.ts.map +1 -0
- package/dist/arkhe/types/gestures/axis.js +2 -0
- package/dist/arkhe/types/gestures/axis.js.map +1 -0
- package/dist/arkhe/types/gestures/drag.d.ts +11 -0
- package/dist/arkhe/types/gestures/drag.d.ts.map +1 -0
- package/dist/arkhe/types/gestures/drag.js +2 -0
- package/dist/arkhe/types/gestures/drag.js.map +1 -0
- package/dist/arkhe/types/math/arithmetic.d.ts +79 -0
- package/dist/arkhe/types/math/arithmetic.d.ts.map +1 -0
- package/dist/arkhe/types/math/arithmetic.js +7 -0
- package/dist/arkhe/types/math/arithmetic.js.map +1 -0
- package/dist/arkhe/types/math/geometry.d.ts +77 -0
- package/dist/arkhe/types/math/geometry.d.ts.map +1 -0
- package/dist/arkhe/types/math/geometry.js +2 -0
- package/dist/arkhe/types/math/geometry.js.map +1 -0
- package/dist/arkhe/types/performance/cache.d.ts +35 -0
- package/dist/arkhe/types/performance/cache.d.ts.map +1 -0
- package/dist/arkhe/types/performance/cache.js +2 -0
- package/dist/arkhe/types/performance/cache.js.map +1 -0
- package/dist/arkhe/types/utilities/deep-partial.d.ts +34 -0
- package/dist/arkhe/types/utilities/deep-partial.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/deep-partial.js +2 -0
- package/dist/arkhe/types/utilities/deep-partial.js.map +1 -0
- package/dist/arkhe/types/utilities/deep-readonly.d.ts +31 -0
- package/dist/arkhe/types/utilities/deep-readonly.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/deep-readonly.js +2 -0
- package/dist/arkhe/types/utilities/deep-readonly.js.map +1 -0
- package/dist/arkhe/types/utilities/entry.d.ts +25 -0
- package/dist/arkhe/types/utilities/entry.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/entry.js +2 -0
- package/dist/arkhe/types/utilities/entry.js.map +1 -0
- package/dist/arkhe/types/utilities/error-type.d.ts +15 -0
- package/dist/arkhe/types/utilities/error-type.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/error-type.js +2 -0
- package/dist/arkhe/types/utilities/error-type.js.map +1 -0
- package/dist/arkhe/types/utilities/is-some-option.d.ts +22 -0
- package/dist/arkhe/types/utilities/is-some-option.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/is-some-option.js +18 -0
- package/dist/arkhe/types/utilities/is-some-option.js.map +1 -0
- package/dist/arkhe/types/utilities/map-entries.d.ts +23 -0
- package/dist/arkhe/types/utilities/map-entries.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/map-entries.js +2 -0
- package/dist/arkhe/types/utilities/map-entries.js.map +1 -0
- package/dist/arkhe/types/utilities/non-empty-array.d.ts +23 -0
- package/dist/arkhe/types/utilities/non-empty-array.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/non-empty-array.js +2 -0
- package/dist/arkhe/types/utilities/non-empty-array.js.map +1 -0
- package/dist/arkhe/types/utilities/partial-except.d.ts +27 -0
- package/dist/arkhe/types/utilities/partial-except.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/partial-except.js +2 -0
- package/dist/arkhe/types/utilities/partial-except.js.map +1 -0
- package/dist/arkhe/types/utilities/partial-keys.d.ts +27 -0
- package/dist/arkhe/types/utilities/partial-keys.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/partial-keys.js +2 -0
- package/dist/arkhe/types/utilities/partial-keys.js.map +1 -0
- package/dist/arkhe/types/utilities/prettify.d.ts +27 -0
- package/dist/arkhe/types/utilities/prettify.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/prettify.js +2 -0
- package/dist/arkhe/types/utilities/prettify.js.map +1 -0
- package/dist/arkhe/types/utilities/primitive.d.ts +21 -0
- package/dist/arkhe/types/utilities/primitive.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/primitive.js +2 -0
- package/dist/arkhe/types/utilities/primitive.js.map +1 -0
- package/dist/arkhe/types/utilities/required-except.d.ts +28 -0
- package/dist/arkhe/types/utilities/required-except.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/required-except.js +2 -0
- package/dist/arkhe/types/utilities/required-except.js.map +1 -0
- package/dist/arkhe/types/utilities/required-keys.d.ts +28 -0
- package/dist/arkhe/types/utilities/required-keys.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/required-keys.js +2 -0
- package/dist/arkhe/types/utilities/required-keys.js.map +1 -0
- package/dist/arkhe/types/utilities/strict-omit.d.ts +23 -0
- package/dist/arkhe/types/utilities/strict-omit.d.ts.map +1 -0
- package/dist/arkhe/types/utilities/strict-omit.js +2 -0
- package/dist/arkhe/types/utilities/strict-omit.js.map +1 -0
- package/dist/arkhe/util/default-to.d.ts +30 -0
- package/dist/arkhe/util/default-to.d.ts.map +1 -0
- package/dist/arkhe/util/default-to.js +36 -0
- package/dist/arkhe/util/default-to.js.map +1 -0
- package/dist/arkhe/util/range.d.ts +24 -0
- package/dist/arkhe/util/range.d.ts.map +1 -0
- package/dist/arkhe/util/range.js +43 -0
- package/dist/arkhe/util/range.js.map +1 -0
- package/dist/arkhe/util/sleep.d.ts +22 -0
- package/dist/arkhe/util/sleep.d.ts.map +1 -0
- package/dist/arkhe/util/sleep.js +27 -0
- package/dist/arkhe/util/sleep.js.map +1 -0
- package/dist/arkhe/util/times.d.ts +25 -0
- package/dist/arkhe/util/times.d.ts.map +1 -0
- package/dist/arkhe/util/times.js +48 -0
- package/dist/arkhe/util/times.js.map +1 -0
- package/dist/arkhe/util/unique-id.d.ts +29 -0
- package/dist/arkhe/util/unique-id.d.ts.map +1 -0
- package/dist/arkhe/util/unique-id.js +32 -0
- package/dist/arkhe/util/unique-id.js.map +1 -0
- package/dist/autocompletion.d.ts +1627 -0
- package/dist/kanon/core/consts/messages.d.ts +88 -0
- package/dist/kanon/core/consts/messages.d.ts.map +1 -0
- package/dist/kanon/core/consts/messages.js +97 -0
- package/dist/kanon/core/consts/messages.js.map +1 -0
- package/dist/kanon/core/consts/patterns.d.ts +42 -0
- package/dist/kanon/core/consts/patterns.d.ts.map +1 -0
- package/dist/kanon/core/consts/patterns.js +42 -0
- package/dist/kanon/core/consts/patterns.js.map +1 -0
- package/dist/kanon/core/parser.d.ts +54 -0
- package/dist/kanon/core/parser.d.ts.map +1 -0
- package/dist/kanon/core/parser.js +96 -0
- package/dist/kanon/core/parser.js.map +1 -0
- package/dist/kanon/helpers/as-zod.d.ts +205 -0
- package/dist/kanon/helpers/as-zod.d.ts.map +1 -0
- package/dist/kanon/helpers/as-zod.js +307 -0
- package/dist/kanon/helpers/as-zod.js.map +1 -0
- package/dist/kanon/helpers/as-zod.shim.d.ts +257 -0
- package/dist/kanon/helpers/as-zod.shim.d.ts.map +1 -0
- package/dist/kanon/helpers/as-zod.shim.js +152 -0
- package/dist/kanon/helpers/as-zod.shim.js.map +1 -0
- package/dist/kanon/helpers/k.d.ts +179 -0
- package/dist/kanon/helpers/k.d.ts.map +1 -0
- package/dist/kanon/helpers/k.js +191 -0
- package/dist/kanon/helpers/k.js.map +1 -0
- package/dist/kanon/index.d.ts +62 -0
- package/dist/kanon/index.d.ts.map +1 -0
- package/dist/kanon/index.js +62 -0
- package/dist/kanon/index.js.map +1 -0
- package/dist/kanon/jit/builders/coerce.d.ts +175 -0
- package/dist/kanon/jit/builders/coerce.d.ts.map +1 -0
- package/dist/kanon/jit/builders/coerce.js +266 -0
- package/dist/kanon/jit/builders/coerce.js.map +1 -0
- package/dist/kanon/jit/builders/composites/array.d.ts +164 -0
- package/dist/kanon/jit/builders/composites/array.d.ts.map +1 -0
- package/dist/kanon/jit/builders/composites/array.js +299 -0
- package/dist/kanon/jit/builders/composites/array.js.map +1 -0
- package/dist/kanon/jit/builders/composites/object.d.ts +200 -0
- package/dist/kanon/jit/builders/composites/object.d.ts.map +1 -0
- package/dist/kanon/jit/builders/composites/object.js +300 -0
- package/dist/kanon/jit/builders/composites/object.js.map +1 -0
- package/dist/kanon/jit/builders/operators/union.d.ts +166 -0
- package/dist/kanon/jit/builders/operators/union.d.ts.map +1 -0
- package/dist/kanon/jit/builders/operators/union.js +284 -0
- package/dist/kanon/jit/builders/operators/union.js.map +1 -0
- package/dist/kanon/jit/builders/primitives/boolean.d.ts +50 -0
- package/dist/kanon/jit/builders/primitives/boolean.d.ts.map +1 -0
- package/dist/kanon/jit/builders/primitives/boolean.js +63 -0
- package/dist/kanon/jit/builders/primitives/boolean.js.map +1 -0
- package/dist/kanon/jit/builders/primitives/number.d.ts +246 -0
- package/dist/kanon/jit/builders/primitives/number.d.ts.map +1 -0
- package/dist/kanon/jit/builders/primitives/number.js +405 -0
- package/dist/kanon/jit/builders/primitives/number.js.map +1 -0
- package/dist/kanon/jit/builders/primitives/others.d.ts +200 -0
- package/dist/kanon/jit/builders/primitives/others.d.ts.map +1 -0
- package/dist/kanon/jit/builders/primitives/others.js +258 -0
- package/dist/kanon/jit/builders/primitives/others.js.map +1 -0
- package/dist/kanon/jit/builders/primitives/string.d.ts +215 -0
- package/dist/kanon/jit/builders/primitives/string.d.ts.map +1 -0
- package/dist/kanon/jit/builders/primitives/string.js +392 -0
- package/dist/kanon/jit/builders/primitives/string.js.map +1 -0
- package/dist/kanon/jit/builders/refinements.d.ts +105 -0
- package/dist/kanon/jit/builders/refinements.d.ts.map +1 -0
- package/dist/kanon/jit/builders/refinements.js +124 -0
- package/dist/kanon/jit/builders/refinements.js.map +1 -0
- package/dist/kanon/jit/cache.d.ts +106 -0
- package/dist/kanon/jit/cache.d.ts.map +1 -0
- package/dist/kanon/jit/cache.js +65 -0
- package/dist/kanon/jit/cache.js.map +1 -0
- package/dist/kanon/jit/compiler.d.ts +275 -0
- package/dist/kanon/jit/compiler.d.ts.map +1 -0
- package/dist/kanon/jit/compiler.js +561 -0
- package/dist/kanon/jit/compiler.js.map +1 -0
- package/dist/kanon/jit/context.d.ts +204 -0
- package/dist/kanon/jit/context.d.ts.map +1 -0
- package/dist/kanon/jit/context.js +238 -0
- package/dist/kanon/jit/context.js.map +1 -0
- package/dist/kanon/jit/utils/arbitraries.d.ts +145 -0
- package/dist/kanon/jit/utils/arbitraries.d.ts.map +1 -0
- package/dist/kanon/jit/utils/arbitraries.js +386 -0
- package/dist/kanon/jit/utils/arbitraries.js.map +1 -0
- package/dist/kanon/jit/utils/code.d.ts +73 -0
- package/dist/kanon/jit/utils/code.d.ts.map +1 -0
- package/dist/kanon/jit/utils/code.js +84 -0
- package/dist/kanon/jit/utils/code.js.map +1 -0
- package/dist/kanon/schemas/coerce/bigint.d.ts +23 -0
- package/dist/kanon/schemas/coerce/bigint.d.ts.map +1 -0
- package/dist/kanon/schemas/coerce/bigint.js +45 -0
- package/dist/kanon/schemas/coerce/bigint.js.map +1 -0
- package/dist/kanon/schemas/coerce/boolean.d.ts +10 -0
- package/dist/kanon/schemas/coerce/boolean.d.ts.map +1 -0
- package/dist/kanon/schemas/coerce/boolean.js +21 -0
- package/dist/kanon/schemas/coerce/boolean.js.map +1 -0
- package/dist/kanon/schemas/coerce/date.d.ts +20 -0
- package/dist/kanon/schemas/coerce/date.d.ts.map +1 -0
- package/dist/kanon/schemas/coerce/date.js +46 -0
- package/dist/kanon/schemas/coerce/date.js.map +1 -0
- package/dist/kanon/schemas/coerce/number.d.ts +20 -0
- package/dist/kanon/schemas/coerce/number.d.ts.map +1 -0
- package/dist/kanon/schemas/coerce/number.js +42 -0
- package/dist/kanon/schemas/coerce/number.js.map +1 -0
- package/dist/kanon/schemas/coerce/string.d.ts +20 -0
- package/dist/kanon/schemas/coerce/string.d.ts.map +1 -0
- package/dist/kanon/schemas/coerce/string.js +40 -0
- package/dist/kanon/schemas/coerce/string.js.map +1 -0
- package/dist/kanon/schemas/composites/array.d.ts +12 -0
- package/dist/kanon/schemas/composites/array.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/array.js +49 -0
- package/dist/kanon/schemas/composites/array.js.map +1 -0
- package/dist/kanon/schemas/composites/map.d.ts +13 -0
- package/dist/kanon/schemas/composites/map.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/map.js +64 -0
- package/dist/kanon/schemas/composites/map.js.map +1 -0
- package/dist/kanon/schemas/composites/object.d.ts +32 -0
- package/dist/kanon/schemas/composites/object.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/object.js +87 -0
- package/dist/kanon/schemas/composites/object.js.map +1 -0
- package/dist/kanon/schemas/composites/record.d.ts +13 -0
- package/dist/kanon/schemas/composites/record.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/record.js +54 -0
- package/dist/kanon/schemas/composites/record.js.map +1 -0
- package/dist/kanon/schemas/composites/set.d.ts +12 -0
- package/dist/kanon/schemas/composites/set.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/set.js +53 -0
- package/dist/kanon/schemas/composites/set.js.map +1 -0
- package/dist/kanon/schemas/composites/tuple.d.ts +55 -0
- package/dist/kanon/schemas/composites/tuple.d.ts.map +1 -0
- package/dist/kanon/schemas/composites/tuple.js +158 -0
- package/dist/kanon/schemas/composites/tuple.js.map +1 -0
- package/dist/kanon/schemas/constraints/array.d.ts +10 -0
- package/dist/kanon/schemas/constraints/array.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/array.js +33 -0
- package/dist/kanon/schemas/constraints/array.js.map +1 -0
- package/dist/kanon/schemas/constraints/bigint.d.ts +9 -0
- package/dist/kanon/schemas/constraints/bigint.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/bigint.js +30 -0
- package/dist/kanon/schemas/constraints/bigint.js.map +1 -0
- package/dist/kanon/schemas/constraints/date.d.ts +9 -0
- package/dist/kanon/schemas/constraints/date.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/date.js +30 -0
- package/dist/kanon/schemas/constraints/date.js.map +1 -0
- package/dist/kanon/schemas/constraints/map.d.ts +10 -0
- package/dist/kanon/schemas/constraints/map.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/map.js +22 -0
- package/dist/kanon/schemas/constraints/map.js.map +1 -0
- package/dist/kanon/schemas/constraints/number.d.ts +9 -0
- package/dist/kanon/schemas/constraints/number.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/number.js +46 -0
- package/dist/kanon/schemas/constraints/number.js.map +1 -0
- package/dist/kanon/schemas/constraints/object.d.ts +10 -0
- package/dist/kanon/schemas/constraints/object.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/object.js +34 -0
- package/dist/kanon/schemas/constraints/object.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/array.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/array.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/array.js +55 -0
- package/dist/kanon/schemas/constraints/refine/array.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/bigint.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/bigint.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/bigint.js +47 -0
- package/dist/kanon/schemas/constraints/refine/bigint.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/date.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/date.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/date.js +46 -0
- package/dist/kanon/schemas/constraints/refine/date.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/map.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/map.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/map.js +72 -0
- package/dist/kanon/schemas/constraints/refine/map.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/number.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/number.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/number.js +46 -0
- package/dist/kanon/schemas/constraints/refine/number.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/object.d.ts +15 -0
- package/dist/kanon/schemas/constraints/refine/object.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/object.js +56 -0
- package/dist/kanon/schemas/constraints/refine/object.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/set.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/set.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/set.js +60 -0
- package/dist/kanon/schemas/constraints/refine/set.js.map +1 -0
- package/dist/kanon/schemas/constraints/refine/string.d.ts +11 -0
- package/dist/kanon/schemas/constraints/refine/string.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/refine/string.js +46 -0
- package/dist/kanon/schemas/constraints/refine/string.js.map +1 -0
- package/dist/kanon/schemas/constraints/set.d.ts +10 -0
- package/dist/kanon/schemas/constraints/set.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/set.js +22 -0
- package/dist/kanon/schemas/constraints/set.js.map +1 -0
- package/dist/kanon/schemas/constraints/string.d.ts +9 -0
- package/dist/kanon/schemas/constraints/string.d.ts.map +1 -0
- package/dist/kanon/schemas/constraints/string.js +53 -0
- package/dist/kanon/schemas/constraints/string.js.map +1 -0
- package/dist/kanon/schemas/operators/intersection.d.ts +24 -0
- package/dist/kanon/schemas/operators/intersection.d.ts.map +1 -0
- package/dist/kanon/schemas/operators/intersection.js +54 -0
- package/dist/kanon/schemas/operators/intersection.js.map +1 -0
- package/dist/kanon/schemas/operators/union.d.ts +63 -0
- package/dist/kanon/schemas/operators/union.d.ts.map +1 -0
- package/dist/kanon/schemas/operators/union.js +151 -0
- package/dist/kanon/schemas/operators/union.js.map +1 -0
- package/dist/kanon/schemas/primitives/any.d.ts +15 -0
- package/dist/kanon/schemas/primitives/any.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/any.js +31 -0
- package/dist/kanon/schemas/primitives/any.js.map +1 -0
- package/dist/kanon/schemas/primitives/bigint.d.ts +16 -0
- package/dist/kanon/schemas/primitives/bigint.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/bigint.js +49 -0
- package/dist/kanon/schemas/primitives/bigint.js.map +1 -0
- package/dist/kanon/schemas/primitives/boolean.d.ts +14 -0
- package/dist/kanon/schemas/primitives/boolean.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/boolean.js +44 -0
- package/dist/kanon/schemas/primitives/boolean.js.map +1 -0
- package/dist/kanon/schemas/primitives/date.d.ts +16 -0
- package/dist/kanon/schemas/primitives/date.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/date.js +49 -0
- package/dist/kanon/schemas/primitives/date.js.map +1 -0
- package/dist/kanon/schemas/primitives/enum.d.ts +38 -0
- package/dist/kanon/schemas/primitives/enum.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/enum.js +67 -0
- package/dist/kanon/schemas/primitives/enum.js.map +1 -0
- package/dist/kanon/schemas/primitives/int.d.ts +10 -0
- package/dist/kanon/schemas/primitives/int.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/int.js +33 -0
- package/dist/kanon/schemas/primitives/int.js.map +1 -0
- package/dist/kanon/schemas/primitives/literal.d.ts +11 -0
- package/dist/kanon/schemas/primitives/literal.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/literal.js +24 -0
- package/dist/kanon/schemas/primitives/literal.js.map +1 -0
- package/dist/kanon/schemas/primitives/nativeEnum.d.ts +16 -0
- package/dist/kanon/schemas/primitives/nativeEnum.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/nativeEnum.js +54 -0
- package/dist/kanon/schemas/primitives/nativeEnum.js.map +1 -0
- package/dist/kanon/schemas/primitives/never.d.ts +12 -0
- package/dist/kanon/schemas/primitives/never.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/never.js +31 -0
- package/dist/kanon/schemas/primitives/never.js.map +1 -0
- package/dist/kanon/schemas/primitives/null.d.ts +14 -0
- package/dist/kanon/schemas/primitives/null.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/null.js +44 -0
- package/dist/kanon/schemas/primitives/null.js.map +1 -0
- package/dist/kanon/schemas/primitives/number.d.ts +16 -0
- package/dist/kanon/schemas/primitives/number.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/number.js +49 -0
- package/dist/kanon/schemas/primitives/number.js.map +1 -0
- package/dist/kanon/schemas/primitives/string.d.ts +16 -0
- package/dist/kanon/schemas/primitives/string.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/string.js +49 -0
- package/dist/kanon/schemas/primitives/string.js.map +1 -0
- package/dist/kanon/schemas/primitives/symbol.d.ts +10 -0
- package/dist/kanon/schemas/primitives/symbol.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/symbol.js +32 -0
- package/dist/kanon/schemas/primitives/symbol.js.map +1 -0
- package/dist/kanon/schemas/primitives/undefined.d.ts +14 -0
- package/dist/kanon/schemas/primitives/undefined.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/undefined.js +44 -0
- package/dist/kanon/schemas/primitives/undefined.js.map +1 -0
- package/dist/kanon/schemas/primitives/unknown.d.ts +15 -0
- package/dist/kanon/schemas/primitives/unknown.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/unknown.js +31 -0
- package/dist/kanon/schemas/primitives/unknown.js.map +1 -0
- package/dist/kanon/schemas/primitives/void.d.ts +16 -0
- package/dist/kanon/schemas/primitives/void.d.ts.map +1 -0
- package/dist/kanon/schemas/primitives/void.js +46 -0
- package/dist/kanon/schemas/primitives/void.js.map +1 -0
- package/dist/kanon/schemas/transforms/keyof.d.ts +16 -0
- package/dist/kanon/schemas/transforms/keyof.d.ts.map +1 -0
- package/dist/kanon/schemas/transforms/keyof.js +35 -0
- package/dist/kanon/schemas/transforms/keyof.js.map +1 -0
- package/dist/kanon/schemas/transforms/omit.d.ts +17 -0
- package/dist/kanon/schemas/transforms/omit.d.ts.map +1 -0
- package/dist/kanon/schemas/transforms/omit.js +44 -0
- package/dist/kanon/schemas/transforms/omit.js.map +1 -0
- package/dist/kanon/schemas/transforms/partial.d.ts +16 -0
- package/dist/kanon/schemas/transforms/partial.d.ts.map +1 -0
- package/dist/kanon/schemas/transforms/partial.js +38 -0
- package/dist/kanon/schemas/transforms/partial.js.map +1 -0
- package/dist/kanon/schemas/transforms/pick.d.ts +17 -0
- package/dist/kanon/schemas/transforms/pick.d.ts.map +1 -0
- package/dist/kanon/schemas/transforms/pick.js +43 -0
- package/dist/kanon/schemas/transforms/pick.js.map +1 -0
- package/dist/kanon/schemas/transforms/required.d.ts +16 -0
- package/dist/kanon/schemas/transforms/required.d.ts.map +1 -0
- package/dist/kanon/schemas/transforms/required.js +38 -0
- package/dist/kanon/schemas/transforms/required.js.map +1 -0
- package/dist/kanon/schemas/wrappers/default.d.ts +40 -0
- package/dist/kanon/schemas/wrappers/default.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/default.js +82 -0
- package/dist/kanon/schemas/wrappers/default.js.map +1 -0
- package/dist/kanon/schemas/wrappers/lazy.d.ts +12 -0
- package/dist/kanon/schemas/wrappers/lazy.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/lazy.js +21 -0
- package/dist/kanon/schemas/wrappers/lazy.js.map +1 -0
- package/dist/kanon/schemas/wrappers/nullable.d.ts +12 -0
- package/dist/kanon/schemas/wrappers/nullable.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/nullable.js +27 -0
- package/dist/kanon/schemas/wrappers/nullable.js.map +1 -0
- package/dist/kanon/schemas/wrappers/nullish.d.ts +12 -0
- package/dist/kanon/schemas/wrappers/nullish.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/nullish.js +29 -0
- package/dist/kanon/schemas/wrappers/nullish.js.map +1 -0
- package/dist/kanon/schemas/wrappers/optional.d.ts +11 -0
- package/dist/kanon/schemas/wrappers/optional.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/optional.js +21 -0
- package/dist/kanon/schemas/wrappers/optional.js.map +1 -0
- package/dist/kanon/schemas/wrappers/readonly.d.ts +12 -0
- package/dist/kanon/schemas/wrappers/readonly.d.ts.map +1 -0
- package/dist/kanon/schemas/wrappers/readonly.js +26 -0
- package/dist/kanon/schemas/wrappers/readonly.js.map +1 -0
- package/dist/kanon/types/base.d.ts +95 -0
- package/dist/kanon/types/base.d.ts.map +1 -0
- package/dist/kanon/types/base.js +11 -0
- package/dist/kanon/types/base.js.map +1 -0
- package/dist/kanon/types/composites.d.ts +103 -0
- package/dist/kanon/types/composites.d.ts.map +1 -0
- package/dist/kanon/types/composites.js +16 -0
- package/dist/kanon/types/composites.js.map +1 -0
- package/dist/kanon/types/constraints.d.ts +171 -0
- package/dist/kanon/types/constraints.d.ts.map +1 -0
- package/dist/kanon/types/constraints.js +7 -0
- package/dist/kanon/types/constraints.js.map +1 -0
- package/dist/kanon/types/guards.d.ts +257 -0
- package/dist/kanon/types/guards.d.ts.map +1 -0
- package/dist/kanon/types/guards.js +262 -0
- package/dist/kanon/types/guards.js.map +1 -0
- package/dist/kanon/types/operators.d.ts +69 -0
- package/dist/kanon/types/operators.d.ts.map +1 -0
- package/dist/kanon/types/operators.js +7 -0
- package/dist/kanon/types/operators.js.map +1 -0
- package/dist/kanon/types/primitives.d.ts +149 -0
- package/dist/kanon/types/primitives.d.ts.map +1 -0
- package/dist/kanon/types/primitives.js +7 -0
- package/dist/kanon/types/primitives.js.map +1 -0
- package/dist/kanon/types/transforms.d.ts +61 -0
- package/dist/kanon/types/transforms.d.ts.map +1 -0
- package/dist/kanon/types/transforms.js +7 -0
- package/dist/kanon/types/transforms.js.map +1 -0
- package/dist/kanon/types/wrappers.d.ts +95 -0
- package/dist/kanon/types/wrappers.d.ts.map +1 -0
- package/dist/kanon/types/wrappers.js +7 -0
- package/dist/kanon/types/wrappers.js.map +1 -0
- package/dist/kanon/validation.d.ts +64 -0
- package/dist/kanon/validation.d.ts.map +1 -0
- package/dist/kanon/validation.js +62 -0
- package/dist/kanon/validation.js.map +1 -0
- package/dist/sphalma/error-factory.d.ts +32 -0
- package/dist/sphalma/error-factory.d.ts.map +1 -0
- package/dist/sphalma/error-factory.js +42 -0
- package/dist/sphalma/error-factory.js.map +1 -0
- package/dist/taphos/array/at.d.ts +43 -0
- package/dist/taphos/array/at.d.ts.map +1 -0
- package/dist/taphos/array/at.js +50 -0
- package/dist/taphos/array/at.js.map +1 -0
- package/dist/taphos/array/compact.d.ts +29 -0
- package/dist/taphos/array/compact.d.ts.map +1 -0
- package/dist/taphos/array/compact.js +37 -0
- package/dist/taphos/array/compact.js.map +1 -0
- package/dist/taphos/array/concat.d.ts +29 -0
- package/dist/taphos/array/concat.d.ts.map +1 -0
- package/dist/taphos/array/concat.js +31 -0
- package/dist/taphos/array/concat.js.map +1 -0
- package/dist/taphos/array/find.d.ts +32 -0
- package/dist/taphos/array/find.d.ts.map +1 -0
- package/dist/taphos/array/find.js +34 -0
- package/dist/taphos/array/find.js.map +1 -0
- package/dist/taphos/array/findIndex.d.ts +34 -0
- package/dist/taphos/array/findIndex.d.ts.map +1 -0
- package/dist/taphos/array/findIndex.js +36 -0
- package/dist/taphos/array/findIndex.js.map +1 -0
- package/dist/taphos/array/first.d.ts +31 -0
- package/dist/taphos/array/first.d.ts.map +1 -0
- package/dist/taphos/array/first.js +33 -0
- package/dist/taphos/array/first.js.map +1 -0
- package/dist/taphos/array/flatten.d.ts +27 -0
- package/dist/taphos/array/flatten.d.ts.map +1 -0
- package/dist/taphos/array/flatten.js +29 -0
- package/dist/taphos/array/flatten.js.map +1 -0
- package/dist/taphos/array/flattenDeep.d.ts +27 -0
- package/dist/taphos/array/flattenDeep.d.ts.map +1 -0
- package/dist/taphos/array/flattenDeep.js +29 -0
- package/dist/taphos/array/flattenDeep.js.map +1 -0
- package/dist/taphos/array/flattenDepth.d.ts +28 -0
- package/dist/taphos/array/flattenDepth.d.ts.map +1 -0
- package/dist/taphos/array/flattenDepth.js +30 -0
- package/dist/taphos/array/flattenDepth.js.map +1 -0
- package/dist/taphos/array/fromPairs.d.ts +28 -0
- package/dist/taphos/array/fromPairs.d.ts.map +1 -0
- package/dist/taphos/array/fromPairs.js +30 -0
- package/dist/taphos/array/fromPairs.js.map +1 -0
- package/dist/taphos/array/head.d.ts +33 -0
- package/dist/taphos/array/head.d.ts.map +1 -0
- package/dist/taphos/array/head.js +35 -0
- package/dist/taphos/array/head.js.map +1 -0
- package/dist/taphos/array/indexOf.d.ts +29 -0
- package/dist/taphos/array/indexOf.d.ts.map +1 -0
- package/dist/taphos/array/indexOf.js +31 -0
- package/dist/taphos/array/indexOf.js.map +1 -0
- package/dist/taphos/array/initial.d.ts +27 -0
- package/dist/taphos/array/initial.d.ts.map +1 -0
- package/dist/taphos/array/initial.js +29 -0
- package/dist/taphos/array/initial.js.map +1 -0
- package/dist/taphos/array/join.d.ts +28 -0
- package/dist/taphos/array/join.d.ts.map +1 -0
- package/dist/taphos/array/join.js +30 -0
- package/dist/taphos/array/join.js.map +1 -0
- package/dist/taphos/array/last.d.ts +31 -0
- package/dist/taphos/array/last.d.ts.map +1 -0
- package/dist/taphos/array/last.js +33 -0
- package/dist/taphos/array/last.js.map +1 -0
- package/dist/taphos/array/lastIndexOf.d.ts +29 -0
- package/dist/taphos/array/lastIndexOf.d.ts.map +1 -0
- package/dist/taphos/array/lastIndexOf.js +34 -0
- package/dist/taphos/array/lastIndexOf.js.map +1 -0
- package/dist/taphos/array/map.d.ts +29 -0
- package/dist/taphos/array/map.d.ts.map +1 -0
- package/dist/taphos/array/map.js +31 -0
- package/dist/taphos/array/map.js.map +1 -0
- package/dist/taphos/array/nth.d.ts +34 -0
- package/dist/taphos/array/nth.d.ts.map +1 -0
- package/dist/taphos/array/nth.js +37 -0
- package/dist/taphos/array/nth.js.map +1 -0
- package/dist/taphos/array/pull-all.d.ts +23 -0
- package/dist/taphos/array/pull-all.d.ts.map +1 -0
- package/dist/taphos/array/pull-all.js +26 -0
- package/dist/taphos/array/pull-all.js.map +1 -0
- package/dist/taphos/array/pull.d.ts +22 -0
- package/dist/taphos/array/pull.d.ts.map +1 -0
- package/dist/taphos/array/pull.js +33 -0
- package/dist/taphos/array/pull.js.map +1 -0
- package/dist/taphos/array/pullAllBy.d.ts +31 -0
- package/dist/taphos/array/pullAllBy.d.ts.map +1 -0
- package/dist/taphos/array/pullAllBy.js +37 -0
- package/dist/taphos/array/pullAllBy.js.map +1 -0
- package/dist/taphos/array/pullAllWith.d.ts +31 -0
- package/dist/taphos/array/pullAllWith.d.ts.map +1 -0
- package/dist/taphos/array/pullAllWith.js +37 -0
- package/dist/taphos/array/pullAllWith.js.map +1 -0
- package/dist/taphos/array/pullAt.d.ts +33 -0
- package/dist/taphos/array/pullAt.d.ts.map +1 -0
- package/dist/taphos/array/pullAt.js +49 -0
- package/dist/taphos/array/pullAt.js.map +1 -0
- package/dist/taphos/array/remove.d.ts +32 -0
- package/dist/taphos/array/remove.d.ts.map +1 -0
- package/dist/taphos/array/remove.js +46 -0
- package/dist/taphos/array/remove.js.map +1 -0
- package/dist/taphos/array/slice.d.ts +29 -0
- package/dist/taphos/array/slice.d.ts.map +1 -0
- package/dist/taphos/array/slice.js +31 -0
- package/dist/taphos/array/slice.js.map +1 -0
- package/dist/taphos/array/tail.d.ts +27 -0
- package/dist/taphos/array/tail.d.ts.map +1 -0
- package/dist/taphos/array/tail.js +29 -0
- package/dist/taphos/array/tail.js.map +1 -0
- package/dist/taphos/array/without.d.ts +30 -0
- package/dist/taphos/array/without.d.ts.map +1 -0
- package/dist/taphos/array/without.js +33 -0
- package/dist/taphos/array/without.js.map +1 -0
- package/dist/taphos/array/zipObject.d.ts +31 -0
- package/dist/taphos/array/zipObject.d.ts.map +1 -0
- package/dist/taphos/array/zipObject.js +37 -0
- package/dist/taphos/array/zipObject.js.map +1 -0
- package/dist/taphos/collection/each.d.ts +43 -0
- package/dist/taphos/collection/each.d.ts.map +1 -0
- package/dist/taphos/collection/each.js +51 -0
- package/dist/taphos/collection/each.js.map +1 -0
- package/dist/taphos/collection/eachRight.d.ts +30 -0
- package/dist/taphos/collection/eachRight.d.ts.map +1 -0
- package/dist/taphos/collection/eachRight.js +34 -0
- package/dist/taphos/collection/eachRight.js.map +1 -0
- package/dist/taphos/collection/every.d.ts +35 -0
- package/dist/taphos/collection/every.d.ts.map +1 -0
- package/dist/taphos/collection/every.js +41 -0
- package/dist/taphos/collection/every.js.map +1 -0
- package/dist/taphos/collection/filter.d.ts +37 -0
- package/dist/taphos/collection/filter.d.ts.map +1 -0
- package/dist/taphos/collection/filter.js +44 -0
- package/dist/taphos/collection/filter.js.map +1 -0
- package/dist/taphos/collection/flatMap.d.ts +27 -0
- package/dist/taphos/collection/flatMap.d.ts.map +1 -0
- package/dist/taphos/collection/flatMap.js +29 -0
- package/dist/taphos/collection/flatMap.js.map +1 -0
- package/dist/taphos/collection/flatMapDeep.d.ts +26 -0
- package/dist/taphos/collection/flatMapDeep.d.ts.map +1 -0
- package/dist/taphos/collection/flatMapDeep.js +28 -0
- package/dist/taphos/collection/flatMapDeep.js.map +1 -0
- package/dist/taphos/collection/flatMapDepth.d.ts +27 -0
- package/dist/taphos/collection/flatMapDepth.d.ts.map +1 -0
- package/dist/taphos/collection/flatMapDepth.js +29 -0
- package/dist/taphos/collection/flatMapDepth.js.map +1 -0
- package/dist/taphos/collection/includes.d.ts +36 -0
- package/dist/taphos/collection/includes.d.ts.map +1 -0
- package/dist/taphos/collection/includes.js +41 -0
- package/dist/taphos/collection/includes.js.map +1 -0
- package/dist/taphos/collection/map.d.ts +36 -0
- package/dist/taphos/collection/map.d.ts.map +1 -0
- package/dist/taphos/collection/map.js +43 -0
- package/dist/taphos/collection/map.js.map +1 -0
- package/dist/taphos/collection/pluck.d.ts +32 -0
- package/dist/taphos/collection/pluck.d.ts.map +1 -0
- package/dist/taphos/collection/pluck.js +37 -0
- package/dist/taphos/collection/pluck.js.map +1 -0
- package/dist/taphos/collection/reduce.d.ts +38 -0
- package/dist/taphos/collection/reduce.d.ts.map +1 -0
- package/dist/taphos/collection/reduce.js +54 -0
- package/dist/taphos/collection/reduce.js.map +1 -0
- package/dist/taphos/collection/reduceRight.d.ts +39 -0
- package/dist/taphos/collection/reduceRight.d.ts.map +1 -0
- package/dist/taphos/collection/reduceRight.js +53 -0
- package/dist/taphos/collection/reduceRight.js.map +1 -0
- package/dist/taphos/collection/reject.d.ts +37 -0
- package/dist/taphos/collection/reject.d.ts.map +1 -0
- package/dist/taphos/collection/reject.js +42 -0
- package/dist/taphos/collection/reject.js.map +1 -0
- package/dist/taphos/collection/size.d.ts +33 -0
- package/dist/taphos/collection/size.d.ts.map +1 -0
- package/dist/taphos/collection/size.js +38 -0
- package/dist/taphos/collection/size.js.map +1 -0
- package/dist/taphos/collection/some.d.ts +35 -0
- package/dist/taphos/collection/some.d.ts.map +1 -0
- package/dist/taphos/collection/some.js +42 -0
- package/dist/taphos/collection/some.js.map +1 -0
- package/dist/taphos/collection/sortBy.d.ts +38 -0
- package/dist/taphos/collection/sortBy.d.ts.map +1 -0
- package/dist/taphos/collection/sortBy.js +65 -0
- package/dist/taphos/collection/sortBy.js.map +1 -0
- package/dist/taphos/collection/uniq.d.ts +32 -0
- package/dist/taphos/collection/uniq.d.ts.map +1 -0
- package/dist/taphos/collection/uniq.js +34 -0
- package/dist/taphos/collection/uniq.js.map +1 -0
- package/dist/taphos/date/now.d.ts +20 -0
- package/dist/taphos/date/now.d.ts.map +1 -0
- package/dist/taphos/date/now.js +22 -0
- package/dist/taphos/date/now.js.map +1 -0
- package/dist/taphos/function/bind.d.ts +39 -0
- package/dist/taphos/function/bind.d.ts.map +1 -0
- package/dist/taphos/function/bind.js +42 -0
- package/dist/taphos/function/bind.js.map +1 -0
- package/dist/taphos/function/defer.d.ts +21 -0
- package/dist/taphos/function/defer.d.ts.map +1 -0
- package/dist/taphos/function/defer.js +23 -0
- package/dist/taphos/function/defer.js.map +1 -0
- package/dist/taphos/function/delay.d.ts +22 -0
- package/dist/taphos/function/delay.d.ts.map +1 -0
- package/dist/taphos/function/delay.js +24 -0
- package/dist/taphos/function/delay.js.map +1 -0
- package/dist/taphos/function/partial.d.ts +33 -0
- package/dist/taphos/function/partial.d.ts.map +1 -0
- package/dist/taphos/function/partial.js +36 -0
- package/dist/taphos/function/partial.js.map +1 -0
- package/dist/taphos/function/rest.d.ts +31 -0
- package/dist/taphos/function/rest.d.ts.map +1 -0
- package/dist/taphos/function/rest.js +44 -0
- package/dist/taphos/function/rest.js.map +1 -0
- package/dist/taphos/function/spread.d.ts +28 -0
- package/dist/taphos/function/spread.d.ts.map +1 -0
- package/dist/taphos/function/spread.js +40 -0
- package/dist/taphos/function/spread.js.map +1 -0
- package/dist/taphos/function/unary.d.ts +23 -0
- package/dist/taphos/function/unary.d.ts.map +1 -0
- package/dist/taphos/function/unary.js +25 -0
- package/dist/taphos/function/unary.js.map +1 -0
- package/dist/taphos/function/wrap.d.ts +27 -0
- package/dist/taphos/function/wrap.d.ts.map +1 -0
- package/dist/taphos/function/wrap.js +29 -0
- package/dist/taphos/function/wrap.js.map +1 -0
- package/dist/taphos/is/predicate/is-finite.d.ts +25 -0
- package/dist/taphos/is/predicate/is-finite.d.ts.map +1 -0
- package/dist/taphos/is/predicate/is-finite.js +27 -0
- package/dist/taphos/is/predicate/is-finite.js.map +1 -0
- package/dist/taphos/is/predicate/is-integer.d.ts +25 -0
- package/dist/taphos/is/predicate/is-integer.d.ts.map +1 -0
- package/dist/taphos/is/predicate/is-integer.js +27 -0
- package/dist/taphos/is/predicate/is-integer.js.map +1 -0
- package/dist/taphos/is/predicate/is-nan.d.ts +27 -0
- package/dist/taphos/is/predicate/is-nan.d.ts.map +1 -0
- package/dist/taphos/is/predicate/is-nan.js +29 -0
- package/dist/taphos/is/predicate/is-nan.js.map +1 -0
- package/dist/taphos/lang/eq.d.ts +30 -0
- package/dist/taphos/lang/eq.d.ts.map +1 -0
- package/dist/taphos/lang/eq.js +32 -0
- package/dist/taphos/lang/eq.js.map +1 -0
- package/dist/taphos/lang/gt.d.ts +25 -0
- package/dist/taphos/lang/gt.d.ts.map +1 -0
- package/dist/taphos/lang/gt.js +27 -0
- package/dist/taphos/lang/gt.js.map +1 -0
- package/dist/taphos/lang/gte.d.ts +25 -0
- package/dist/taphos/lang/gte.d.ts.map +1 -0
- package/dist/taphos/lang/gte.js +27 -0
- package/dist/taphos/lang/gte.js.map +1 -0
- package/dist/taphos/lang/isBuffer.d.ts +22 -0
- package/dist/taphos/lang/isBuffer.d.ts.map +1 -0
- package/dist/taphos/lang/isBuffer.js +25 -0
- package/dist/taphos/lang/isBuffer.js.map +1 -0
- package/dist/taphos/lang/isElement.d.ts +22 -0
- package/dist/taphos/lang/isElement.d.ts.map +1 -0
- package/dist/taphos/lang/isElement.js +25 -0
- package/dist/taphos/lang/isElement.js.map +1 -0
- package/dist/taphos/lang/isFinite.d.ts +27 -0
- package/dist/taphos/lang/isFinite.d.ts.map +1 -0
- package/dist/taphos/lang/isFinite.js +29 -0
- package/dist/taphos/lang/isFinite.js.map +1 -0
- package/dist/taphos/lang/isInteger.d.ts +27 -0
- package/dist/taphos/lang/isInteger.d.ts.map +1 -0
- package/dist/taphos/lang/isInteger.js +29 -0
- package/dist/taphos/lang/isInteger.js.map +1 -0
- package/dist/taphos/lang/isNaN.d.ts +25 -0
- package/dist/taphos/lang/isNaN.d.ts.map +1 -0
- package/dist/taphos/lang/isNaN.js +28 -0
- package/dist/taphos/lang/isNaN.js.map +1 -0
- package/dist/taphos/lang/isSafeInteger.d.ts +29 -0
- package/dist/taphos/lang/isSafeInteger.d.ts.map +1 -0
- package/dist/taphos/lang/isSafeInteger.js +31 -0
- package/dist/taphos/lang/isSafeInteger.js.map +1 -0
- package/dist/taphos/lang/isTypedArray.d.ts +31 -0
- package/dist/taphos/lang/isTypedArray.d.ts.map +1 -0
- package/dist/taphos/lang/isTypedArray.js +31 -0
- package/dist/taphos/lang/isTypedArray.js.map +1 -0
- package/dist/taphos/lang/isWeakMap.d.ts +22 -0
- package/dist/taphos/lang/isWeakMap.d.ts.map +1 -0
- package/dist/taphos/lang/isWeakMap.js +26 -0
- package/dist/taphos/lang/isWeakMap.js.map +1 -0
- package/dist/taphos/lang/isWeakSet.d.ts +22 -0
- package/dist/taphos/lang/isWeakSet.d.ts.map +1 -0
- package/dist/taphos/lang/isWeakSet.js +26 -0
- package/dist/taphos/lang/isWeakSet.js.map +1 -0
- package/dist/taphos/lang/lt.d.ts +25 -0
- package/dist/taphos/lang/lt.d.ts.map +1 -0
- package/dist/taphos/lang/lt.js +27 -0
- package/dist/taphos/lang/lt.js.map +1 -0
- package/dist/taphos/lang/lte.d.ts +25 -0
- package/dist/taphos/lang/lte.d.ts.map +1 -0
- package/dist/taphos/lang/lte.js +27 -0
- package/dist/taphos/lang/lte.js.map +1 -0
- package/dist/taphos/lang/toFinite.d.ts +24 -0
- package/dist/taphos/lang/toFinite.d.ts.map +1 -0
- package/dist/taphos/lang/toFinite.js +33 -0
- package/dist/taphos/lang/toFinite.js.map +1 -0
- package/dist/taphos/lang/toInteger.d.ts +26 -0
- package/dist/taphos/lang/toInteger.d.ts.map +1 -0
- package/dist/taphos/lang/toInteger.js +34 -0
- package/dist/taphos/lang/toInteger.js.map +1 -0
- package/dist/taphos/lang/toNumber.d.ts +26 -0
- package/dist/taphos/lang/toNumber.d.ts.map +1 -0
- package/dist/taphos/lang/toNumber.js +28 -0
- package/dist/taphos/lang/toNumber.js.map +1 -0
- package/dist/taphos/lang/toSafeInteger.d.ts +25 -0
- package/dist/taphos/lang/toSafeInteger.d.ts.map +1 -0
- package/dist/taphos/lang/toSafeInteger.js +36 -0
- package/dist/taphos/lang/toSafeInteger.js.map +1 -0
- package/dist/taphos/math/add.d.ts +21 -0
- package/dist/taphos/math/add.d.ts.map +1 -0
- package/dist/taphos/math/add.js +23 -0
- package/dist/taphos/math/add.js.map +1 -0
- package/dist/taphos/math/ceil.d.ts +25 -0
- package/dist/taphos/math/ceil.d.ts.map +1 -0
- package/dist/taphos/math/ceil.js +31 -0
- package/dist/taphos/math/ceil.js.map +1 -0
- package/dist/taphos/math/divide.d.ts +21 -0
- package/dist/taphos/math/divide.d.ts.map +1 -0
- package/dist/taphos/math/divide.js +23 -0
- package/dist/taphos/math/divide.js.map +1 -0
- package/dist/taphos/math/floor.d.ts +25 -0
- package/dist/taphos/math/floor.d.ts.map +1 -0
- package/dist/taphos/math/floor.js +31 -0
- package/dist/taphos/math/floor.js.map +1 -0
- package/dist/taphos/math/max.d.ts +22 -0
- package/dist/taphos/math/max.d.ts.map +1 -0
- package/dist/taphos/math/max.js +26 -0
- package/dist/taphos/math/max.js.map +1 -0
- package/dist/taphos/math/min.d.ts +22 -0
- package/dist/taphos/math/min.d.ts.map +1 -0
- package/dist/taphos/math/min.js +26 -0
- package/dist/taphos/math/min.js.map +1 -0
- package/dist/taphos/math/multiply.d.ts +21 -0
- package/dist/taphos/math/multiply.d.ts.map +1 -0
- package/dist/taphos/math/multiply.js +23 -0
- package/dist/taphos/math/multiply.js.map +1 -0
- package/dist/taphos/math/round.d.ts +25 -0
- package/dist/taphos/math/round.d.ts.map +1 -0
- package/dist/taphos/math/round.js +31 -0
- package/dist/taphos/math/round.js.map +1 -0
- package/dist/taphos/math/subtract.d.ts +21 -0
- package/dist/taphos/math/subtract.d.ts.map +1 -0
- package/dist/taphos/math/subtract.js +23 -0
- package/dist/taphos/math/subtract.js.map +1 -0
- package/dist/taphos/object/assign.d.ts +34 -0
- package/dist/taphos/object/assign.d.ts.map +1 -0
- package/dist/taphos/object/assign.js +36 -0
- package/dist/taphos/object/assign.js.map +1 -0
- package/dist/taphos/object/at.d.ts +25 -0
- package/dist/taphos/object/at.d.ts.map +1 -0
- package/dist/taphos/object/at.js +28 -0
- package/dist/taphos/object/at.js.map +1 -0
- package/dist/taphos/object/create.d.ts +25 -0
- package/dist/taphos/object/create.d.ts.map +1 -0
- package/dist/taphos/object/create.js +32 -0
- package/dist/taphos/object/create.js.map +1 -0
- package/dist/taphos/object/extend.d.ts +38 -0
- package/dist/taphos/object/extend.d.ts.map +1 -0
- package/dist/taphos/object/extend.js +41 -0
- package/dist/taphos/object/extend.js.map +1 -0
- package/dist/taphos/object/forIn.d.ts +23 -0
- package/dist/taphos/object/forIn.d.ts.map +1 -0
- package/dist/taphos/object/forIn.js +27 -0
- package/dist/taphos/object/forIn.js.map +1 -0
- package/dist/taphos/object/forOwn.d.ts +23 -0
- package/dist/taphos/object/forOwn.d.ts.map +1 -0
- package/dist/taphos/object/forOwn.js +27 -0
- package/dist/taphos/object/forOwn.js.map +1 -0
- package/dist/taphos/object/hasIn.d.ts +23 -0
- package/dist/taphos/object/hasIn.d.ts.map +1 -0
- package/dist/taphos/object/hasIn.js +25 -0
- package/dist/taphos/object/hasIn.js.map +1 -0
- package/dist/taphos/object/invoke.d.ts +36 -0
- package/dist/taphos/object/invoke.d.ts.map +1 -0
- package/dist/taphos/object/invoke.js +40 -0
- package/dist/taphos/object/invoke.js.map +1 -0
- package/dist/taphos/object/keys.d.ts +28 -0
- package/dist/taphos/object/keys.d.ts.map +1 -0
- package/dist/taphos/object/keys.js +31 -0
- package/dist/taphos/object/keys.js.map +1 -0
- package/dist/taphos/object/toPairs.d.ts +28 -0
- package/dist/taphos/object/toPairs.d.ts.map +1 -0
- package/dist/taphos/object/toPairs.js +31 -0
- package/dist/taphos/object/toPairs.js.map +1 -0
- package/dist/taphos/object/transform.d.ts +31 -0
- package/dist/taphos/object/transform.d.ts.map +1 -0
- package/dist/taphos/object/transform.js +36 -0
- package/dist/taphos/object/transform.js.map +1 -0
- package/dist/taphos/object/unset.d.ts +30 -0
- package/dist/taphos/object/unset.d.ts.map +1 -0
- package/dist/taphos/object/unset.js +56 -0
- package/dist/taphos/object/unset.js.map +1 -0
- package/dist/taphos/object/update.d.ts +32 -0
- package/dist/taphos/object/update.d.ts.map +1 -0
- package/dist/taphos/object/update.js +38 -0
- package/dist/taphos/object/update.js.map +1 -0
- package/dist/taphos/object/values.d.ts +28 -0
- package/dist/taphos/object/values.d.ts.map +1 -0
- package/dist/taphos/object/values.js +31 -0
- package/dist/taphos/object/values.js.map +1 -0
- package/dist/taphos/seq/tap.d.ts +40 -0
- package/dist/taphos/seq/tap.d.ts.map +1 -0
- package/dist/taphos/seq/tap.js +43 -0
- package/dist/taphos/seq/tap.js.map +1 -0
- package/dist/taphos/seq/thru.d.ts +35 -0
- package/dist/taphos/seq/thru.d.ts.map +1 -0
- package/dist/taphos/seq/thru.js +37 -0
- package/dist/taphos/seq/thru.js.map +1 -0
- package/dist/taphos/string/endsWith.d.ts +25 -0
- package/dist/taphos/string/endsWith.d.ts.map +1 -0
- package/dist/taphos/string/endsWith.js +31 -0
- package/dist/taphos/string/endsWith.js.map +1 -0
- package/dist/taphos/string/pad.d.ts +31 -0
- package/dist/taphos/string/pad.d.ts.map +1 -0
- package/dist/taphos/string/pad.js +49 -0
- package/dist/taphos/string/pad.js.map +1 -0
- package/dist/taphos/string/padEnd.d.ts +25 -0
- package/dist/taphos/string/padEnd.d.ts.map +1 -0
- package/dist/taphos/string/padEnd.js +27 -0
- package/dist/taphos/string/padEnd.js.map +1 -0
- package/dist/taphos/string/padStart.d.ts +25 -0
- package/dist/taphos/string/padStart.d.ts.map +1 -0
- package/dist/taphos/string/padStart.js +27 -0
- package/dist/taphos/string/padStart.js.map +1 -0
- package/dist/taphos/string/parseInteger.d.ts +26 -0
- package/dist/taphos/string/parseInteger.d.ts.map +1 -0
- package/dist/taphos/string/parseInteger.js +29 -0
- package/dist/taphos/string/parseInteger.js.map +1 -0
- package/dist/taphos/string/repeat.d.ts +24 -0
- package/dist/taphos/string/repeat.d.ts.map +1 -0
- package/dist/taphos/string/repeat.js +30 -0
- package/dist/taphos/string/repeat.js.map +1 -0
- package/dist/taphos/string/replace.d.ts +25 -0
- package/dist/taphos/string/replace.d.ts.map +1 -0
- package/dist/taphos/string/replace.js +27 -0
- package/dist/taphos/string/replace.js.map +1 -0
- package/dist/taphos/string/split.d.ts +25 -0
- package/dist/taphos/string/split.d.ts.map +1 -0
- package/dist/taphos/string/split.js +27 -0
- package/dist/taphos/string/split.js.map +1 -0
- package/dist/taphos/string/startsWith.d.ts +25 -0
- package/dist/taphos/string/startsWith.d.ts.map +1 -0
- package/dist/taphos/string/startsWith.js +30 -0
- package/dist/taphos/string/startsWith.js.map +1 -0
- package/dist/taphos/string/toLower.d.ts +21 -0
- package/dist/taphos/string/toLower.d.ts.map +1 -0
- package/dist/taphos/string/toLower.js +23 -0
- package/dist/taphos/string/toLower.js.map +1 -0
- package/dist/taphos/string/toUpper.d.ts +21 -0
- package/dist/taphos/string/toUpper.d.ts.map +1 -0
- package/dist/taphos/string/toUpper.js +23 -0
- package/dist/taphos/string/toUpper.js.map +1 -0
- package/dist/taphos/string/trim.d.ts +21 -0
- package/dist/taphos/string/trim.d.ts.map +1 -0
- package/dist/taphos/string/trim.js +23 -0
- package/dist/taphos/string/trim.js.map +1 -0
- package/dist/taphos/string/trimEnd.d.ts +21 -0
- package/dist/taphos/string/trimEnd.d.ts.map +1 -0
- package/dist/taphos/string/trimEnd.js +23 -0
- package/dist/taphos/string/trimEnd.js.map +1 -0
- package/dist/taphos/string/trimStart.d.ts +21 -0
- package/dist/taphos/string/trimStart.d.ts.map +1 -0
- package/dist/taphos/string/trimStart.js +23 -0
- package/dist/taphos/string/trimStart.js.map +1 -0
- package/dist/taphos/string/upperFirst.d.ts +22 -0
- package/dist/taphos/string/upperFirst.d.ts.map +1 -0
- package/dist/taphos/string/upperFirst.js +27 -0
- package/dist/taphos/string/upperFirst.js.map +1 -0
- package/dist/taphos/util/attempt.d.ts +42 -0
- package/dist/taphos/util/attempt.d.ts.map +1 -0
- package/dist/taphos/util/attempt.js +49 -0
- package/dist/taphos/util/attempt.js.map +1 -0
- package/dist/taphos/util/castArray.d.ts +24 -0
- package/dist/taphos/util/castArray.d.ts.map +1 -0
- package/dist/taphos/util/castArray.js +26 -0
- package/dist/taphos/util/castArray.js.map +1 -0
- package/dist/taphos/util/cloneDeep.d.ts +28 -0
- package/dist/taphos/util/cloneDeep.d.ts.map +1 -0
- package/dist/taphos/util/cloneDeep.js +30 -0
- package/dist/taphos/util/cloneDeep.js.map +1 -0
- package/dist/taphos/util/constant.d.ts +22 -0
- package/dist/taphos/util/constant.d.ts.map +1 -0
- package/dist/taphos/util/constant.js +24 -0
- package/dist/taphos/util/constant.js.map +1 -0
- package/dist/taphos/util/identity.d.ts +22 -0
- package/dist/taphos/util/identity.d.ts.map +1 -0
- package/dist/taphos/util/identity.js +24 -0
- package/dist/taphos/util/identity.js.map +1 -0
- package/dist/taphos/util/nthArg.d.ts +21 -0
- package/dist/taphos/util/nthArg.d.ts.map +1 -0
- package/dist/taphos/util/nthArg.js +26 -0
- package/dist/taphos/util/nthArg.js.map +1 -0
- package/dist/taphos/util/overEvery.d.ts +26 -0
- package/dist/taphos/util/overEvery.d.ts.map +1 -0
- package/dist/taphos/util/overEvery.js +28 -0
- package/dist/taphos/util/overEvery.js.map +1 -0
- package/dist/taphos/util/overSome.d.ts +26 -0
- package/dist/taphos/util/overSome.d.ts.map +1 -0
- package/dist/taphos/util/overSome.js +28 -0
- package/dist/taphos/util/overSome.js.map +1 -0
- package/dist/taphos/util/property.d.ts +24 -0
- package/dist/taphos/util/property.d.ts.map +1 -0
- package/dist/taphos/util/property.js +26 -0
- package/dist/taphos/util/property.js.map +1 -0
- package/dist/taphos/util/propertyOf.d.ts +25 -0
- package/dist/taphos/util/propertyOf.d.ts.map +1 -0
- package/dist/taphos/util/propertyOf.js +27 -0
- package/dist/taphos/util/propertyOf.js.map +1 -0
- package/dist/taphos/util/rangeRight.d.ts +28 -0
- package/dist/taphos/util/rangeRight.d.ts.map +1 -0
- package/dist/taphos/util/rangeRight.js +9 -0
- package/dist/taphos/util/rangeRight.js.map +1 -0
- package/dist/taphos/util/stubArray.d.ts +18 -0
- package/dist/taphos/util/stubArray.d.ts.map +1 -0
- package/dist/taphos/util/stubArray.js +20 -0
- package/dist/taphos/util/stubArray.js.map +1 -0
- package/dist/taphos/util/stubFalse.d.ts +18 -0
- package/dist/taphos/util/stubFalse.d.ts.map +1 -0
- package/dist/taphos/util/stubFalse.js +20 -0
- package/dist/taphos/util/stubFalse.js.map +1 -0
- package/dist/taphos/util/stubObject.d.ts +18 -0
- package/dist/taphos/util/stubObject.d.ts.map +1 -0
- package/dist/taphos/util/stubObject.js +20 -0
- package/dist/taphos/util/stubObject.js.map +1 -0
- package/dist/taphos/util/stubString.d.ts +18 -0
- package/dist/taphos/util/stubString.d.ts.map +1 -0
- package/dist/taphos/util/stubString.js +20 -0
- package/dist/taphos/util/stubString.js.map +1 -0
- package/dist/taphos/util/stubTrue.d.ts +18 -0
- package/dist/taphos/util/stubTrue.d.ts.map +1 -0
- package/dist/taphos/util/stubTrue.js +20 -0
- package/dist/taphos/util/stubTrue.js.map +1 -0
- package/dist/taphos/util/toPath.d.ts +23 -0
- package/dist/taphos/util/toPath.d.ts.map +1 -0
- package/dist/taphos/util/toPath.js +95 -0
- package/dist/taphos/util/toPath.js.map +1 -0
- package/dist/zygos/either.d.ts +402 -0
- package/dist/zygos/either.d.ts.map +1 -0
- package/dist/zygos/either.js +447 -0
- package/dist/zygos/either.js.map +1 -0
- package/dist/zygos/option.d.ts +363 -0
- package/dist/zygos/option.d.ts.map +1 -0
- package/dist/zygos/option.js +369 -0
- package/dist/zygos/option.js.map +1 -0
- package/dist/zygos/orElse.d.ts +67 -0
- package/dist/zygos/orElse.d.ts.map +1 -0
- package/dist/zygos/orElse.js +88 -0
- package/dist/zygos/orElse.js.map +1 -0
- package/dist/zygos/result/result-async.d.ts +503 -0
- package/dist/zygos/result/result-async.d.ts.map +1 -0
- package/dist/zygos/result/result-async.js +605 -0
- package/dist/zygos/result/result-async.js.map +1 -0
- package/dist/zygos/result/result.d.ts +537 -0
- package/dist/zygos/result/result.d.ts.map +1 -0
- package/dist/zygos/result/result.js +438 -0
- package/dist/zygos/result/result.js.map +1 -0
- package/dist/zygos/safe.d.ts +24 -0
- package/dist/zygos/safe.d.ts.map +1 -0
- package/dist/zygos/safe.js +33 -0
- package/dist/zygos/safe.js.map +1 -0
- package/dist/zygos/task-either.d.ts +204 -0
- package/dist/zygos/task-either.d.ts.map +1 -0
- package/dist/zygos/task-either.js +288 -0
- package/dist/zygos/task-either.js.map +1 -0
- package/dist/zygos/task.d.ts +46 -0
- package/dist/zygos/task.d.ts.map +1 -0
- package/dist/zygos/task.js +59 -0
- package/dist/zygos/task.js.map +1 -0
- package/package.json +92 -0
|
@@ -0,0 +1,1627 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 🤖 Autocompletion file generated automatically
|
|
3
|
+
* ⚠️ DO NOT MODIFY MANUALLY
|
|
4
|
+
*
|
|
5
|
+
* This file provides structured autocompletion for your IDE.
|
|
6
|
+
* Navigate through the structure: math.geometry.distance
|
|
7
|
+
*
|
|
8
|
+
* To preserve tree-shaking in production, use direct imports:
|
|
9
|
+
* ❌ import { distance } from 'pithos/autocompletion';
|
|
10
|
+
* ❌ const distance = math.geometry.distance; // from autocompletion
|
|
11
|
+
* ✅ import { distance } from 'pithos/math/geometry';
|
|
12
|
+
*
|
|
13
|
+
* Generated on: 2026-02-22T16:49:34.264Z
|
|
14
|
+
* */
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated ⚠️ This nested structure is for autocompletion only.
|
|
18
|
+
* Use direct imports in production to preserve tree-shaking.
|
|
19
|
+
*/
|
|
20
|
+
declare const _autocompletion: {
|
|
21
|
+
arkhe: {
|
|
22
|
+
chunk: {
|
|
23
|
+
chunk: typeof import('./arkhe/array/chunk')['chunk'];
|
|
24
|
+
};
|
|
25
|
+
count_by: {
|
|
26
|
+
countBy: typeof import('./arkhe/array/count-by')['countBy'];
|
|
27
|
+
};
|
|
28
|
+
difference: {
|
|
29
|
+
difference: typeof import('./arkhe/array/difference')['difference'];
|
|
30
|
+
};
|
|
31
|
+
difference_by: {
|
|
32
|
+
differenceBy: typeof import('./arkhe/array/difference-by')['differenceBy'];
|
|
33
|
+
};
|
|
34
|
+
difference_with: {
|
|
35
|
+
differenceWith: typeof import('./arkhe/array/difference-with')['differenceWith'];
|
|
36
|
+
};
|
|
37
|
+
drop: {
|
|
38
|
+
drop: typeof import('./arkhe/array/drop')['drop'];
|
|
39
|
+
};
|
|
40
|
+
drop_right: {
|
|
41
|
+
dropRight: typeof import('./arkhe/array/drop-right')['dropRight'];
|
|
42
|
+
};
|
|
43
|
+
drop_right_while: {
|
|
44
|
+
dropRightWhile: typeof import('./arkhe/array/drop-right-while')['dropRightWhile'];
|
|
45
|
+
};
|
|
46
|
+
drop_while: {
|
|
47
|
+
dropWhile: typeof import('./arkhe/array/drop-while')['dropWhile'];
|
|
48
|
+
};
|
|
49
|
+
fill: {
|
|
50
|
+
fill: typeof import('./arkhe/array/fill')['fill'];
|
|
51
|
+
};
|
|
52
|
+
find_best: {
|
|
53
|
+
findBest: typeof import('./arkhe/array/find-best')['findBest'];
|
|
54
|
+
};
|
|
55
|
+
find_last: {
|
|
56
|
+
findLast: typeof import('./arkhe/array/find-last')['findLast'];
|
|
57
|
+
};
|
|
58
|
+
find_last_index: {
|
|
59
|
+
findLastIndex: typeof import('./arkhe/array/find-last-index')['findLastIndex'];
|
|
60
|
+
};
|
|
61
|
+
group_by: {
|
|
62
|
+
groupBy: typeof import('./arkhe/array/group-by')['groupBy'];
|
|
63
|
+
};
|
|
64
|
+
group_with: {
|
|
65
|
+
groupWith: typeof import('./arkhe/array/group-with')['groupWith'];
|
|
66
|
+
};
|
|
67
|
+
intersection: {
|
|
68
|
+
intersection: typeof import('./arkhe/array/intersection')['intersection'];
|
|
69
|
+
};
|
|
70
|
+
intersection_by: {
|
|
71
|
+
intersectionBy: typeof import('./arkhe/array/intersection-by')['intersectionBy'];
|
|
72
|
+
};
|
|
73
|
+
intersection_with: {
|
|
74
|
+
intersectionWith: typeof import('./arkhe/array/intersection-with')['intersectionWith'];
|
|
75
|
+
};
|
|
76
|
+
key_by: {
|
|
77
|
+
keyBy: typeof import('./arkhe/array/key-by')['keyBy'];
|
|
78
|
+
};
|
|
79
|
+
max_by: {
|
|
80
|
+
maxBy: typeof import('./arkhe/array/max-by')['maxBy'];
|
|
81
|
+
};
|
|
82
|
+
min_by: {
|
|
83
|
+
minBy: typeof import('./arkhe/array/min-by')['minBy'];
|
|
84
|
+
};
|
|
85
|
+
order_by: {
|
|
86
|
+
orderBy: typeof import('./arkhe/array/order-by')['orderBy'];
|
|
87
|
+
};
|
|
88
|
+
partition: {
|
|
89
|
+
partition: typeof import('./arkhe/array/partition')['partition'];
|
|
90
|
+
};
|
|
91
|
+
reverse: {
|
|
92
|
+
reverse: typeof import('./arkhe/array/reverse')['reverse'];
|
|
93
|
+
};
|
|
94
|
+
sample: {
|
|
95
|
+
sample: typeof import('./arkhe/array/sample')['sample'];
|
|
96
|
+
};
|
|
97
|
+
sample_size: {
|
|
98
|
+
sampleSize: typeof import('./arkhe/array/sample-size')['sampleSize'];
|
|
99
|
+
};
|
|
100
|
+
shuffle: {
|
|
101
|
+
shuffle: typeof import('./arkhe/array/shuffle')['shuffle'];
|
|
102
|
+
};
|
|
103
|
+
take: {
|
|
104
|
+
take: typeof import('./arkhe/array/take')['take'];
|
|
105
|
+
};
|
|
106
|
+
take_right: {
|
|
107
|
+
takeRight: typeof import('./arkhe/array/take-right')['takeRight'];
|
|
108
|
+
};
|
|
109
|
+
take_right_while: {
|
|
110
|
+
takeRightWhile: typeof import('./arkhe/array/take-right-while')['takeRightWhile'];
|
|
111
|
+
};
|
|
112
|
+
take_while: {
|
|
113
|
+
takeWhile: typeof import('./arkhe/array/take-while')['takeWhile'];
|
|
114
|
+
};
|
|
115
|
+
to_array: {
|
|
116
|
+
toArray: typeof import('./arkhe/array/to-array')['toArray'];
|
|
117
|
+
};
|
|
118
|
+
toggle: {
|
|
119
|
+
toggle: typeof import('./arkhe/array/toggle')['toggle'];
|
|
120
|
+
};
|
|
121
|
+
union: {
|
|
122
|
+
union: typeof import('./arkhe/array/union')['union'];
|
|
123
|
+
};
|
|
124
|
+
union_by: {
|
|
125
|
+
unionBy: typeof import('./arkhe/array/union-by')['unionBy'];
|
|
126
|
+
};
|
|
127
|
+
union_with: {
|
|
128
|
+
unionWith: typeof import('./arkhe/array/union-with')['unionWith'];
|
|
129
|
+
};
|
|
130
|
+
uniq: {
|
|
131
|
+
uniq: typeof import('./arkhe/array/uniq')['uniq'];
|
|
132
|
+
};
|
|
133
|
+
uniq_by: {
|
|
134
|
+
uniqBy: typeof import('./arkhe/array/uniq-by')['uniqBy'];
|
|
135
|
+
};
|
|
136
|
+
uniq_with: {
|
|
137
|
+
uniqWith: typeof import('./arkhe/array/uniq-with')['uniqWith'];
|
|
138
|
+
};
|
|
139
|
+
unzip: {
|
|
140
|
+
unzip: typeof import('./arkhe/array/unzip')['unzip'];
|
|
141
|
+
};
|
|
142
|
+
window: {
|
|
143
|
+
window: typeof import('./arkhe/array/window')['window'];
|
|
144
|
+
};
|
|
145
|
+
xor: {
|
|
146
|
+
xor: typeof import('./arkhe/array/xor')['xor'];
|
|
147
|
+
};
|
|
148
|
+
zip: {
|
|
149
|
+
zip: typeof import('./arkhe/array/zip')['zip'];
|
|
150
|
+
};
|
|
151
|
+
zip_with: {
|
|
152
|
+
zipWith: typeof import('./arkhe/array/zip-with')['zipWith'];
|
|
153
|
+
};
|
|
154
|
+
all: {
|
|
155
|
+
all: typeof import('./arkhe/async/all')['all'];
|
|
156
|
+
};
|
|
157
|
+
dedupe_by_key: {
|
|
158
|
+
dedupeByKey: typeof import('./arkhe/async/dedupe-by-key')['dedupeByKey'];
|
|
159
|
+
};
|
|
160
|
+
defer: {
|
|
161
|
+
defer: typeof import('./arkhe/async/defer')['defer'];
|
|
162
|
+
};
|
|
163
|
+
guard: {
|
|
164
|
+
guard: typeof import('./arkhe/async/guard')['guard'];
|
|
165
|
+
};
|
|
166
|
+
parallel: {
|
|
167
|
+
parallel: typeof import('./arkhe/async/parallel')['parallel'];
|
|
168
|
+
};
|
|
169
|
+
queue_by_key: {
|
|
170
|
+
queueByKey: typeof import('./arkhe/async/queue-by-key')['queueByKey'];
|
|
171
|
+
};
|
|
172
|
+
retry: {
|
|
173
|
+
retry: typeof import('./arkhe/async/retry')['retry'];
|
|
174
|
+
};
|
|
175
|
+
after: {
|
|
176
|
+
after: typeof import('./arkhe/function/after')['after'];
|
|
177
|
+
};
|
|
178
|
+
before: {
|
|
179
|
+
before: typeof import('./arkhe/function/before')['before'];
|
|
180
|
+
};
|
|
181
|
+
cast_comparator: {
|
|
182
|
+
castComparator: typeof import('./arkhe/function/cast-comparator')['castComparator'];
|
|
183
|
+
};
|
|
184
|
+
cast_mapping: {
|
|
185
|
+
castMapping: typeof import('./arkhe/function/cast-mapping')['castMapping'];
|
|
186
|
+
};
|
|
187
|
+
curry: {
|
|
188
|
+
curry: typeof import('./arkhe/function/curry')['curry'];
|
|
189
|
+
};
|
|
190
|
+
debounce: {
|
|
191
|
+
debounce: typeof import('./arkhe/function/debounce')['debounce'];
|
|
192
|
+
};
|
|
193
|
+
flip: {
|
|
194
|
+
flip: typeof import('./arkhe/function/flip')['flip'];
|
|
195
|
+
};
|
|
196
|
+
flow_right: {
|
|
197
|
+
compose: typeof import('./arkhe/function/flow-right')['compose'];
|
|
198
|
+
flowRight: typeof import('./arkhe/function/flow-right')['flowRight'];
|
|
199
|
+
};
|
|
200
|
+
memoize: {
|
|
201
|
+
memoize: typeof import('./arkhe/function/memoize')['memoize'];
|
|
202
|
+
};
|
|
203
|
+
negate: {
|
|
204
|
+
negate: typeof import('./arkhe/function/negate')['negate'];
|
|
205
|
+
};
|
|
206
|
+
noop: {
|
|
207
|
+
noop: typeof import('./arkhe/function/noop')['noop'];
|
|
208
|
+
};
|
|
209
|
+
once: {
|
|
210
|
+
once: typeof import('./arkhe/function/once')['once'];
|
|
211
|
+
};
|
|
212
|
+
pipe: {
|
|
213
|
+
pipe: typeof import('./arkhe/function/pipe')['pipe'];
|
|
214
|
+
};
|
|
215
|
+
throttle: {
|
|
216
|
+
throttle: typeof import('./arkhe/function/throttle')['throttle'];
|
|
217
|
+
};
|
|
218
|
+
unless: {
|
|
219
|
+
unless: typeof import('./arkhe/function/unless')['unless'];
|
|
220
|
+
};
|
|
221
|
+
when: {
|
|
222
|
+
when: typeof import('./arkhe/function/when')['when'];
|
|
223
|
+
};
|
|
224
|
+
clamp: {
|
|
225
|
+
clamp: typeof import('./arkhe/number/clamp')['clamp'];
|
|
226
|
+
};
|
|
227
|
+
in_range: {
|
|
228
|
+
inRange: typeof import('./arkhe/number/in-range')['inRange'];
|
|
229
|
+
};
|
|
230
|
+
parsers: {
|
|
231
|
+
parse_float_def: {
|
|
232
|
+
parseFloatDef: typeof import('./arkhe/number/parsers/parse-float-def')['parseFloatDef'];
|
|
233
|
+
};
|
|
234
|
+
parse_float: {
|
|
235
|
+
parseFloat: typeof import('./arkhe/number/parsers/parse-float')['parseFloat'];
|
|
236
|
+
};
|
|
237
|
+
parse_int_def: {
|
|
238
|
+
parseIntDef: typeof import('./arkhe/number/parsers/parse-int-def')['parseIntDef'];
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
random: {
|
|
242
|
+
random: typeof import('./arkhe/number/random')['random'];
|
|
243
|
+
};
|
|
244
|
+
to_number: {
|
|
245
|
+
toNumber: typeof import('./arkhe/number/to-number')['toNumber'];
|
|
246
|
+
};
|
|
247
|
+
deep_clone: {
|
|
248
|
+
deepClone: typeof import('./arkhe/object/deep-clone')['deepClone'];
|
|
249
|
+
};
|
|
250
|
+
deep_clone_full: {
|
|
251
|
+
deepCloneFull: typeof import('./arkhe/object/deep-clone-full')['deepCloneFull'];
|
|
252
|
+
};
|
|
253
|
+
defaults: {
|
|
254
|
+
defaults: typeof import('./arkhe/object/defaults')['defaults'];
|
|
255
|
+
};
|
|
256
|
+
defaults_deep: {
|
|
257
|
+
defaultsDeep: typeof import('./arkhe/object/defaults-deep')['defaultsDeep'];
|
|
258
|
+
};
|
|
259
|
+
evolve: {
|
|
260
|
+
evolve: typeof import('./arkhe/object/evolve')['evolve'];
|
|
261
|
+
};
|
|
262
|
+
find_key: {
|
|
263
|
+
findKey: typeof import('./arkhe/object/find-key')['findKey'];
|
|
264
|
+
};
|
|
265
|
+
get: {
|
|
266
|
+
get: typeof import('./arkhe/object/get')['get'];
|
|
267
|
+
};
|
|
268
|
+
has: {
|
|
269
|
+
has: typeof import('./arkhe/object/has')['has'];
|
|
270
|
+
};
|
|
271
|
+
invert: {
|
|
272
|
+
invert: typeof import('./arkhe/object/invert')['invert'];
|
|
273
|
+
};
|
|
274
|
+
map_keys: {
|
|
275
|
+
mapKeys: typeof import('./arkhe/object/map-keys')['mapKeys'];
|
|
276
|
+
};
|
|
277
|
+
map_values: {
|
|
278
|
+
mapValues: typeof import('./arkhe/object/map-values')['mapValues'];
|
|
279
|
+
};
|
|
280
|
+
merge_deep: {
|
|
281
|
+
mergeDeepLeft: typeof import('./arkhe/object/merge-deep')['mergeDeepLeft'];
|
|
282
|
+
mergeDeepRight: typeof import('./arkhe/object/merge-deep')['mergeDeepRight'];
|
|
283
|
+
};
|
|
284
|
+
merge_with: {
|
|
285
|
+
mergeWith: typeof import('./arkhe/object/merge-with')['mergeWith'];
|
|
286
|
+
};
|
|
287
|
+
omit: {
|
|
288
|
+
omit: typeof import('./arkhe/object/omit')['omit'];
|
|
289
|
+
};
|
|
290
|
+
omit_by: {
|
|
291
|
+
omitBy: typeof import('./arkhe/object/omit-by')['omitBy'];
|
|
292
|
+
};
|
|
293
|
+
pick: {
|
|
294
|
+
pick: typeof import('./arkhe/object/pick')['pick'];
|
|
295
|
+
};
|
|
296
|
+
pickBy: {
|
|
297
|
+
pickBy: typeof import('./arkhe/object/pickBy')['pickBy'];
|
|
298
|
+
};
|
|
299
|
+
set: {
|
|
300
|
+
set: typeof import('./arkhe/object/set')['set'];
|
|
301
|
+
};
|
|
302
|
+
camel_case: {
|
|
303
|
+
camelCase: typeof import('./arkhe/string/camel-case')['camelCase'];
|
|
304
|
+
};
|
|
305
|
+
capitalize: {
|
|
306
|
+
capitalize: typeof import('./arkhe/string/capitalize')['capitalize'];
|
|
307
|
+
};
|
|
308
|
+
constant_case: {
|
|
309
|
+
constantCase: typeof import('./arkhe/string/constant-case')['constantCase'];
|
|
310
|
+
};
|
|
311
|
+
deburr: {
|
|
312
|
+
deburr: typeof import('./arkhe/string/deburr')['deburr'];
|
|
313
|
+
};
|
|
314
|
+
escape: {
|
|
315
|
+
escape: typeof import('./arkhe/string/escape')['escape'];
|
|
316
|
+
};
|
|
317
|
+
escape_regexp: {
|
|
318
|
+
escapeRegExp: typeof import('./arkhe/string/escape-regexp')['escapeRegExp'];
|
|
319
|
+
};
|
|
320
|
+
kebab_case: {
|
|
321
|
+
kebabCase: typeof import('./arkhe/string/kebab-case')['kebabCase'];
|
|
322
|
+
};
|
|
323
|
+
lower_case: {
|
|
324
|
+
lowerCase: typeof import('./arkhe/string/lower-case')['lowerCase'];
|
|
325
|
+
};
|
|
326
|
+
lowerFirst: {
|
|
327
|
+
lowerFirst: typeof import('./arkhe/string/lowerFirst')['lowerFirst'];
|
|
328
|
+
};
|
|
329
|
+
parsers: {
|
|
330
|
+
parse_comma_separated: {
|
|
331
|
+
parseCommaSeparated: typeof import('./arkhe/string/parsers/parse-comma-separated')['parseCommaSeparated'];
|
|
332
|
+
};
|
|
333
|
+
parse_key_value_pairs: {
|
|
334
|
+
parseKeyValuePairs: typeof import('./arkhe/string/parsers/parse-key-value-pairs')['parseKeyValuePairs'];
|
|
335
|
+
};
|
|
336
|
+
path_parser: {
|
|
337
|
+
parsePath: typeof import('./arkhe/string/parsers/path-parser')['parsePath'];
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
pascal_case: {
|
|
341
|
+
pascalCase: typeof import('./arkhe/string/pascal-case')['pascalCase'];
|
|
342
|
+
};
|
|
343
|
+
sentence_case: {
|
|
344
|
+
sentenceCase: typeof import('./arkhe/string/sentence-case')['sentenceCase'];
|
|
345
|
+
};
|
|
346
|
+
snake_case: {
|
|
347
|
+
snakeCase: typeof import('./arkhe/string/snake-case')['snakeCase'];
|
|
348
|
+
};
|
|
349
|
+
template: {
|
|
350
|
+
template: typeof import('./arkhe/string/template')['template'];
|
|
351
|
+
};
|
|
352
|
+
title_case: {
|
|
353
|
+
titleCase: typeof import('./arkhe/string/title-case')['titleCase'];
|
|
354
|
+
};
|
|
355
|
+
truncate: {
|
|
356
|
+
truncate: typeof import('./arkhe/string/truncate')['truncate'];
|
|
357
|
+
};
|
|
358
|
+
unescape: {
|
|
359
|
+
unescape: typeof import('./arkhe/string/unescape')['unescape'];
|
|
360
|
+
};
|
|
361
|
+
uniq_with: {
|
|
362
|
+
uniqWith: typeof import('./arkhe/string/uniq-with')['uniqWith'];
|
|
363
|
+
};
|
|
364
|
+
upper_case: {
|
|
365
|
+
upperCase: typeof import('./arkhe/string/upper-case')['upperCase'];
|
|
366
|
+
};
|
|
367
|
+
words: {
|
|
368
|
+
words: typeof import('./arkhe/string/words')['words'];
|
|
369
|
+
};
|
|
370
|
+
console: {
|
|
371
|
+
mockConsole: typeof import('./arkhe/test/console')['mockConsole'];
|
|
372
|
+
silenceConsole: typeof import('./arkhe/test/console')['silenceConsole'];
|
|
373
|
+
withSilentConsole: typeof import('./arkhe/test/console')['withSilentConsole'];
|
|
374
|
+
};
|
|
375
|
+
globals: {
|
|
376
|
+
__autoRestoreAll: typeof import('./arkhe/test/globals')['__autoRestoreAll'];
|
|
377
|
+
getGlobalThis: typeof import('./arkhe/test/globals')['getGlobalThis'];
|
|
378
|
+
mockDocument: typeof import('./arkhe/test/globals')['mockDocument'];
|
|
379
|
+
mockDOMRect: typeof import('./arkhe/test/globals')['mockDOMRect'];
|
|
380
|
+
mockPerformance: typeof import('./arkhe/test/globals')['mockPerformance'];
|
|
381
|
+
mockWindow: typeof import('./arkhe/test/globals')['mockWindow'];
|
|
382
|
+
setGlobal: typeof import('./arkhe/test/globals')['setGlobal'];
|
|
383
|
+
trackRestore: typeof import('./arkhe/test/globals')['trackRestore'];
|
|
384
|
+
};
|
|
385
|
+
private_access: {
|
|
386
|
+
cast: typeof import('./arkhe/test/private-access')['cast'];
|
|
387
|
+
castArray: typeof import('./arkhe/test/private-access')['castArray'];
|
|
388
|
+
castMap: typeof import('./arkhe/test/private-access')['castMap'];
|
|
389
|
+
testNull: typeof import('./arkhe/test/private-access')['testNull'];
|
|
390
|
+
testUndefined: typeof import('./arkhe/test/private-access')['testUndefined'];
|
|
391
|
+
};
|
|
392
|
+
default_to: {
|
|
393
|
+
defaultTo: typeof import('./arkhe/util/default-to')['defaultTo'];
|
|
394
|
+
};
|
|
395
|
+
range: {
|
|
396
|
+
range: typeof import('./arkhe/util/range')['range'];
|
|
397
|
+
};
|
|
398
|
+
sleep: {
|
|
399
|
+
sleep: typeof import('./arkhe/util/sleep')['sleep'];
|
|
400
|
+
};
|
|
401
|
+
times: {
|
|
402
|
+
times: typeof import('./arkhe/util/times')['times'];
|
|
403
|
+
};
|
|
404
|
+
unique_id: {
|
|
405
|
+
uniqueId: typeof import('./arkhe/util/unique-id')['uniqueId'];
|
|
406
|
+
};
|
|
407
|
+
guard: {
|
|
408
|
+
is_array_buffer: {
|
|
409
|
+
isArrayBuffer: typeof import('./arkhe/is/guard/is-array-buffer')['isArrayBuffer'];
|
|
410
|
+
};
|
|
411
|
+
is_array: {
|
|
412
|
+
isArray: typeof import('./arkhe/is/guard/is-array')['isArray'];
|
|
413
|
+
};
|
|
414
|
+
is_bigint: {
|
|
415
|
+
isBigint: typeof import('./arkhe/is/guard/is-bigint')['isBigint'];
|
|
416
|
+
};
|
|
417
|
+
is_boolean: {
|
|
418
|
+
isBoolean: typeof import('./arkhe/is/guard/is-boolean')['isBoolean'];
|
|
419
|
+
};
|
|
420
|
+
is_date: {
|
|
421
|
+
isDate: typeof import('./arkhe/is/guard/is-date')['isDate'];
|
|
422
|
+
};
|
|
423
|
+
is_error: {
|
|
424
|
+
isError: typeof import('./arkhe/is/guard/is-error')['isError'];
|
|
425
|
+
};
|
|
426
|
+
is_function: {
|
|
427
|
+
isFunction: typeof import('./arkhe/is/guard/is-function')['isFunction'];
|
|
428
|
+
};
|
|
429
|
+
is_map: {
|
|
430
|
+
isMap: typeof import('./arkhe/is/guard/is-map')['isMap'];
|
|
431
|
+
};
|
|
432
|
+
is_nil: {
|
|
433
|
+
isNil: typeof import('./arkhe/is/guard/is-nil')['isNil'];
|
|
434
|
+
};
|
|
435
|
+
is_non_null: {
|
|
436
|
+
isNonNull: typeof import('./arkhe/is/guard/is-non-null')['isNonNull'];
|
|
437
|
+
};
|
|
438
|
+
is_non_nullable: {
|
|
439
|
+
isNonNullable: typeof import('./arkhe/is/guard/is-non-nullable')['isNonNullable'];
|
|
440
|
+
};
|
|
441
|
+
is_non_undefined: {
|
|
442
|
+
isNonUndefined: typeof import('./arkhe/is/guard/is-non-undefined')['isNonUndefined'];
|
|
443
|
+
};
|
|
444
|
+
is_null: {
|
|
445
|
+
isNull: typeof import('./arkhe/is/guard/is-null')['isNull'];
|
|
446
|
+
};
|
|
447
|
+
is_number: {
|
|
448
|
+
isNumber: typeof import('./arkhe/is/guard/is-number')['isNumber'];
|
|
449
|
+
};
|
|
450
|
+
is_object: {
|
|
451
|
+
isObject: typeof import('./arkhe/is/guard/is-object')['isObject'];
|
|
452
|
+
};
|
|
453
|
+
is_one_of: {
|
|
454
|
+
isOneOf: typeof import('./arkhe/is/guard/is-one-of')['isOneOf'];
|
|
455
|
+
};
|
|
456
|
+
is_plain_object: {
|
|
457
|
+
isPlainObject: typeof import('./arkhe/is/guard/is-plain-object')['isPlainObject'];
|
|
458
|
+
};
|
|
459
|
+
is_primitive: {
|
|
460
|
+
isPrimitive: typeof import('./arkhe/is/guard/is-primitive')['isPrimitive'];
|
|
461
|
+
};
|
|
462
|
+
is_promise: {
|
|
463
|
+
isPromise: typeof import('./arkhe/is/guard/is-promise')['isPromise'];
|
|
464
|
+
};
|
|
465
|
+
is_regexp: {
|
|
466
|
+
isRegExp: typeof import('./arkhe/is/guard/is-regexp')['isRegExp'];
|
|
467
|
+
};
|
|
468
|
+
is_set: {
|
|
469
|
+
isSet: typeof import('./arkhe/is/guard/is-set')['isSet'];
|
|
470
|
+
};
|
|
471
|
+
is_string: {
|
|
472
|
+
isString: typeof import('./arkhe/is/guard/is-string')['isString'];
|
|
473
|
+
};
|
|
474
|
+
is_symbol: {
|
|
475
|
+
isSymbol: typeof import('./arkhe/is/guard/is-symbol')['isSymbol'];
|
|
476
|
+
};
|
|
477
|
+
is_undefined: {
|
|
478
|
+
isUndefined: typeof import('./arkhe/is/guard/is-undefined')['isUndefined'];
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
predicate: {
|
|
482
|
+
is_empty: {
|
|
483
|
+
isEmpty: typeof import('./arkhe/is/predicate/is-empty')['isEmpty'];
|
|
484
|
+
};
|
|
485
|
+
is_equal: {
|
|
486
|
+
isEqual: typeof import('./arkhe/is/predicate/is-equal')['isEqual'];
|
|
487
|
+
};
|
|
488
|
+
is_float: {
|
|
489
|
+
isFloat: typeof import('./arkhe/is/predicate/is-float')['isFloat'];
|
|
490
|
+
};
|
|
491
|
+
};
|
|
492
|
+
animations: {
|
|
493
|
+
easing: {
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
common: {
|
|
497
|
+
arrayable: {
|
|
498
|
+
};
|
|
499
|
+
awaitable: {
|
|
500
|
+
};
|
|
501
|
+
nullish: {
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
dom: {
|
|
505
|
+
attachable: {
|
|
506
|
+
};
|
|
507
|
+
viewport: {
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
gestures: {
|
|
511
|
+
axis: {
|
|
512
|
+
};
|
|
513
|
+
drag: {
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
math: {
|
|
517
|
+
arithmetic: {
|
|
518
|
+
};
|
|
519
|
+
geometry: {
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
performance: {
|
|
523
|
+
cache: {
|
|
524
|
+
};
|
|
525
|
+
};
|
|
526
|
+
utilities: {
|
|
527
|
+
deep_partial: {
|
|
528
|
+
};
|
|
529
|
+
deep_readonly: {
|
|
530
|
+
};
|
|
531
|
+
entry: {
|
|
532
|
+
};
|
|
533
|
+
error_type: {
|
|
534
|
+
};
|
|
535
|
+
is_some_option: {
|
|
536
|
+
isSomeOption: typeof import('./arkhe/types/utilities/is-some-option')['isSomeOption'];
|
|
537
|
+
};
|
|
538
|
+
map_entries: {
|
|
539
|
+
};
|
|
540
|
+
non_empty_array: {
|
|
541
|
+
};
|
|
542
|
+
partial_except: {
|
|
543
|
+
};
|
|
544
|
+
partial_keys: {
|
|
545
|
+
};
|
|
546
|
+
prettify: {
|
|
547
|
+
};
|
|
548
|
+
primitive: {
|
|
549
|
+
};
|
|
550
|
+
required_except: {
|
|
551
|
+
};
|
|
552
|
+
required_keys: {
|
|
553
|
+
};
|
|
554
|
+
strict_omit: {
|
|
555
|
+
};
|
|
556
|
+
};
|
|
557
|
+
};
|
|
558
|
+
kanon: {
|
|
559
|
+
index: {
|
|
560
|
+
any: typeof import('./kanon/index')['any'];
|
|
561
|
+
array: typeof import('./kanon/index')['array'];
|
|
562
|
+
bigint: typeof import('./kanon/index')['bigint'];
|
|
563
|
+
boolean: typeof import('./kanon/index')['boolean'];
|
|
564
|
+
booleanEnum: typeof import('./kanon/index')['booleanEnum'];
|
|
565
|
+
clearCache: typeof import('./kanon/index')['clearCache'];
|
|
566
|
+
coerceBigInt: typeof import('./kanon/index')['coerceBigInt'];
|
|
567
|
+
coerceBoolean: typeof import('./kanon/index')['coerceBoolean'];
|
|
568
|
+
coerceDate: typeof import('./kanon/index')['coerceDate'];
|
|
569
|
+
coerceNumber: typeof import('./kanon/index')['coerceNumber'];
|
|
570
|
+
coerceString: typeof import('./kanon/index')['coerceString'];
|
|
571
|
+
compile: typeof import('./kanon/index')['compile'];
|
|
572
|
+
date: typeof import('./kanon/index')['date'];
|
|
573
|
+
default_: typeof import('./kanon/index')['default_'];
|
|
574
|
+
DefaultValues: typeof import('./kanon/index')['DefaultValues'];
|
|
575
|
+
discriminatedUnion: typeof import('./kanon/index')['discriminatedUnion'];
|
|
576
|
+
enum_: typeof import('./kanon/index')['enum_'];
|
|
577
|
+
hasTupleRest: typeof import('./kanon/index')['hasTupleRest'];
|
|
578
|
+
int: typeof import('./kanon/index')['int'];
|
|
579
|
+
intersection: typeof import('./kanon/index')['intersection'];
|
|
580
|
+
intersection3: typeof import('./kanon/index')['intersection3'];
|
|
581
|
+
isArrayConstraint: typeof import('./kanon/index')['isArrayConstraint'];
|
|
582
|
+
isBigIntConstraint: typeof import('./kanon/index')['isBigIntConstraint'];
|
|
583
|
+
isDateConstraint: typeof import('./kanon/index')['isDateConstraint'];
|
|
584
|
+
isJITAvailable: typeof import('./kanon/index')['isJITAvailable'];
|
|
585
|
+
isMapConstraint: typeof import('./kanon/index')['isMapConstraint'];
|
|
586
|
+
isNumberConstraint: typeof import('./kanon/index')['isNumberConstraint'];
|
|
587
|
+
isObjectConstraint: typeof import('./kanon/index')['isObjectConstraint'];
|
|
588
|
+
isSchemaType: typeof import('./kanon/index')['isSchemaType'];
|
|
589
|
+
isSetConstraint: typeof import('./kanon/index')['isSetConstraint'];
|
|
590
|
+
isStringConstraint: typeof import('./kanon/index')['isStringConstraint'];
|
|
591
|
+
k: typeof import('./kanon/index')['k'];
|
|
592
|
+
keyof: typeof import('./kanon/index')['keyof'];
|
|
593
|
+
lazy: typeof import('./kanon/index')['lazy'];
|
|
594
|
+
literal: typeof import('./kanon/index')['literal'];
|
|
595
|
+
looseObject: typeof import('./kanon/index')['looseObject'];
|
|
596
|
+
map: typeof import('./kanon/index')['map'];
|
|
597
|
+
mixedEnum: typeof import('./kanon/index')['mixedEnum'];
|
|
598
|
+
nativeEnum: typeof import('./kanon/index')['nativeEnum'];
|
|
599
|
+
never: typeof import('./kanon/index')['never'];
|
|
600
|
+
null_: typeof import('./kanon/index')['null_'];
|
|
601
|
+
nullable: typeof import('./kanon/index')['nullable'];
|
|
602
|
+
nullish: typeof import('./kanon/index')['nullish'];
|
|
603
|
+
number: typeof import('./kanon/index')['number'];
|
|
604
|
+
numberEnum: typeof import('./kanon/index')['numberEnum'];
|
|
605
|
+
object: typeof import('./kanon/index')['object'];
|
|
606
|
+
omit: typeof import('./kanon/index')['omit'];
|
|
607
|
+
optional: typeof import('./kanon/index')['optional'];
|
|
608
|
+
parse: typeof import('./kanon/index')['parse'];
|
|
609
|
+
parseBulk: typeof import('./kanon/index')['parseBulk'];
|
|
610
|
+
partial: typeof import('./kanon/index')['partial'];
|
|
611
|
+
pick: typeof import('./kanon/index')['pick'];
|
|
612
|
+
readonly: typeof import('./kanon/index')['readonly'];
|
|
613
|
+
record: typeof import('./kanon/index')['record'];
|
|
614
|
+
required: typeof import('./kanon/index')['required'];
|
|
615
|
+
schemaGuards: typeof import('./kanon/index')['schemaGuards'];
|
|
616
|
+
set: typeof import('./kanon/index')['set'];
|
|
617
|
+
strictObject: typeof import('./kanon/index')['strictObject'];
|
|
618
|
+
string: typeof import('./kanon/index')['string'];
|
|
619
|
+
symbol: typeof import('./kanon/index')['symbol'];
|
|
620
|
+
tuple: typeof import('./kanon/index')['tuple'];
|
|
621
|
+
tupleOf: typeof import('./kanon/index')['tupleOf'];
|
|
622
|
+
tupleOf3: typeof import('./kanon/index')['tupleOf3'];
|
|
623
|
+
tupleOf4: typeof import('./kanon/index')['tupleOf4'];
|
|
624
|
+
tupleWithRest: typeof import('./kanon/index')['tupleWithRest'];
|
|
625
|
+
undefined_: typeof import('./kanon/index')['undefined_'];
|
|
626
|
+
unionOf: typeof import('./kanon/index')['unionOf'];
|
|
627
|
+
unionOf3: typeof import('./kanon/index')['unionOf3'];
|
|
628
|
+
unionOf4: typeof import('./kanon/index')['unionOf4'];
|
|
629
|
+
unknown: typeof import('./kanon/index')['unknown'];
|
|
630
|
+
validation: typeof import('./kanon/index')['validation'];
|
|
631
|
+
void_: typeof import('./kanon/index')['void_'];
|
|
632
|
+
};
|
|
633
|
+
validation: {
|
|
634
|
+
validation: typeof import('./kanon/validation')['validation'];
|
|
635
|
+
};
|
|
636
|
+
consts: {
|
|
637
|
+
messages: {
|
|
638
|
+
ERROR_MESSAGES_COMPOSITION: typeof import('./kanon/core/consts/messages')['ERROR_MESSAGES_COMPOSITION'];
|
|
639
|
+
};
|
|
640
|
+
patterns: {
|
|
641
|
+
EMAIL_REGEX: typeof import('./kanon/core/consts/patterns')['EMAIL_REGEX'];
|
|
642
|
+
URL_REGEX: typeof import('./kanon/core/consts/patterns')['URL_REGEX'];
|
|
643
|
+
UUID_REGEX: typeof import('./kanon/core/consts/patterns')['UUID_REGEX'];
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
parser: {
|
|
647
|
+
parse: typeof import('./kanon/core/parser')['parse'];
|
|
648
|
+
parseBulk: typeof import('./kanon/core/parser')['parseBulk'];
|
|
649
|
+
};
|
|
650
|
+
as_zod: {
|
|
651
|
+
asZod: typeof import('./kanon/helpers/as-zod')['asZod'];
|
|
652
|
+
};
|
|
653
|
+
as_zod.shim: {
|
|
654
|
+
z: typeof import('./kanon/helpers/as-zod.shim')['z'];
|
|
655
|
+
};
|
|
656
|
+
k: {
|
|
657
|
+
k: typeof import('./kanon/helpers/k')['k'];
|
|
658
|
+
};
|
|
659
|
+
builders: {
|
|
660
|
+
coerce: {
|
|
661
|
+
generateCoerceBooleanCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanCheck'];
|
|
662
|
+
generateCoerceBooleanValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceBooleanValidation'];
|
|
663
|
+
generateCoerceDateCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateCheck'];
|
|
664
|
+
generateCoerceDateValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceDateValidation'];
|
|
665
|
+
generateCoerceNumberCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberCheck'];
|
|
666
|
+
generateCoerceNumberValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceNumberValidation'];
|
|
667
|
+
generateCoerceStringCheck: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringCheck'];
|
|
668
|
+
generateCoerceStringValidation: typeof import('./kanon/jit/builders/coerce')['generateCoerceStringValidation'];
|
|
669
|
+
isCoerceType: typeof import('./kanon/jit/builders/coerce')['isCoerceType'];
|
|
670
|
+
};
|
|
671
|
+
refinements: {
|
|
672
|
+
generateRefinementCall: typeof import('./kanon/jit/builders/refinements')['generateRefinementCall'];
|
|
673
|
+
generateRefinementsValidation: typeof import('./kanon/jit/builders/refinements')['generateRefinementsValidation'];
|
|
674
|
+
getRefinements: typeof import('./kanon/jit/builders/refinements')['getRefinements'];
|
|
675
|
+
hasRefinements: typeof import('./kanon/jit/builders/refinements')['hasRefinements'];
|
|
676
|
+
};
|
|
677
|
+
array: {
|
|
678
|
+
generateArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateArrayItemsLoop'];
|
|
679
|
+
generateArrayLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayLengthCheck'];
|
|
680
|
+
generateArrayMaxLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMaxLengthCheck'];
|
|
681
|
+
generateArrayMinLengthCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayMinLengthCheck'];
|
|
682
|
+
generateArrayTypeCheck: typeof import('./kanon/jit/builders/composites/array')['generateArrayTypeCheck'];
|
|
683
|
+
generateArrayValidation: typeof import('./kanon/jit/builders/composites/array')['generateArrayValidation'];
|
|
684
|
+
generateSimpleArrayItemsLoop: typeof import('./kanon/jit/builders/composites/array')['generateSimpleArrayItemsLoop'];
|
|
685
|
+
};
|
|
686
|
+
object: {
|
|
687
|
+
createNestedObjectGenerator: typeof import('./kanon/jit/builders/composites/object')['createNestedObjectGenerator'];
|
|
688
|
+
generateMaxKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMaxKeysCheck'];
|
|
689
|
+
generateMinKeysCheck: typeof import('./kanon/jit/builders/composites/object')['generateMinKeysCheck'];
|
|
690
|
+
generateObjectTypeCheck: typeof import('./kanon/jit/builders/composites/object')['generateObjectTypeCheck'];
|
|
691
|
+
generateObjectValidation: typeof import('./kanon/jit/builders/composites/object')['generateObjectValidation'];
|
|
692
|
+
generatePropertyValidation: typeof import('./kanon/jit/builders/composites/object')['generatePropertyValidation'];
|
|
693
|
+
generateStrictModeCheck: typeof import('./kanon/jit/builders/composites/object')['generateStrictModeCheck'];
|
|
694
|
+
};
|
|
695
|
+
union: {
|
|
696
|
+
canOptimizeWithTypeof: typeof import('./kanon/jit/builders/operators/union')['canOptimizeWithTypeof'];
|
|
697
|
+
createBooleanBranch: typeof import('./kanon/jit/builders/operators/union')['createBooleanBranch'];
|
|
698
|
+
createNullBranch: typeof import('./kanon/jit/builders/operators/union')['createNullBranch'];
|
|
699
|
+
createNumberBranch: typeof import('./kanon/jit/builders/operators/union')['createNumberBranch'];
|
|
700
|
+
createStringBranch: typeof import('./kanon/jit/builders/operators/union')['createStringBranch'];
|
|
701
|
+
createUndefinedBranch: typeof import('./kanon/jit/builders/operators/union')['createUndefinedBranch'];
|
|
702
|
+
generateOptimizedPrimitiveUnion: typeof import('./kanon/jit/builders/operators/union')['generateOptimizedPrimitiveUnion'];
|
|
703
|
+
generateSimpleSequentialUnion: typeof import('./kanon/jit/builders/operators/union')['generateSimpleSequentialUnion'];
|
|
704
|
+
generateUnionValidation: typeof import('./kanon/jit/builders/operators/union')['generateUnionValidation'];
|
|
705
|
+
groupBranchesByTypeof: typeof import('./kanon/jit/builders/operators/union')['groupBranchesByTypeof'];
|
|
706
|
+
};
|
|
707
|
+
boolean: {
|
|
708
|
+
generateBooleanTypeCheck: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanTypeCheck'];
|
|
709
|
+
generateBooleanValidation: typeof import('./kanon/jit/builders/primitives/boolean')['generateBooleanValidation'];
|
|
710
|
+
};
|
|
711
|
+
number: {
|
|
712
|
+
generateGtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGtCheck'];
|
|
713
|
+
generateGteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateGteCheck'];
|
|
714
|
+
generateIntCheck: typeof import('./kanon/jit/builders/primitives/number')['generateIntCheck'];
|
|
715
|
+
generateLtCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLtCheck'];
|
|
716
|
+
generateLteCheck: typeof import('./kanon/jit/builders/primitives/number')['generateLteCheck'];
|
|
717
|
+
generateMaxCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMaxCheck'];
|
|
718
|
+
generateMinCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMinCheck'];
|
|
719
|
+
generateMultipleOfCheck: typeof import('./kanon/jit/builders/primitives/number')['generateMultipleOfCheck'];
|
|
720
|
+
generateNegativeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNegativeCheck'];
|
|
721
|
+
generateNumberTypeCheck: typeof import('./kanon/jit/builders/primitives/number')['generateNumberTypeCheck'];
|
|
722
|
+
generateNumberValidation: typeof import('./kanon/jit/builders/primitives/number')['generateNumberValidation'];
|
|
723
|
+
generatePositiveCheck: typeof import('./kanon/jit/builders/primitives/number')['generatePositiveCheck'];
|
|
724
|
+
};
|
|
725
|
+
others: {
|
|
726
|
+
generateAnyValidation: typeof import('./kanon/jit/builders/primitives/others')['generateAnyValidation'];
|
|
727
|
+
generateNeverTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNeverTypeCheck'];
|
|
728
|
+
generateNeverValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNeverValidation'];
|
|
729
|
+
generateNullTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateNullTypeCheck'];
|
|
730
|
+
generateNullValidation: typeof import('./kanon/jit/builders/primitives/others')['generateNullValidation'];
|
|
731
|
+
generateSymbolTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolTypeCheck'];
|
|
732
|
+
generateSymbolValidation: typeof import('./kanon/jit/builders/primitives/others')['generateSymbolValidation'];
|
|
733
|
+
generateUndefinedTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedTypeCheck'];
|
|
734
|
+
generateUndefinedValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUndefinedValidation'];
|
|
735
|
+
generateUnknownValidation: typeof import('./kanon/jit/builders/primitives/others')['generateUnknownValidation'];
|
|
736
|
+
generateVoidTypeCheck: typeof import('./kanon/jit/builders/primitives/others')['generateVoidTypeCheck'];
|
|
737
|
+
generateVoidValidation: typeof import('./kanon/jit/builders/primitives/others')['generateVoidValidation'];
|
|
738
|
+
};
|
|
739
|
+
string: {
|
|
740
|
+
generateEmailCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEmailCheck'];
|
|
741
|
+
generateEndsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateEndsWithCheck'];
|
|
742
|
+
generateIncludesCheck: typeof import('./kanon/jit/builders/primitives/string')['generateIncludesCheck'];
|
|
743
|
+
generateLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateLengthCheck'];
|
|
744
|
+
generateMaxLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMaxLengthCheck'];
|
|
745
|
+
generateMinLengthCheck: typeof import('./kanon/jit/builders/primitives/string')['generateMinLengthCheck'];
|
|
746
|
+
generateRegexCheck: typeof import('./kanon/jit/builders/primitives/string')['generateRegexCheck'];
|
|
747
|
+
generateStartsWithCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStartsWithCheck'];
|
|
748
|
+
generateStringTypeCheck: typeof import('./kanon/jit/builders/primitives/string')['generateStringTypeCheck'];
|
|
749
|
+
generateStringValidation: typeof import('./kanon/jit/builders/primitives/string')['generateStringValidation'];
|
|
750
|
+
generateUrlCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUrlCheck'];
|
|
751
|
+
generateUuidCheck: typeof import('./kanon/jit/builders/primitives/string')['generateUuidCheck'];
|
|
752
|
+
STRING_PATTERNS: typeof import('./kanon/jit/builders/primitives/string')['STRING_PATTERNS'];
|
|
753
|
+
};
|
|
754
|
+
};
|
|
755
|
+
cache: {
|
|
756
|
+
createValidatorCache: typeof import('./kanon/jit/cache')['createValidatorCache'];
|
|
757
|
+
globalValidatorCache: typeof import('./kanon/jit/cache')['globalValidatorCache'];
|
|
758
|
+
};
|
|
759
|
+
compiler: {
|
|
760
|
+
clearCache: typeof import('./kanon/jit/compiler')['clearCache'];
|
|
761
|
+
compile: typeof import('./kanon/jit/compiler')['compile'];
|
|
762
|
+
isJITAvailable: typeof import('./kanon/jit/compiler')['isJITAvailable'];
|
|
763
|
+
};
|
|
764
|
+
context: {
|
|
765
|
+
addExternal: typeof import('./kanon/jit/context')['addExternal'];
|
|
766
|
+
createGeneratorContext: typeof import('./kanon/jit/context')['createGeneratorContext'];
|
|
767
|
+
decreaseIndent: typeof import('./kanon/jit/context')['decreaseIndent'];
|
|
768
|
+
formatPath: typeof import('./kanon/jit/context')['formatPath'];
|
|
769
|
+
getIndent: typeof import('./kanon/jit/context')['getIndent'];
|
|
770
|
+
hasVisited: typeof import('./kanon/jit/context')['hasVisited'];
|
|
771
|
+
increaseIndent: typeof import('./kanon/jit/context')['increaseIndent'];
|
|
772
|
+
markVisited: typeof import('./kanon/jit/context')['markVisited'];
|
|
773
|
+
nextVar: typeof import('./kanon/jit/context')['nextVar'];
|
|
774
|
+
popPath: typeof import('./kanon/jit/context')['popPath'];
|
|
775
|
+
pushPath: typeof import('./kanon/jit/context')['pushPath'];
|
|
776
|
+
};
|
|
777
|
+
utils: {
|
|
778
|
+
arbitraries: {
|
|
779
|
+
arbitraryArraySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryArraySchema'];
|
|
780
|
+
arbitraryBooleanSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryBooleanSchema'];
|
|
781
|
+
arbitraryNumberSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryNumberSchema'];
|
|
782
|
+
arbitraryObjectSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryObjectSchema'];
|
|
783
|
+
arbitrarySchema: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchema'];
|
|
784
|
+
arbitrarySchemaWithInvalidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithInvalidValue'];
|
|
785
|
+
arbitrarySchemaWithValidValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValidValue'];
|
|
786
|
+
arbitrarySchemaWithValue: typeof import('./kanon/jit/utils/arbitraries')['arbitrarySchemaWithValue'];
|
|
787
|
+
arbitraryStringSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryStringSchema'];
|
|
788
|
+
arbitraryUnionSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryUnionSchema'];
|
|
789
|
+
arbitraryValueForSchema: typeof import('./kanon/jit/utils/arbitraries')['arbitraryValueForSchema'];
|
|
790
|
+
};
|
|
791
|
+
code: {
|
|
792
|
+
debugComment: typeof import('./kanon/jit/utils/code')['debugComment'];
|
|
793
|
+
debugSectionComment: typeof import('./kanon/jit/utils/code')['debugSectionComment'];
|
|
794
|
+
escapeString: typeof import('./kanon/jit/utils/code')['escapeString'];
|
|
795
|
+
wrapWithDebugComment: typeof import('./kanon/jit/utils/code')['wrapWithDebugComment'];
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
base: {
|
|
799
|
+
isCoerced: typeof import('./kanon/types/base')['isCoerced'];
|
|
800
|
+
};
|
|
801
|
+
composites: {
|
|
802
|
+
hasTupleRest: typeof import('./kanon/types/composites')['hasTupleRest'];
|
|
803
|
+
};
|
|
804
|
+
constraints: {
|
|
805
|
+
};
|
|
806
|
+
guards: {
|
|
807
|
+
isArrayConstraint: typeof import('./kanon/types/guards')['isArrayConstraint'];
|
|
808
|
+
isBigIntConstraint: typeof import('./kanon/types/guards')['isBigIntConstraint'];
|
|
809
|
+
isDateConstraint: typeof import('./kanon/types/guards')['isDateConstraint'];
|
|
810
|
+
isMapConstraint: typeof import('./kanon/types/guards')['isMapConstraint'];
|
|
811
|
+
isNumberConstraint: typeof import('./kanon/types/guards')['isNumberConstraint'];
|
|
812
|
+
isObjectConstraint: typeof import('./kanon/types/guards')['isObjectConstraint'];
|
|
813
|
+
isSchemaType: typeof import('./kanon/types/guards')['isSchemaType'];
|
|
814
|
+
isSetConstraint: typeof import('./kanon/types/guards')['isSetConstraint'];
|
|
815
|
+
isStringConstraint: typeof import('./kanon/types/guards')['isStringConstraint'];
|
|
816
|
+
schemaGuards: typeof import('./kanon/types/guards')['schemaGuards'];
|
|
817
|
+
};
|
|
818
|
+
operators: {
|
|
819
|
+
};
|
|
820
|
+
primitives: {
|
|
821
|
+
};
|
|
822
|
+
transforms: {
|
|
823
|
+
};
|
|
824
|
+
wrappers: {
|
|
825
|
+
};
|
|
826
|
+
coerce: {
|
|
827
|
+
bigint: {
|
|
828
|
+
coerceBigInt: typeof import('./kanon/schemas/coerce/bigint')['coerceBigInt'];
|
|
829
|
+
};
|
|
830
|
+
boolean: {
|
|
831
|
+
coerceBoolean: typeof import('./kanon/schemas/coerce/boolean')['coerceBoolean'];
|
|
832
|
+
};
|
|
833
|
+
date: {
|
|
834
|
+
coerceDate: typeof import('./kanon/schemas/coerce/date')['coerceDate'];
|
|
835
|
+
};
|
|
836
|
+
number: {
|
|
837
|
+
coerceNumber: typeof import('./kanon/schemas/coerce/number')['coerceNumber'];
|
|
838
|
+
};
|
|
839
|
+
string: {
|
|
840
|
+
coerceString: typeof import('./kanon/schemas/coerce/string')['coerceString'];
|
|
841
|
+
};
|
|
842
|
+
};
|
|
843
|
+
composites: {
|
|
844
|
+
array: {
|
|
845
|
+
array: typeof import('./kanon/schemas/composites/array')['array'];
|
|
846
|
+
};
|
|
847
|
+
map: {
|
|
848
|
+
map: typeof import('./kanon/schemas/composites/map')['map'];
|
|
849
|
+
};
|
|
850
|
+
object: {
|
|
851
|
+
looseObject: typeof import('./kanon/schemas/composites/object')['looseObject'];
|
|
852
|
+
object: typeof import('./kanon/schemas/composites/object')['object'];
|
|
853
|
+
strictObject: typeof import('./kanon/schemas/composites/object')['strictObject'];
|
|
854
|
+
};
|
|
855
|
+
record: {
|
|
856
|
+
record: typeof import('./kanon/schemas/composites/record')['record'];
|
|
857
|
+
};
|
|
858
|
+
set: {
|
|
859
|
+
set: typeof import('./kanon/schemas/composites/set')['set'];
|
|
860
|
+
};
|
|
861
|
+
tuple: {
|
|
862
|
+
tuple: typeof import('./kanon/schemas/composites/tuple')['tuple'];
|
|
863
|
+
tupleOf: typeof import('./kanon/schemas/composites/tuple')['tupleOf'];
|
|
864
|
+
tupleOf3: typeof import('./kanon/schemas/composites/tuple')['tupleOf3'];
|
|
865
|
+
tupleOf4: typeof import('./kanon/schemas/composites/tuple')['tupleOf4'];
|
|
866
|
+
tupleWithRest: typeof import('./kanon/schemas/composites/tuple')['tupleWithRest'];
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
constraints: {
|
|
870
|
+
array: {
|
|
871
|
+
addArrayConstraints: typeof import('./kanon/schemas/constraints/array')['addArrayConstraints'];
|
|
872
|
+
};
|
|
873
|
+
bigint: {
|
|
874
|
+
addBigIntConstraints: typeof import('./kanon/schemas/constraints/bigint')['addBigIntConstraints'];
|
|
875
|
+
};
|
|
876
|
+
date: {
|
|
877
|
+
addDateConstraints: typeof import('./kanon/schemas/constraints/date')['addDateConstraints'];
|
|
878
|
+
};
|
|
879
|
+
map: {
|
|
880
|
+
addMapConstraints: typeof import('./kanon/schemas/constraints/map')['addMapConstraints'];
|
|
881
|
+
};
|
|
882
|
+
number: {
|
|
883
|
+
addNumberConstraints: typeof import('./kanon/schemas/constraints/number')['addNumberConstraints'];
|
|
884
|
+
};
|
|
885
|
+
object: {
|
|
886
|
+
addObjectConstraints: typeof import('./kanon/schemas/constraints/object')['addObjectConstraints'];
|
|
887
|
+
};
|
|
888
|
+
set: {
|
|
889
|
+
addSetConstraints: typeof import('./kanon/schemas/constraints/set')['addSetConstraints'];
|
|
890
|
+
};
|
|
891
|
+
string: {
|
|
892
|
+
addStringConstraints: typeof import('./kanon/schemas/constraints/string')['addStringConstraints'];
|
|
893
|
+
};
|
|
894
|
+
array: {
|
|
895
|
+
refineArray: typeof import('./kanon/schemas/constraints/refine/array')['refineArray'];
|
|
896
|
+
};
|
|
897
|
+
bigint: {
|
|
898
|
+
refineBigInt: typeof import('./kanon/schemas/constraints/refine/bigint')['refineBigInt'];
|
|
899
|
+
};
|
|
900
|
+
date: {
|
|
901
|
+
refineDate: typeof import('./kanon/schemas/constraints/refine/date')['refineDate'];
|
|
902
|
+
};
|
|
903
|
+
map: {
|
|
904
|
+
refineMap: typeof import('./kanon/schemas/constraints/refine/map')['refineMap'];
|
|
905
|
+
};
|
|
906
|
+
number: {
|
|
907
|
+
refineNumber: typeof import('./kanon/schemas/constraints/refine/number')['refineNumber'];
|
|
908
|
+
};
|
|
909
|
+
object: {
|
|
910
|
+
refineObject: typeof import('./kanon/schemas/constraints/refine/object')['refineObject'];
|
|
911
|
+
};
|
|
912
|
+
set: {
|
|
913
|
+
refineSet: typeof import('./kanon/schemas/constraints/refine/set')['refineSet'];
|
|
914
|
+
};
|
|
915
|
+
string: {
|
|
916
|
+
refineString: typeof import('./kanon/schemas/constraints/refine/string')['refineString'];
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
operators: {
|
|
920
|
+
intersection: {
|
|
921
|
+
intersection: typeof import('./kanon/schemas/operators/intersection')['intersection'];
|
|
922
|
+
intersection3: typeof import('./kanon/schemas/operators/intersection')['intersection3'];
|
|
923
|
+
};
|
|
924
|
+
union: {
|
|
925
|
+
discriminatedUnion: typeof import('./kanon/schemas/operators/union')['discriminatedUnion'];
|
|
926
|
+
unionOf: typeof import('./kanon/schemas/operators/union')['unionOf'];
|
|
927
|
+
unionOf3: typeof import('./kanon/schemas/operators/union')['unionOf3'];
|
|
928
|
+
unionOf4: typeof import('./kanon/schemas/operators/union')['unionOf4'];
|
|
929
|
+
};
|
|
930
|
+
};
|
|
931
|
+
primitives: {
|
|
932
|
+
any: {
|
|
933
|
+
any: typeof import('./kanon/schemas/primitives/any')['any'];
|
|
934
|
+
};
|
|
935
|
+
bigint: {
|
|
936
|
+
bigint: typeof import('./kanon/schemas/primitives/bigint')['bigint'];
|
|
937
|
+
};
|
|
938
|
+
boolean: {
|
|
939
|
+
boolean: typeof import('./kanon/schemas/primitives/boolean')['boolean'];
|
|
940
|
+
};
|
|
941
|
+
date: {
|
|
942
|
+
date: typeof import('./kanon/schemas/primitives/date')['date'];
|
|
943
|
+
};
|
|
944
|
+
enum: {
|
|
945
|
+
booleanEnum: typeof import('./kanon/schemas/primitives/enum')['booleanEnum'];
|
|
946
|
+
enum_: typeof import('./kanon/schemas/primitives/enum')['enum_'];
|
|
947
|
+
mixedEnum: typeof import('./kanon/schemas/primitives/enum')['mixedEnum'];
|
|
948
|
+
numberEnum: typeof import('./kanon/schemas/primitives/enum')['numberEnum'];
|
|
949
|
+
};
|
|
950
|
+
int: {
|
|
951
|
+
int: typeof import('./kanon/schemas/primitives/int')['int'];
|
|
952
|
+
};
|
|
953
|
+
literal: {
|
|
954
|
+
literal: typeof import('./kanon/schemas/primitives/literal')['literal'];
|
|
955
|
+
};
|
|
956
|
+
nativeEnum: {
|
|
957
|
+
nativeEnum: typeof import('./kanon/schemas/primitives/nativeEnum')['nativeEnum'];
|
|
958
|
+
};
|
|
959
|
+
never: {
|
|
960
|
+
never: typeof import('./kanon/schemas/primitives/never')['never'];
|
|
961
|
+
};
|
|
962
|
+
null: {
|
|
963
|
+
null_: typeof import('./kanon/schemas/primitives/null')['null_'];
|
|
964
|
+
};
|
|
965
|
+
number: {
|
|
966
|
+
number: typeof import('./kanon/schemas/primitives/number')['number'];
|
|
967
|
+
};
|
|
968
|
+
string: {
|
|
969
|
+
string: typeof import('./kanon/schemas/primitives/string')['string'];
|
|
970
|
+
};
|
|
971
|
+
symbol: {
|
|
972
|
+
symbol: typeof import('./kanon/schemas/primitives/symbol')['symbol'];
|
|
973
|
+
};
|
|
974
|
+
undefined: {
|
|
975
|
+
undefined_: typeof import('./kanon/schemas/primitives/undefined')['undefined_'];
|
|
976
|
+
};
|
|
977
|
+
unknown: {
|
|
978
|
+
unknown: typeof import('./kanon/schemas/primitives/unknown')['unknown'];
|
|
979
|
+
};
|
|
980
|
+
void: {
|
|
981
|
+
void_: typeof import('./kanon/schemas/primitives/void')['void_'];
|
|
982
|
+
};
|
|
983
|
+
};
|
|
984
|
+
transforms: {
|
|
985
|
+
keyof: {
|
|
986
|
+
keyof: typeof import('./kanon/schemas/transforms/keyof')['keyof'];
|
|
987
|
+
};
|
|
988
|
+
omit: {
|
|
989
|
+
omit: typeof import('./kanon/schemas/transforms/omit')['omit'];
|
|
990
|
+
};
|
|
991
|
+
partial: {
|
|
992
|
+
partial: typeof import('./kanon/schemas/transforms/partial')['partial'];
|
|
993
|
+
};
|
|
994
|
+
pick: {
|
|
995
|
+
pick: typeof import('./kanon/schemas/transforms/pick')['pick'];
|
|
996
|
+
};
|
|
997
|
+
required: {
|
|
998
|
+
required: typeof import('./kanon/schemas/transforms/required')['required'];
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
wrappers: {
|
|
1002
|
+
default: {
|
|
1003
|
+
default_: typeof import('./kanon/schemas/wrappers/default')['default_'];
|
|
1004
|
+
DefaultValues: typeof import('./kanon/schemas/wrappers/default')['DefaultValues'];
|
|
1005
|
+
};
|
|
1006
|
+
lazy: {
|
|
1007
|
+
lazy: typeof import('./kanon/schemas/wrappers/lazy')['lazy'];
|
|
1008
|
+
};
|
|
1009
|
+
nullable: {
|
|
1010
|
+
nullable: typeof import('./kanon/schemas/wrappers/nullable')['nullable'];
|
|
1011
|
+
};
|
|
1012
|
+
nullish: {
|
|
1013
|
+
nullish: typeof import('./kanon/schemas/wrappers/nullish')['nullish'];
|
|
1014
|
+
};
|
|
1015
|
+
optional: {
|
|
1016
|
+
optional: typeof import('./kanon/schemas/wrappers/optional')['optional'];
|
|
1017
|
+
};
|
|
1018
|
+
readonly: {
|
|
1019
|
+
readonly: typeof import('./kanon/schemas/wrappers/readonly')['readonly'];
|
|
1020
|
+
};
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
sphalma: {
|
|
1024
|
+
error_factory: {
|
|
1025
|
+
CodedError: typeof import('./sphalma/error-factory')['CodedError'];
|
|
1026
|
+
createErrorFactory: typeof import('./sphalma/error-factory')['createErrorFactory'];
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
1029
|
+
taphos: {
|
|
1030
|
+
at: {
|
|
1031
|
+
at: typeof import('./taphos/array/at')['at'];
|
|
1032
|
+
};
|
|
1033
|
+
compact: {
|
|
1034
|
+
compact: typeof import('./taphos/array/compact')['compact'];
|
|
1035
|
+
};
|
|
1036
|
+
concat: {
|
|
1037
|
+
concat: typeof import('./taphos/array/concat')['concat'];
|
|
1038
|
+
};
|
|
1039
|
+
find: {
|
|
1040
|
+
find: typeof import('./taphos/array/find')['find'];
|
|
1041
|
+
};
|
|
1042
|
+
findIndex: {
|
|
1043
|
+
findIndex: typeof import('./taphos/array/findIndex')['findIndex'];
|
|
1044
|
+
};
|
|
1045
|
+
first: {
|
|
1046
|
+
first: typeof import('./taphos/array/first')['first'];
|
|
1047
|
+
};
|
|
1048
|
+
flatten: {
|
|
1049
|
+
flatten: typeof import('./taphos/array/flatten')['flatten'];
|
|
1050
|
+
};
|
|
1051
|
+
flattenDeep: {
|
|
1052
|
+
flattenDeep: typeof import('./taphos/array/flattenDeep')['flattenDeep'];
|
|
1053
|
+
};
|
|
1054
|
+
flattenDepth: {
|
|
1055
|
+
flattenDepth: typeof import('./taphos/array/flattenDepth')['flattenDepth'];
|
|
1056
|
+
};
|
|
1057
|
+
fromPairs: {
|
|
1058
|
+
fromPairs: typeof import('./taphos/array/fromPairs')['fromPairs'];
|
|
1059
|
+
};
|
|
1060
|
+
head: {
|
|
1061
|
+
head: typeof import('./taphos/array/head')['head'];
|
|
1062
|
+
};
|
|
1063
|
+
indexOf: {
|
|
1064
|
+
indexOf: typeof import('./taphos/array/indexOf')['indexOf'];
|
|
1065
|
+
};
|
|
1066
|
+
initial: {
|
|
1067
|
+
initial: typeof import('./taphos/array/initial')['initial'];
|
|
1068
|
+
};
|
|
1069
|
+
join: {
|
|
1070
|
+
join: typeof import('./taphos/array/join')['join'];
|
|
1071
|
+
};
|
|
1072
|
+
last: {
|
|
1073
|
+
last: typeof import('./taphos/array/last')['last'];
|
|
1074
|
+
};
|
|
1075
|
+
lastIndexOf: {
|
|
1076
|
+
lastIndexOf: typeof import('./taphos/array/lastIndexOf')['lastIndexOf'];
|
|
1077
|
+
};
|
|
1078
|
+
map: {
|
|
1079
|
+
map: typeof import('./taphos/array/map')['map'];
|
|
1080
|
+
};
|
|
1081
|
+
nth: {
|
|
1082
|
+
nth: typeof import('./taphos/array/nth')['nth'];
|
|
1083
|
+
};
|
|
1084
|
+
pull: {
|
|
1085
|
+
pull: typeof import('./taphos/array/pull')['pull'];
|
|
1086
|
+
};
|
|
1087
|
+
pull_all: {
|
|
1088
|
+
pullAll: typeof import('./taphos/array/pull-all')['pullAll'];
|
|
1089
|
+
};
|
|
1090
|
+
pullAllBy: {
|
|
1091
|
+
pullAllBy: typeof import('./taphos/array/pullAllBy')['pullAllBy'];
|
|
1092
|
+
};
|
|
1093
|
+
pullAllWith: {
|
|
1094
|
+
pullAllWith: typeof import('./taphos/array/pullAllWith')['pullAllWith'];
|
|
1095
|
+
};
|
|
1096
|
+
pullAt: {
|
|
1097
|
+
pullAt: typeof import('./taphos/array/pullAt')['pullAt'];
|
|
1098
|
+
};
|
|
1099
|
+
remove: {
|
|
1100
|
+
remove: typeof import('./taphos/array/remove')['remove'];
|
|
1101
|
+
};
|
|
1102
|
+
slice: {
|
|
1103
|
+
slice: typeof import('./taphos/array/slice')['slice'];
|
|
1104
|
+
};
|
|
1105
|
+
tail: {
|
|
1106
|
+
tail: typeof import('./taphos/array/tail')['tail'];
|
|
1107
|
+
};
|
|
1108
|
+
without: {
|
|
1109
|
+
without: typeof import('./taphos/array/without')['without'];
|
|
1110
|
+
};
|
|
1111
|
+
zipObject: {
|
|
1112
|
+
zipObject: typeof import('./taphos/array/zipObject')['zipObject'];
|
|
1113
|
+
};
|
|
1114
|
+
each: {
|
|
1115
|
+
each: typeof import('./taphos/collection/each')['each'];
|
|
1116
|
+
};
|
|
1117
|
+
eachRight: {
|
|
1118
|
+
eachRight: typeof import('./taphos/collection/eachRight')['eachRight'];
|
|
1119
|
+
forEachRight: typeof import('./taphos/collection/eachRight')['forEachRight'];
|
|
1120
|
+
};
|
|
1121
|
+
every: {
|
|
1122
|
+
every: typeof import('./taphos/collection/every')['every'];
|
|
1123
|
+
};
|
|
1124
|
+
filter: {
|
|
1125
|
+
filter: typeof import('./taphos/collection/filter')['filter'];
|
|
1126
|
+
};
|
|
1127
|
+
flatMap: {
|
|
1128
|
+
flatMap: typeof import('./taphos/collection/flatMap')['flatMap'];
|
|
1129
|
+
};
|
|
1130
|
+
flatMapDeep: {
|
|
1131
|
+
flatMapDeep: typeof import('./taphos/collection/flatMapDeep')['flatMapDeep'];
|
|
1132
|
+
};
|
|
1133
|
+
flatMapDepth: {
|
|
1134
|
+
flatMapDepth: typeof import('./taphos/collection/flatMapDepth')['flatMapDepth'];
|
|
1135
|
+
};
|
|
1136
|
+
includes: {
|
|
1137
|
+
includes: typeof import('./taphos/collection/includes')['includes'];
|
|
1138
|
+
};
|
|
1139
|
+
map: {
|
|
1140
|
+
map: typeof import('./taphos/collection/map')['map'];
|
|
1141
|
+
};
|
|
1142
|
+
pluck: {
|
|
1143
|
+
pluck: typeof import('./taphos/collection/pluck')['pluck'];
|
|
1144
|
+
};
|
|
1145
|
+
reduce: {
|
|
1146
|
+
reduce: typeof import('./taphos/collection/reduce')['reduce'];
|
|
1147
|
+
};
|
|
1148
|
+
reduceRight: {
|
|
1149
|
+
reduceRight: typeof import('./taphos/collection/reduceRight')['reduceRight'];
|
|
1150
|
+
};
|
|
1151
|
+
reject: {
|
|
1152
|
+
reject: typeof import('./taphos/collection/reject')['reject'];
|
|
1153
|
+
};
|
|
1154
|
+
size: {
|
|
1155
|
+
size: typeof import('./taphos/collection/size')['size'];
|
|
1156
|
+
};
|
|
1157
|
+
some: {
|
|
1158
|
+
some: typeof import('./taphos/collection/some')['some'];
|
|
1159
|
+
};
|
|
1160
|
+
sortBy: {
|
|
1161
|
+
sortBy: typeof import('./taphos/collection/sortBy')['sortBy'];
|
|
1162
|
+
};
|
|
1163
|
+
uniq: {
|
|
1164
|
+
uniq: typeof import('./taphos/collection/uniq')['uniq'];
|
|
1165
|
+
};
|
|
1166
|
+
now: {
|
|
1167
|
+
now: typeof import('./taphos/date/now')['now'];
|
|
1168
|
+
};
|
|
1169
|
+
bind: {
|
|
1170
|
+
bind: typeof import('./taphos/function/bind')['bind'];
|
|
1171
|
+
};
|
|
1172
|
+
defer: {
|
|
1173
|
+
defer: typeof import('./taphos/function/defer')['defer'];
|
|
1174
|
+
};
|
|
1175
|
+
delay: {
|
|
1176
|
+
delay: typeof import('./taphos/function/delay')['delay'];
|
|
1177
|
+
};
|
|
1178
|
+
partial: {
|
|
1179
|
+
partial: typeof import('./taphos/function/partial')['partial'];
|
|
1180
|
+
};
|
|
1181
|
+
rest: {
|
|
1182
|
+
rest: typeof import('./taphos/function/rest')['rest'];
|
|
1183
|
+
};
|
|
1184
|
+
spread: {
|
|
1185
|
+
spread: typeof import('./taphos/function/spread')['spread'];
|
|
1186
|
+
};
|
|
1187
|
+
unary: {
|
|
1188
|
+
unary: typeof import('./taphos/function/unary')['unary'];
|
|
1189
|
+
};
|
|
1190
|
+
wrap: {
|
|
1191
|
+
wrap: typeof import('./taphos/function/wrap')['wrap'];
|
|
1192
|
+
};
|
|
1193
|
+
eq: {
|
|
1194
|
+
eq: typeof import('./taphos/lang/eq')['eq'];
|
|
1195
|
+
};
|
|
1196
|
+
gt: {
|
|
1197
|
+
gt: typeof import('./taphos/lang/gt')['gt'];
|
|
1198
|
+
};
|
|
1199
|
+
gte: {
|
|
1200
|
+
gte: typeof import('./taphos/lang/gte')['gte'];
|
|
1201
|
+
};
|
|
1202
|
+
isBuffer: {
|
|
1203
|
+
isBuffer: typeof import('./taphos/lang/isBuffer')['isBuffer'];
|
|
1204
|
+
};
|
|
1205
|
+
isElement: {
|
|
1206
|
+
isElement: typeof import('./taphos/lang/isElement')['isElement'];
|
|
1207
|
+
};
|
|
1208
|
+
isFinite: {
|
|
1209
|
+
isFinite: typeof import('./taphos/lang/isFinite')['isFinite'];
|
|
1210
|
+
};
|
|
1211
|
+
isInteger: {
|
|
1212
|
+
isInteger: typeof import('./taphos/lang/isInteger')['isInteger'];
|
|
1213
|
+
};
|
|
1214
|
+
isNaN: {
|
|
1215
|
+
isNaN: typeof import('./taphos/lang/isNaN')['isNaN'];
|
|
1216
|
+
};
|
|
1217
|
+
isSafeInteger: {
|
|
1218
|
+
isSafeInteger: typeof import('./taphos/lang/isSafeInteger')['isSafeInteger'];
|
|
1219
|
+
};
|
|
1220
|
+
isTypedArray: {
|
|
1221
|
+
isTypedArray: typeof import('./taphos/lang/isTypedArray')['isTypedArray'];
|
|
1222
|
+
};
|
|
1223
|
+
isWeakMap: {
|
|
1224
|
+
isWeakMap: typeof import('./taphos/lang/isWeakMap')['isWeakMap'];
|
|
1225
|
+
};
|
|
1226
|
+
isWeakSet: {
|
|
1227
|
+
isWeakSet: typeof import('./taphos/lang/isWeakSet')['isWeakSet'];
|
|
1228
|
+
};
|
|
1229
|
+
lt: {
|
|
1230
|
+
lt: typeof import('./taphos/lang/lt')['lt'];
|
|
1231
|
+
};
|
|
1232
|
+
lte: {
|
|
1233
|
+
lte: typeof import('./taphos/lang/lte')['lte'];
|
|
1234
|
+
};
|
|
1235
|
+
toFinite: {
|
|
1236
|
+
toFinite: typeof import('./taphos/lang/toFinite')['toFinite'];
|
|
1237
|
+
};
|
|
1238
|
+
toInteger: {
|
|
1239
|
+
toInteger: typeof import('./taphos/lang/toInteger')['toInteger'];
|
|
1240
|
+
};
|
|
1241
|
+
toNumber: {
|
|
1242
|
+
toNumber: typeof import('./taphos/lang/toNumber')['toNumber'];
|
|
1243
|
+
};
|
|
1244
|
+
toSafeInteger: {
|
|
1245
|
+
toSafeInteger: typeof import('./taphos/lang/toSafeInteger')['toSafeInteger'];
|
|
1246
|
+
};
|
|
1247
|
+
add: {
|
|
1248
|
+
add: typeof import('./taphos/math/add')['add'];
|
|
1249
|
+
};
|
|
1250
|
+
ceil: {
|
|
1251
|
+
ceil: typeof import('./taphos/math/ceil')['ceil'];
|
|
1252
|
+
};
|
|
1253
|
+
divide: {
|
|
1254
|
+
divide: typeof import('./taphos/math/divide')['divide'];
|
|
1255
|
+
};
|
|
1256
|
+
floor: {
|
|
1257
|
+
floor: typeof import('./taphos/math/floor')['floor'];
|
|
1258
|
+
};
|
|
1259
|
+
max: {
|
|
1260
|
+
max: typeof import('./taphos/math/max')['max'];
|
|
1261
|
+
};
|
|
1262
|
+
min: {
|
|
1263
|
+
min: typeof import('./taphos/math/min')['min'];
|
|
1264
|
+
};
|
|
1265
|
+
multiply: {
|
|
1266
|
+
multiply: typeof import('./taphos/math/multiply')['multiply'];
|
|
1267
|
+
};
|
|
1268
|
+
round: {
|
|
1269
|
+
round: typeof import('./taphos/math/round')['round'];
|
|
1270
|
+
};
|
|
1271
|
+
subtract: {
|
|
1272
|
+
subtract: typeof import('./taphos/math/subtract')['subtract'];
|
|
1273
|
+
};
|
|
1274
|
+
assign: {
|
|
1275
|
+
assign: typeof import('./taphos/object/assign')['assign'];
|
|
1276
|
+
};
|
|
1277
|
+
at: {
|
|
1278
|
+
at: typeof import('./taphos/object/at')['at'];
|
|
1279
|
+
};
|
|
1280
|
+
create: {
|
|
1281
|
+
create: typeof import('./taphos/object/create')['create'];
|
|
1282
|
+
};
|
|
1283
|
+
extend: {
|
|
1284
|
+
extend: typeof import('./taphos/object/extend')['extend'];
|
|
1285
|
+
};
|
|
1286
|
+
forIn: {
|
|
1287
|
+
forIn: typeof import('./taphos/object/forIn')['forIn'];
|
|
1288
|
+
};
|
|
1289
|
+
forOwn: {
|
|
1290
|
+
forOwn: typeof import('./taphos/object/forOwn')['forOwn'];
|
|
1291
|
+
};
|
|
1292
|
+
hasIn: {
|
|
1293
|
+
hasIn: typeof import('./taphos/object/hasIn')['hasIn'];
|
|
1294
|
+
};
|
|
1295
|
+
invoke: {
|
|
1296
|
+
invoke: typeof import('./taphos/object/invoke')['invoke'];
|
|
1297
|
+
};
|
|
1298
|
+
keys: {
|
|
1299
|
+
keys: typeof import('./taphos/object/keys')['keys'];
|
|
1300
|
+
};
|
|
1301
|
+
toPairs: {
|
|
1302
|
+
toPairs: typeof import('./taphos/object/toPairs')['toPairs'];
|
|
1303
|
+
};
|
|
1304
|
+
transform: {
|
|
1305
|
+
transform: typeof import('./taphos/object/transform')['transform'];
|
|
1306
|
+
};
|
|
1307
|
+
unset: {
|
|
1308
|
+
unset: typeof import('./taphos/object/unset')['unset'];
|
|
1309
|
+
};
|
|
1310
|
+
update: {
|
|
1311
|
+
update: typeof import('./taphos/object/update')['update'];
|
|
1312
|
+
};
|
|
1313
|
+
values: {
|
|
1314
|
+
values: typeof import('./taphos/object/values')['values'];
|
|
1315
|
+
};
|
|
1316
|
+
tap: {
|
|
1317
|
+
tap: typeof import('./taphos/seq/tap')['tap'];
|
|
1318
|
+
};
|
|
1319
|
+
thru: {
|
|
1320
|
+
thru: typeof import('./taphos/seq/thru')['thru'];
|
|
1321
|
+
};
|
|
1322
|
+
endsWith: {
|
|
1323
|
+
endsWith: typeof import('./taphos/string/endsWith')['endsWith'];
|
|
1324
|
+
};
|
|
1325
|
+
pad: {
|
|
1326
|
+
pad: typeof import('./taphos/string/pad')['pad'];
|
|
1327
|
+
};
|
|
1328
|
+
padEnd: {
|
|
1329
|
+
padEnd: typeof import('./taphos/string/padEnd')['padEnd'];
|
|
1330
|
+
};
|
|
1331
|
+
padStart: {
|
|
1332
|
+
padStart: typeof import('./taphos/string/padStart')['padStart'];
|
|
1333
|
+
};
|
|
1334
|
+
parseInteger: {
|
|
1335
|
+
parseInteger: typeof import('./taphos/string/parseInteger')['parseInteger'];
|
|
1336
|
+
};
|
|
1337
|
+
repeat: {
|
|
1338
|
+
repeat: typeof import('./taphos/string/repeat')['repeat'];
|
|
1339
|
+
};
|
|
1340
|
+
replace: {
|
|
1341
|
+
replace: typeof import('./taphos/string/replace')['replace'];
|
|
1342
|
+
};
|
|
1343
|
+
split: {
|
|
1344
|
+
split: typeof import('./taphos/string/split')['split'];
|
|
1345
|
+
};
|
|
1346
|
+
startsWith: {
|
|
1347
|
+
startsWith: typeof import('./taphos/string/startsWith')['startsWith'];
|
|
1348
|
+
};
|
|
1349
|
+
toLower: {
|
|
1350
|
+
toLower: typeof import('./taphos/string/toLower')['toLower'];
|
|
1351
|
+
};
|
|
1352
|
+
toUpper: {
|
|
1353
|
+
toUpper: typeof import('./taphos/string/toUpper')['toUpper'];
|
|
1354
|
+
};
|
|
1355
|
+
trim: {
|
|
1356
|
+
trim: typeof import('./taphos/string/trim')['trim'];
|
|
1357
|
+
};
|
|
1358
|
+
trimEnd: {
|
|
1359
|
+
trimEnd: typeof import('./taphos/string/trimEnd')['trimEnd'];
|
|
1360
|
+
};
|
|
1361
|
+
trimStart: {
|
|
1362
|
+
trimStart: typeof import('./taphos/string/trimStart')['trimStart'];
|
|
1363
|
+
};
|
|
1364
|
+
upperFirst: {
|
|
1365
|
+
upperFirst: typeof import('./taphos/string/upperFirst')['upperFirst'];
|
|
1366
|
+
};
|
|
1367
|
+
attempt: {
|
|
1368
|
+
attempt: typeof import('./taphos/util/attempt')['attempt'];
|
|
1369
|
+
};
|
|
1370
|
+
castArray: {
|
|
1371
|
+
castArray: typeof import('./taphos/util/castArray')['castArray'];
|
|
1372
|
+
};
|
|
1373
|
+
cloneDeep: {
|
|
1374
|
+
cloneDeep: typeof import('./taphos/util/cloneDeep')['cloneDeep'];
|
|
1375
|
+
};
|
|
1376
|
+
constant: {
|
|
1377
|
+
constant: typeof import('./taphos/util/constant')['constant'];
|
|
1378
|
+
};
|
|
1379
|
+
identity: {
|
|
1380
|
+
identity: typeof import('./taphos/util/identity')['identity'];
|
|
1381
|
+
};
|
|
1382
|
+
nthArg: {
|
|
1383
|
+
nthArg: typeof import('./taphos/util/nthArg')['nthArg'];
|
|
1384
|
+
};
|
|
1385
|
+
overEvery: {
|
|
1386
|
+
overEvery: typeof import('./taphos/util/overEvery')['overEvery'];
|
|
1387
|
+
};
|
|
1388
|
+
overSome: {
|
|
1389
|
+
overSome: typeof import('./taphos/util/overSome')['overSome'];
|
|
1390
|
+
};
|
|
1391
|
+
property: {
|
|
1392
|
+
property: typeof import('./taphos/util/property')['property'];
|
|
1393
|
+
};
|
|
1394
|
+
propertyOf: {
|
|
1395
|
+
propertyOf: typeof import('./taphos/util/propertyOf')['propertyOf'];
|
|
1396
|
+
};
|
|
1397
|
+
rangeRight: {
|
|
1398
|
+
rangeRight: typeof import('./taphos/util/rangeRight')['rangeRight'];
|
|
1399
|
+
};
|
|
1400
|
+
stubArray: {
|
|
1401
|
+
stubArray: typeof import('./taphos/util/stubArray')['stubArray'];
|
|
1402
|
+
};
|
|
1403
|
+
stubFalse: {
|
|
1404
|
+
stubFalse: typeof import('./taphos/util/stubFalse')['stubFalse'];
|
|
1405
|
+
};
|
|
1406
|
+
stubObject: {
|
|
1407
|
+
stubObject: typeof import('./taphos/util/stubObject')['stubObject'];
|
|
1408
|
+
};
|
|
1409
|
+
stubString: {
|
|
1410
|
+
stubString: typeof import('./taphos/util/stubString')['stubString'];
|
|
1411
|
+
};
|
|
1412
|
+
stubTrue: {
|
|
1413
|
+
stubTrue: typeof import('./taphos/util/stubTrue')['stubTrue'];
|
|
1414
|
+
};
|
|
1415
|
+
toPath: {
|
|
1416
|
+
toPath: typeof import('./taphos/util/toPath')['toPath'];
|
|
1417
|
+
};
|
|
1418
|
+
predicate: {
|
|
1419
|
+
is_finite: {
|
|
1420
|
+
isFinite: typeof import('./taphos/is/predicate/is-finite')['isFinite'];
|
|
1421
|
+
};
|
|
1422
|
+
is_integer: {
|
|
1423
|
+
isInteger: typeof import('./taphos/is/predicate/is-integer')['isInteger'];
|
|
1424
|
+
};
|
|
1425
|
+
is_nan: {
|
|
1426
|
+
isNaN: typeof import('./taphos/is/predicate/is-nan')['isNaN'];
|
|
1427
|
+
};
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
zygos: {
|
|
1431
|
+
either: {
|
|
1432
|
+
ap: typeof import('./zygos/either')['ap'];
|
|
1433
|
+
apFirst: typeof import('./zygos/either')['apFirst'];
|
|
1434
|
+
apS: typeof import('./zygos/either')['apS'];
|
|
1435
|
+
apSecond: typeof import('./zygos/either')['apSecond'];
|
|
1436
|
+
bimap: typeof import('./zygos/either')['bimap'];
|
|
1437
|
+
bind: typeof import('./zygos/either')['bind'];
|
|
1438
|
+
bindTo: typeof import('./zygos/either')['bindTo'];
|
|
1439
|
+
Do: typeof import('./zygos/either')['Do'];
|
|
1440
|
+
elem: typeof import('./zygos/either')['elem'];
|
|
1441
|
+
exists: typeof import('./zygos/either')['exists'];
|
|
1442
|
+
filterOrElse: typeof import('./zygos/either')['filterOrElse'];
|
|
1443
|
+
flatMap: typeof import('./zygos/either')['flatMap'];
|
|
1444
|
+
flatMapNullable: typeof import('./zygos/either')['flatMapNullable'];
|
|
1445
|
+
flatMapOption: typeof import('./zygos/either')['flatMapOption'];
|
|
1446
|
+
flatten: typeof import('./zygos/either')['flatten'];
|
|
1447
|
+
fold: typeof import('./zygos/either')['fold'];
|
|
1448
|
+
fromNullable: typeof import('./zygos/either')['fromNullable'];
|
|
1449
|
+
fromOption: typeof import('./zygos/either')['fromOption'];
|
|
1450
|
+
fromPredicate: typeof import('./zygos/either')['fromPredicate'];
|
|
1451
|
+
getOrElse: typeof import('./zygos/either')['getOrElse'];
|
|
1452
|
+
getOrElseW: typeof import('./zygos/either')['getOrElseW'];
|
|
1453
|
+
isLeft: typeof import('./zygos/either')['isLeft'];
|
|
1454
|
+
isRight: typeof import('./zygos/either')['isRight'];
|
|
1455
|
+
left: typeof import('./zygos/either')['left'];
|
|
1456
|
+
liftNullable: typeof import('./zygos/either')['liftNullable'];
|
|
1457
|
+
liftOption: typeof import('./zygos/either')['liftOption'];
|
|
1458
|
+
map: typeof import('./zygos/either')['map'];
|
|
1459
|
+
mapLeft: typeof import('./zygos/either')['mapLeft'];
|
|
1460
|
+
match: typeof import('./zygos/either')['match'];
|
|
1461
|
+
matchW: typeof import('./zygos/either')['matchW'];
|
|
1462
|
+
orElse: typeof import('./zygos/either')['orElse'];
|
|
1463
|
+
orElseW: typeof import('./zygos/either')['orElseW'];
|
|
1464
|
+
right: typeof import('./zygos/either')['right'];
|
|
1465
|
+
swap: typeof import('./zygos/either')['swap'];
|
|
1466
|
+
tap: typeof import('./zygos/either')['tap'];
|
|
1467
|
+
toUnion: typeof import('./zygos/either')['toUnion'];
|
|
1468
|
+
tryCatch: typeof import('./zygos/either')['tryCatch'];
|
|
1469
|
+
tryCatchK: typeof import('./zygos/either')['tryCatchK'];
|
|
1470
|
+
};
|
|
1471
|
+
option: {
|
|
1472
|
+
alt: typeof import('./zygos/option')['alt'];
|
|
1473
|
+
apFirst: typeof import('./zygos/option')['apFirst'];
|
|
1474
|
+
apSecond: typeof import('./zygos/option')['apSecond'];
|
|
1475
|
+
as: typeof import('./zygos/option')['as'];
|
|
1476
|
+
asUnit: typeof import('./zygos/option')['asUnit'];
|
|
1477
|
+
chain: typeof import('./zygos/option')['chain'];
|
|
1478
|
+
chainNullableK: typeof import('./zygos/option')['chainNullableK'];
|
|
1479
|
+
compact: typeof import('./zygos/option')['compact'];
|
|
1480
|
+
default: typeof import('./zygos/option')['default'];
|
|
1481
|
+
exists: typeof import('./zygos/option')['exists'];
|
|
1482
|
+
filter: typeof import('./zygos/option')['filter'];
|
|
1483
|
+
filterMap: typeof import('./zygos/option')['filterMap'];
|
|
1484
|
+
flap: typeof import('./zygos/option')['flap'];
|
|
1485
|
+
flatMap: typeof import('./zygos/option')['flatMap'];
|
|
1486
|
+
flatten: typeof import('./zygos/option')['flatten'];
|
|
1487
|
+
fold: typeof import('./zygos/option')['fold'];
|
|
1488
|
+
foldW: typeof import('./zygos/option')['foldW'];
|
|
1489
|
+
fromEither: typeof import('./zygos/option')['fromEither'];
|
|
1490
|
+
fromNullable: typeof import('./zygos/option')['fromNullable'];
|
|
1491
|
+
fromNullableK: typeof import('./zygos/option')['fromNullableK'];
|
|
1492
|
+
fromPredicate: typeof import('./zygos/option')['fromPredicate'];
|
|
1493
|
+
getOrElse: typeof import('./zygos/option')['getOrElse'];
|
|
1494
|
+
getOrElseW: typeof import('./zygos/option')['getOrElseW'];
|
|
1495
|
+
isNone: typeof import('./zygos/option')['isNone'];
|
|
1496
|
+
isSome: typeof import('./zygos/option')['isSome'];
|
|
1497
|
+
map: typeof import('./zygos/option')['map'];
|
|
1498
|
+
match: typeof import('./zygos/option')['match'];
|
|
1499
|
+
matchW: typeof import('./zygos/option')['matchW'];
|
|
1500
|
+
none: typeof import('./zygos/option')['none'];
|
|
1501
|
+
of: typeof import('./zygos/option')['of'];
|
|
1502
|
+
option: typeof import('./zygos/option').default;
|
|
1503
|
+
orElse: typeof import('./zygos/option')['orElse'];
|
|
1504
|
+
some: typeof import('./zygos/option')['some'];
|
|
1505
|
+
toEither: typeof import('./zygos/option')['toEither'];
|
|
1506
|
+
toNullable: typeof import('./zygos/option')['toNullable'];
|
|
1507
|
+
toUndefined: typeof import('./zygos/option')['toUndefined'];
|
|
1508
|
+
tryCatch: typeof import('./zygos/option')['tryCatch'];
|
|
1509
|
+
tryCatchK: typeof import('./zygos/option')['tryCatchK'];
|
|
1510
|
+
};
|
|
1511
|
+
orElse: {
|
|
1512
|
+
orElse: typeof import('./zygos/orElse')['orElse'];
|
|
1513
|
+
orElseAsync: typeof import('./zygos/orElse')['orElseAsync'];
|
|
1514
|
+
orElseLazy: typeof import('./zygos/orElse')['orElseLazy'];
|
|
1515
|
+
};
|
|
1516
|
+
safe: {
|
|
1517
|
+
safe: typeof import('./zygos/safe')['safe'];
|
|
1518
|
+
};
|
|
1519
|
+
task_either: {
|
|
1520
|
+
bimap: typeof import('./zygos/task-either')['bimap'];
|
|
1521
|
+
chain: typeof import('./zygos/task-either')['chain'];
|
|
1522
|
+
flatMap: typeof import('./zygos/task-either')['flatMap'];
|
|
1523
|
+
flatten: typeof import('./zygos/task-either')['flatten'];
|
|
1524
|
+
fold: typeof import('./zygos/task-either')['fold'];
|
|
1525
|
+
fromEither: typeof import('./zygos/task-either')['fromEither'];
|
|
1526
|
+
fromNullable: typeof import('./zygos/task-either')['fromNullable'];
|
|
1527
|
+
fromOption: typeof import('./zygos/task-either')['fromOption'];
|
|
1528
|
+
fromPredicate: typeof import('./zygos/task-either')['fromPredicate'];
|
|
1529
|
+
fromTask: typeof import('./zygos/task-either')['fromTask'];
|
|
1530
|
+
getOrElse: typeof import('./zygos/task-either')['getOrElse'];
|
|
1531
|
+
left: typeof import('./zygos/task-either')['left'];
|
|
1532
|
+
map: typeof import('./zygos/task-either')['map'];
|
|
1533
|
+
mapBoth: typeof import('./zygos/task-either')['mapBoth'];
|
|
1534
|
+
mapError: typeof import('./zygos/task-either')['mapError'];
|
|
1535
|
+
mapLeft: typeof import('./zygos/task-either')['mapLeft'];
|
|
1536
|
+
match: typeof import('./zygos/task-either')['match'];
|
|
1537
|
+
of: typeof import('./zygos/task-either')['of'];
|
|
1538
|
+
orElse: typeof import('./zygos/task-either')['orElse'];
|
|
1539
|
+
right: typeof import('./zygos/task-either')['right'];
|
|
1540
|
+
swap: typeof import('./zygos/task-either')['swap'];
|
|
1541
|
+
tryCatch: typeof import('./zygos/task-either')['tryCatch'];
|
|
1542
|
+
};
|
|
1543
|
+
task: {
|
|
1544
|
+
ap: typeof import('./zygos/task')['ap'];
|
|
1545
|
+
flatMap: typeof import('./zygos/task')['flatMap'];
|
|
1546
|
+
map: typeof import('./zygos/task')['map'];
|
|
1547
|
+
of: typeof import('./zygos/task')['of'];
|
|
1548
|
+
};
|
|
1549
|
+
result: {
|
|
1550
|
+
err: typeof import('./zygos/result/result')['err'];
|
|
1551
|
+
Err: typeof import('./zygos/result/result')['Err'];
|
|
1552
|
+
errAsync: typeof import('./zygos/result/result')['errAsync'];
|
|
1553
|
+
fromAsyncThrowable: typeof import('./zygos/result/result')['fromAsyncThrowable'];
|
|
1554
|
+
fromEither: typeof import('./zygos/result/result')['fromEither'];
|
|
1555
|
+
fromOption: typeof import('./zygos/result/result')['fromOption'];
|
|
1556
|
+
fromPromise: typeof import('./zygos/result/result')['fromPromise'];
|
|
1557
|
+
fromSafePromise: typeof import('./zygos/result/result')['fromSafePromise'];
|
|
1558
|
+
ok: typeof import('./zygos/result/result')['ok'];
|
|
1559
|
+
Ok: typeof import('./zygos/result/result')['Ok'];
|
|
1560
|
+
okAsync: typeof import('./zygos/result/result')['okAsync'];
|
|
1561
|
+
ResultAsync: typeof import('./zygos/result/result')['ResultAsync'];
|
|
1562
|
+
safeAsyncTry: typeof import('./zygos/result/result')['safeAsyncTry'];
|
|
1563
|
+
safeTry: typeof import('./zygos/result/result')['safeTry'];
|
|
1564
|
+
toEither: typeof import('./zygos/result/result')['toEither'];
|
|
1565
|
+
};
|
|
1566
|
+
result_async: {
|
|
1567
|
+
errAsync: typeof import('./zygos/result/result-async')['errAsync'];
|
|
1568
|
+
fromAsyncThrowable: typeof import('./zygos/result/result-async')['fromAsyncThrowable'];
|
|
1569
|
+
fromPromise: typeof import('./zygos/result/result-async')['fromPromise'];
|
|
1570
|
+
fromSafePromise: typeof import('./zygos/result/result-async')['fromSafePromise'];
|
|
1571
|
+
okAsync: typeof import('./zygos/result/result-async')['okAsync'];
|
|
1572
|
+
ResultAsync: typeof import('./zygos/result/result-async')['ResultAsync'];
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
|
|
1577
|
+
export default _autocompletion;
|
|
1578
|
+
|
|
1579
|
+
// ============================================
|
|
1580
|
+
// 🎯 Direct namespace exports
|
|
1581
|
+
// ============================================
|
|
1582
|
+
|
|
1583
|
+
/**
|
|
1584
|
+
* @deprecated ⚠️ For autocompletion only.
|
|
1585
|
+
* Use direct imports from 'arkhe/...' to preserve tree-shaking.
|
|
1586
|
+
* @example
|
|
1587
|
+
* import { chunk } from 'pithos/arkhe/array/chunk';
|
|
1588
|
+
*/
|
|
1589
|
+
declare const arkhe: typeof _autocompletion.arkhe;
|
|
1590
|
+
export { arkhe };
|
|
1591
|
+
|
|
1592
|
+
/**
|
|
1593
|
+
* @deprecated ⚠️ For autocompletion only.
|
|
1594
|
+
* Use direct imports from 'kanon/...' to preserve tree-shaking.
|
|
1595
|
+
* @example
|
|
1596
|
+
* import { parse } from 'pithos/kanon/index';
|
|
1597
|
+
*/
|
|
1598
|
+
declare const kanon: typeof _autocompletion.kanon;
|
|
1599
|
+
export { kanon };
|
|
1600
|
+
|
|
1601
|
+
/**
|
|
1602
|
+
* @deprecated ⚠️ For autocompletion only.
|
|
1603
|
+
* Use direct imports from 'sphalma/...' to preserve tree-shaking.
|
|
1604
|
+
* @example
|
|
1605
|
+
* import { createErrorFactory } from 'pithos/sphalma/error-factory';
|
|
1606
|
+
*/
|
|
1607
|
+
declare const sphalma: typeof _autocompletion.sphalma;
|
|
1608
|
+
export { sphalma };
|
|
1609
|
+
|
|
1610
|
+
/**
|
|
1611
|
+
* @deprecated ⚠️ For autocompletion only.
|
|
1612
|
+
* Use direct imports from 'taphos/...' to preserve tree-shaking.
|
|
1613
|
+
* @example
|
|
1614
|
+
* import { at } from 'pithos/taphos/array/at';
|
|
1615
|
+
*/
|
|
1616
|
+
declare const taphos: typeof _autocompletion.taphos;
|
|
1617
|
+
export { taphos };
|
|
1618
|
+
|
|
1619
|
+
/**
|
|
1620
|
+
* @deprecated ⚠️ For autocompletion only.
|
|
1621
|
+
* Use direct imports from 'zygos/...' to preserve tree-shaking.
|
|
1622
|
+
* @example
|
|
1623
|
+
* import { left } from 'pithos/zygos/either';
|
|
1624
|
+
*/
|
|
1625
|
+
declare const zygos: typeof _autocompletion.zygos;
|
|
1626
|
+
export { zygos };
|
|
1627
|
+
|