ts-data-forge 6.9.1 → 6.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -14
- package/dist/array/impl/array-utils-creation.d.mts +2 -0
- package/dist/array/impl/array-utils-creation.d.mts.map +1 -1
- package/dist/array/impl/array-utils-creation.mjs.map +1 -1
- package/dist/array/impl/array-utils-element-access.d.mts +3 -0
- package/dist/array/impl/array-utils-element-access.d.mts.map +1 -1
- package/dist/array/impl/array-utils-element-access.mjs.map +1 -1
- package/dist/array/impl/array-utils-iterators.d.mts +1 -0
- package/dist/array/impl/array-utils-iterators.d.mts.map +1 -1
- package/dist/array/impl/array-utils-iterators.mjs.map +1 -1
- package/dist/array/impl/array-utils-modification.d.mts +2 -0
- package/dist/array/impl/array-utils-modification.d.mts.map +1 -1
- package/dist/array/impl/array-utils-modification.mjs.map +1 -1
- package/dist/array/impl/array-utils-reducing-value.d.mts +3 -0
- package/dist/array/impl/array-utils-reducing-value.d.mts.map +1 -1
- package/dist/array/impl/array-utils-reducing-value.mjs.map +1 -1
- package/dist/array/impl/array-utils-search.d.mts +2 -0
- package/dist/array/impl/array-utils-search.d.mts.map +1 -1
- package/dist/array/impl/array-utils-search.mjs.map +1 -1
- package/dist/array/impl/array-utils-set-op.d.mts +1 -0
- package/dist/array/impl/array-utils-set-op.d.mts.map +1 -1
- package/dist/array/impl/array-utils-set-op.mjs.map +1 -1
- package/dist/array/impl/array-utils-size.d.mts +2 -0
- package/dist/array/impl/array-utils-size.d.mts.map +1 -1
- package/dist/array/impl/array-utils-size.mjs +0 -19
- package/dist/array/impl/array-utils-size.mjs.map +1 -1
- package/dist/array/impl/array-utils-slice-clamped.d.mts +1 -0
- package/dist/array/impl/array-utils-slice-clamped.d.mts.map +1 -1
- package/dist/array/impl/array-utils-slice-clamped.mjs.map +1 -1
- package/dist/array/impl/array-utils-slicing.d.mts +2 -0
- package/dist/array/impl/array-utils-slicing.d.mts.map +1 -1
- package/dist/array/impl/array-utils-slicing.mjs.map +1 -1
- package/dist/array/impl/array-utils-transformation.d.mts +2 -0
- package/dist/array/impl/array-utils-transformation.d.mts.map +1 -1
- package/dist/array/impl/array-utils-transformation.mjs.map +1 -1
- package/dist/array/impl/array-utils-validation.d.mts +2 -0
- package/dist/array/impl/array-utils-validation.d.mts.map +1 -1
- package/dist/array/impl/array-utils-validation.mjs.map +1 -1
- package/dist/collections/imap-mapped.d.mts +2 -0
- package/dist/collections/imap-mapped.d.mts.map +1 -1
- package/dist/collections/imap-mapped.mjs.map +1 -1
- package/dist/collections/imap.d.mts +3 -0
- package/dist/collections/imap.d.mts.map +1 -1
- package/dist/collections/imap.mjs.map +1 -1
- package/dist/collections/iset-mapped.d.mts +2 -0
- package/dist/collections/iset-mapped.d.mts.map +1 -1
- package/dist/collections/iset-mapped.mjs.map +1 -1
- package/dist/collections/iset.d.mts +2 -0
- package/dist/collections/iset.d.mts.map +1 -1
- package/dist/collections/iset.mjs +0 -1
- package/dist/collections/iset.mjs.map +1 -1
- package/dist/collections/queue.d.mts +2 -0
- package/dist/collections/queue.d.mts.map +1 -1
- package/dist/collections/queue.mjs.map +1 -1
- package/dist/collections/stack.d.mts +2 -0
- package/dist/collections/stack.d.mts.map +1 -1
- package/dist/collections/stack.mjs.map +1 -1
- package/dist/expect-type.d.mts +1 -0
- package/dist/expect-type.d.mts.map +1 -1
- package/dist/expect-type.mjs.map +1 -1
- package/dist/functional/match.d.mts +1 -0
- package/dist/functional/match.d.mts.map +1 -1
- package/dist/functional/match.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-expect-to-be.d.mts +1 -0
- package/dist/functional/optional/impl/optional-expect-to-be.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-expect-to-be.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-filter.d.mts +1 -0
- package/dist/functional/optional/impl/optional-filter.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-filter.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-flat-map.d.mts +1 -0
- package/dist/functional/optional/impl/optional-flat-map.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-flat-map.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-from-nullable.d.mts +1 -0
- package/dist/functional/optional/impl/optional-from-nullable.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-from-nullable.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-is-none.d.mts +1 -0
- package/dist/functional/optional/impl/optional-is-none.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-is-none.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-is-optional.d.mts +1 -0
- package/dist/functional/optional/impl/optional-is-optional.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-is-optional.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-is-some.d.mts +1 -0
- package/dist/functional/optional/impl/optional-is-some.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-is-some.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-map.d.mts +1 -0
- package/dist/functional/optional/impl/optional-map.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-map.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-none.d.mts +1 -0
- package/dist/functional/optional/impl/optional-none.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-none.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-or-else.d.mts +1 -0
- package/dist/functional/optional/impl/optional-or-else.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-or-else.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-some.d.mts +1 -0
- package/dist/functional/optional/impl/optional-some.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-some.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-to-nullable.d.mts +1 -0
- package/dist/functional/optional/impl/optional-to-nullable.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-to-nullable.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap-or.d.mts +1 -0
- package/dist/functional/optional/impl/optional-unwrap-or.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap-or.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap-throw.d.mts +1 -0
- package/dist/functional/optional/impl/optional-unwrap-throw.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap-throw.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap.d.mts +2 -0
- package/dist/functional/optional/impl/optional-unwrap.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-unwrap.mjs.map +1 -1
- package/dist/functional/optional/impl/optional-zip.d.mts +2 -0
- package/dist/functional/optional/impl/optional-zip.d.mts.map +1 -1
- package/dist/functional/optional/impl/optional-zip.mjs +1 -0
- package/dist/functional/optional/impl/optional-zip.mjs.map +1 -1
- package/dist/functional/optional/impl/tag.d.mts +1 -0
- package/dist/functional/optional/impl/tag.d.mts.map +1 -1
- package/dist/functional/optional/impl/tag.mjs +0 -1
- package/dist/functional/optional/impl/tag.mjs.map +1 -1
- package/dist/functional/optional/impl/types.d.mts +2 -0
- package/dist/functional/optional/impl/types.d.mts.map +1 -1
- package/dist/functional/optional/index.d.mts +1 -1
- package/dist/functional/optional/index.d.mts.map +1 -1
- package/dist/functional/optional/optional.d.mts +16 -0
- package/dist/functional/optional/optional.d.mts.map +1 -0
- package/dist/functional/optional/optional.mjs +3 -0
- package/dist/functional/optional/optional.mjs.map +1 -0
- package/dist/functional/pipe.d.mts +2 -1
- package/dist/functional/pipe.d.mts.map +1 -1
- package/dist/functional/pipe.mjs.map +1 -1
- package/dist/functional/result/impl/result-err.d.mts +1 -0
- package/dist/functional/result/impl/result-err.d.mts.map +1 -1
- package/dist/functional/result/impl/result-err.mjs.map +1 -1
- package/dist/functional/result/impl/result-expect-to-be.d.mts +1 -0
- package/dist/functional/result/impl/result-expect-to-be.d.mts.map +1 -1
- package/dist/functional/result/impl/result-expect-to-be.mjs.map +1 -1
- package/dist/functional/result/impl/result-flat-map.d.mts +1 -0
- package/dist/functional/result/impl/result-flat-map.d.mts.map +1 -1
- package/dist/functional/result/impl/result-flat-map.mjs.map +1 -1
- package/dist/functional/result/impl/result-fold.d.mts +1 -0
- package/dist/functional/result/impl/result-fold.d.mts.map +1 -1
- package/dist/functional/result/impl/result-fold.mjs.map +1 -1
- package/dist/functional/result/impl/result-from-promise.d.mts +1 -0
- package/dist/functional/result/impl/result-from-promise.d.mts.map +1 -1
- package/dist/functional/result/impl/result-from-promise.mjs.map +1 -1
- package/dist/functional/result/impl/result-from-throwable.d.mts +1 -0
- package/dist/functional/result/impl/result-from-throwable.d.mts.map +1 -1
- package/dist/functional/result/impl/result-from-throwable.mjs.map +1 -1
- package/dist/functional/result/impl/result-is-err.d.mts +1 -0
- package/dist/functional/result/impl/result-is-err.d.mts.map +1 -1
- package/dist/functional/result/impl/result-is-err.mjs.map +1 -1
- package/dist/functional/result/impl/result-is-ok.d.mts +1 -0
- package/dist/functional/result/impl/result-is-ok.d.mts.map +1 -1
- package/dist/functional/result/impl/result-is-ok.mjs.map +1 -1
- package/dist/functional/result/impl/result-is-result.d.mts +1 -0
- package/dist/functional/result/impl/result-is-result.d.mts.map +1 -1
- package/dist/functional/result/impl/result-is-result.mjs.map +1 -1
- package/dist/functional/result/impl/result-map-err.d.mts +1 -0
- package/dist/functional/result/impl/result-map-err.d.mts.map +1 -1
- package/dist/functional/result/impl/result-map-err.mjs.map +1 -1
- package/dist/functional/result/impl/result-map.d.mts +1 -0
- package/dist/functional/result/impl/result-map.d.mts.map +1 -1
- package/dist/functional/result/impl/result-map.mjs.map +1 -1
- package/dist/functional/result/impl/result-ok.d.mts +1 -0
- package/dist/functional/result/impl/result-ok.d.mts.map +1 -1
- package/dist/functional/result/impl/result-ok.mjs.map +1 -1
- package/dist/functional/result/impl/result-or-else.d.mts +1 -0
- package/dist/functional/result/impl/result-or-else.d.mts.map +1 -1
- package/dist/functional/result/impl/result-or-else.mjs.map +1 -1
- package/dist/functional/result/impl/result-swap.d.mts +1 -0
- package/dist/functional/result/impl/result-swap.d.mts.map +1 -1
- package/dist/functional/result/impl/result-swap.mjs.map +1 -1
- package/dist/functional/result/impl/result-to-optional.d.mts +2 -0
- package/dist/functional/result/impl/result-to-optional.d.mts.map +1 -1
- package/dist/functional/result/impl/result-to-optional.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err-or.d.mts +1 -0
- package/dist/functional/result/impl/result-unwrap-err-or.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err-or.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err-throw.d.mts +1 -0
- package/dist/functional/result/impl/result-unwrap-err-throw.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err-throw.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err.d.mts +1 -0
- package/dist/functional/result/impl/result-unwrap-err.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-err.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-ok-or.d.mts +1 -0
- package/dist/functional/result/impl/result-unwrap-ok-or.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-ok-or.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-ok.d.mts +2 -0
- package/dist/functional/result/impl/result-unwrap-ok.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-ok.mjs.map +1 -1
- package/dist/functional/result/impl/result-unwrap-throw.d.mts +1 -0
- package/dist/functional/result/impl/result-unwrap-throw.d.mts.map +1 -1
- package/dist/functional/result/impl/result-unwrap-throw.mjs.map +1 -1
- package/dist/functional/result/impl/result-zip.d.mts +1 -0
- package/dist/functional/result/impl/result-zip.d.mts.map +1 -1
- package/dist/functional/result/impl/result-zip.mjs.map +1 -1
- package/dist/functional/result/impl/tag.d.mts +1 -0
- package/dist/functional/result/impl/tag.d.mts.map +1 -1
- package/dist/functional/result/impl/tag.mjs +0 -1
- package/dist/functional/result/impl/tag.mjs.map +1 -1
- package/dist/functional/result/impl/types.d.mts +2 -0
- package/dist/functional/result/impl/types.d.mts.map +1 -1
- package/dist/functional/result/index.d.mts +1 -1
- package/dist/functional/result/index.d.mts.map +1 -1
- package/dist/functional/result/result.d.mts +16 -0
- package/dist/functional/result/result.d.mts.map +1 -0
- package/dist/functional/result/result.mjs +3 -0
- package/dist/functional/result/result.mjs.map +1 -0
- package/dist/functional/ternary-result/impl/tag.d.mts +1 -0
- package/dist/functional/ternary-result/impl/tag.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/tag.mjs +0 -1
- package/dist/functional/ternary-result/impl/tag.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-err.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-err.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-err.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-expect-to-be.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-expect-to-be.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-expect-to-be.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-flat-map.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-flat-map.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-flat-map.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-fold.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-fold.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-fold.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-from-promise.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-from-promise.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-from-promise.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-from-throwable.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-from-throwable.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-from-throwable.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-err.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-is-err.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-err.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-ok.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-is-ok.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-ok.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-ternary-result.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-is-ternary-result.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-ternary-result.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-warn.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-is-warn.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-is-warn.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map-err.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-map-err.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map-err.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map-warn.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-map-warn.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map-warn.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-map.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-map.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-ok.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-ok.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-ok.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-or-else.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-or-else.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-or-else.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-to-optional.d.mts +2 -0
- package/dist/functional/ternary-result/impl/ternary-result-to-optional.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-to-optional.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-or.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-or.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-or.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-throw.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-throw.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err-throw.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-err.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok-or.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok-or.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok-or.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-ok.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-throw.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-throw.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-throw.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-or.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-or.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-or.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-throw.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-throw.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn-throw.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-unwrap-warn.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-warn.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-warn.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-warn.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-zip.d.mts +1 -0
- package/dist/functional/ternary-result/impl/ternary-result-zip.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/ternary-result-zip.mjs.map +1 -1
- package/dist/functional/ternary-result/impl/types.d.mts +1 -0
- package/dist/functional/ternary-result/impl/types.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/variant-name.d.mts +1 -0
- package/dist/functional/ternary-result/impl/variant-name.d.mts.map +1 -1
- package/dist/functional/ternary-result/impl/variant-name.mjs.map +1 -1
- package/dist/functional/ternary-result/index.d.mts +1 -1
- package/dist/functional/ternary-result/index.d.mts.map +1 -1
- package/dist/functional/ternary-result/ternary-result.d.mts +40 -0
- package/dist/functional/ternary-result/ternary-result.d.mts.map +1 -0
- package/dist/functional/ternary-result/ternary-result.mjs +3 -0
- package/dist/functional/ternary-result/ternary-result.mjs.map +1 -0
- package/dist/guard/has-key.d.mts +1 -0
- package/dist/guard/has-key.d.mts.map +1 -1
- package/dist/guard/has-key.mjs.map +1 -1
- package/dist/guard/is-non-empty-string.d.mts +1 -0
- package/dist/guard/is-non-empty-string.d.mts.map +1 -1
- package/dist/guard/is-non-empty-string.mjs.map +1 -1
- package/dist/guard/is-primitive.d.mts +1 -0
- package/dist/guard/is-primitive.d.mts.map +1 -1
- package/dist/guard/is-primitive.mjs.map +1 -1
- package/dist/guard/is-record.d.mts +1 -0
- package/dist/guard/is-record.d.mts.map +1 -1
- package/dist/guard/is-record.mjs.map +1 -1
- package/dist/guard/is-type.d.mts +1 -0
- package/dist/guard/is-type.d.mts.map +1 -1
- package/dist/guard/is-type.mjs.map +1 -1
- package/dist/guard/key-is-in.d.mts +1 -0
- package/dist/guard/key-is-in.d.mts.map +1 -1
- package/dist/guard/key-is-in.mjs.map +1 -1
- package/dist/iterator/range.d.mts +2 -0
- package/dist/iterator/range.d.mts.map +1 -1
- package/dist/iterator/range.mjs.map +1 -1
- package/dist/json/json.d.mts +2 -0
- package/dist/json/json.d.mts.map +1 -1
- package/dist/json/json.mjs.map +1 -1
- package/dist/number/branded-types/finite-number.d.mts +15 -13
- package/dist/number/branded-types/finite-number.d.mts.map +1 -1
- package/dist/number/branded-types/finite-number.mjs.map +1 -1
- package/dist/number/branded-types/int.d.mts +15 -13
- package/dist/number/branded-types/int.d.mts.map +1 -1
- package/dist/number/branded-types/int.mjs.map +1 -1
- package/dist/number/branded-types/int16.d.mts +19 -17
- package/dist/number/branded-types/int16.d.mts.map +1 -1
- package/dist/number/branded-types/int16.mjs.map +1 -1
- package/dist/number/branded-types/int32.d.mts +19 -17
- package/dist/number/branded-types/int32.d.mts.map +1 -1
- package/dist/number/branded-types/int32.mjs.map +1 -1
- package/dist/number/branded-types/non-negative-finite-number.d.mts +16 -14
- package/dist/number/branded-types/non-negative-finite-number.d.mts.map +1 -1
- package/dist/number/branded-types/non-negative-finite-number.mjs.map +1 -1
- package/dist/number/branded-types/non-negative-int16.d.mts +18 -16
- package/dist/number/branded-types/non-negative-int16.d.mts.map +1 -1
- package/dist/number/branded-types/non-negative-int16.mjs.map +1 -1
- package/dist/number/branded-types/non-negative-int32.d.mts +18 -16
- package/dist/number/branded-types/non-negative-int32.d.mts.map +1 -1
- package/dist/number/branded-types/non-negative-int32.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-finite-number.d.mts +16 -14
- package/dist/number/branded-types/non-zero-finite-number.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-finite-number.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-int.d.mts +16 -14
- package/dist/number/branded-types/non-zero-int.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-int.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-int16.d.mts +19 -17
- package/dist/number/branded-types/non-zero-int16.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-int16.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-int32.d.mts +19 -17
- package/dist/number/branded-types/non-zero-int32.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-int32.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-safe-int.d.mts +17 -15
- package/dist/number/branded-types/non-zero-safe-int.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-safe-int.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-uint16.d.mts +18 -16
- package/dist/number/branded-types/non-zero-uint16.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-uint16.mjs.map +1 -1
- package/dist/number/branded-types/non-zero-uint32.d.mts +18 -16
- package/dist/number/branded-types/non-zero-uint32.d.mts.map +1 -1
- package/dist/number/branded-types/non-zero-uint32.mjs.map +1 -1
- package/dist/number/branded-types/positive-finite-number.d.mts +16 -14
- package/dist/number/branded-types/positive-finite-number.d.mts.map +1 -1
- package/dist/number/branded-types/positive-finite-number.mjs.map +1 -1
- package/dist/number/branded-types/positive-int.d.mts +18 -16
- package/dist/number/branded-types/positive-int.d.mts.map +1 -1
- package/dist/number/branded-types/positive-int.mjs.map +1 -1
- package/dist/number/branded-types/positive-int16.d.mts +18 -16
- package/dist/number/branded-types/positive-int16.d.mts.map +1 -1
- package/dist/number/branded-types/positive-int16.mjs.map +1 -1
- package/dist/number/branded-types/positive-int32.d.mts +18 -16
- package/dist/number/branded-types/positive-int32.d.mts.map +1 -1
- package/dist/number/branded-types/positive-int32.mjs.map +1 -1
- package/dist/number/branded-types/positive-safe-int.d.mts +18 -16
- package/dist/number/branded-types/positive-safe-int.d.mts.map +1 -1
- package/dist/number/branded-types/positive-safe-int.mjs.map +1 -1
- package/dist/number/branded-types/positive-uint16.d.mts +18 -16
- package/dist/number/branded-types/positive-uint16.d.mts.map +1 -1
- package/dist/number/branded-types/positive-uint16.mjs.map +1 -1
- package/dist/number/branded-types/positive-uint32.d.mts +18 -16
- package/dist/number/branded-types/positive-uint32.d.mts.map +1 -1
- package/dist/number/branded-types/positive-uint32.mjs.map +1 -1
- package/dist/number/branded-types/safe-int.d.mts +17 -15
- package/dist/number/branded-types/safe-int.d.mts.map +1 -1
- package/dist/number/branded-types/safe-int.mjs.map +1 -1
- package/dist/number/branded-types/safe-uint.d.mts +19 -17
- package/dist/number/branded-types/safe-uint.d.mts.map +1 -1
- package/dist/number/branded-types/safe-uint.mjs.map +1 -1
- package/dist/number/branded-types/uint.d.mts +18 -16
- package/dist/number/branded-types/uint.d.mts.map +1 -1
- package/dist/number/branded-types/uint.mjs.map +1 -1
- package/dist/number/branded-types/uint16.d.mts +18 -16
- package/dist/number/branded-types/uint16.d.mts.map +1 -1
- package/dist/number/branded-types/uint16.mjs.map +1 -1
- package/dist/number/branded-types/uint32.d.mts +18 -16
- package/dist/number/branded-types/uint32.d.mts.map +1 -1
- package/dist/number/branded-types/uint32.mjs.map +1 -1
- package/dist/number/enum/int8.d.mts +2 -0
- package/dist/number/enum/int8.d.mts.map +1 -1
- package/dist/number/enum/int8.mjs.map +1 -1
- package/dist/number/enum/uint8.d.mts +2 -0
- package/dist/number/enum/uint8.d.mts.map +1 -1
- package/dist/number/enum/uint8.mjs.map +1 -1
- package/dist/number/num.d.mts +2 -0
- package/dist/number/num.d.mts.map +1 -1
- package/dist/number/num.mjs.map +1 -1
- package/dist/number/refined-number-utils.d.mts +1 -0
- package/dist/number/refined-number-utils.d.mts.map +1 -1
- package/dist/number/refined-number-utils.mjs.map +1 -1
- package/dist/object/object.d.mts +1 -0
- package/dist/object/object.d.mts.map +1 -1
- package/dist/object/object.mjs.map +1 -1
- package/dist/others/cast-mutable.d.mts +1 -0
- package/dist/others/cast-mutable.d.mts.map +1 -1
- package/dist/others/cast-mutable.mjs +3 -1
- package/dist/others/cast-mutable.mjs.map +1 -1
- package/dist/others/cast-readonly.d.mts +1 -0
- package/dist/others/cast-readonly.d.mts.map +1 -1
- package/dist/others/cast-readonly.mjs +3 -1
- package/dist/others/cast-readonly.mjs.map +1 -1
- package/dist/others/memoize-function.d.mts +1 -0
- package/dist/others/memoize-function.d.mts.map +1 -1
- package/dist/others/memoize-function.mjs.map +1 -1
- package/dist/promise/promise.d.mts +1 -0
- package/dist/promise/promise.d.mts.map +1 -1
- package/dist/types.d.mts +1 -2
- package/dist/types.d.mts.map +1 -0
- package/dist/types.mjs +2 -0
- package/dist/types.mjs.map +1 -0
- package/package.json +21 -21
- package/src/array/impl/array-utils-creation.mts +19 -0
- package/src/array/impl/array-utils-creation.test.mts +2 -0
- package/src/array/impl/array-utils-element-access.mts +7 -0
- package/src/array/impl/array-utils-element-access.test.mts +2 -0
- package/src/array/impl/array-utils-iterators.mts +1 -0
- package/src/array/impl/array-utils-iterators.test.mts +1 -0
- package/src/array/impl/array-utils-modification.mts +11 -0
- package/src/array/impl/array-utils-modification.test.mts +1 -0
- package/src/array/impl/array-utils-overload-type-error.test.mts +1 -0
- package/src/array/impl/array-utils-reducing-value.mts +7 -0
- package/src/array/impl/array-utils-reducing-value.test.mts +2 -0
- package/src/array/impl/array-utils-search.mts +5 -0
- package/src/array/impl/array-utils-search.test.mts +1 -0
- package/src/array/impl/array-utils-set-op.mts +2 -0
- package/src/array/impl/array-utils-size.mts +7 -0
- package/src/array/impl/array-utils-slice-clamped.mts +1 -0
- package/src/array/impl/array-utils-slicing.mts +2 -0
- package/src/array/impl/array-utils-transformation.mts +17 -0
- package/src/array/impl/array-utils-transformation.test.mts +1 -0
- package/src/array/impl/array-utils-validation.mts +8 -0
- package/src/array/impl/array-utils-validation.test.mts +1 -0
- package/src/collections/imap-mapped.mts +1 -0
- package/src/collections/imap-mapped.test.mts +1 -0
- package/src/collections/imap.mts +2 -0
- package/src/collections/iset-mapped.mts +2 -0
- package/src/collections/iset.mts +2 -1
- package/src/collections/iset.test.mts +4 -2
- package/src/collections/queue.mts +1 -0
- package/src/collections/stack.mts +1 -0
- package/src/collections/stack.test.mts +1 -0
- package/src/expect-type.mts +2 -0
- package/src/functional/match.mts +7 -0
- package/src/functional/match.test.mts +1 -0
- package/src/functional/optional/impl/optional-expect-to-be.mts +1 -0
- package/src/functional/optional/impl/optional-filter.mts +1 -0
- package/src/functional/optional/impl/optional-flat-map.mts +1 -0
- package/src/functional/optional/impl/optional-from-nullable.mts +1 -0
- package/src/functional/optional/impl/optional-is-none.mts +1 -0
- package/src/functional/optional/impl/optional-is-optional.mts +1 -0
- package/src/functional/optional/impl/optional-is-some.mts +1 -0
- package/src/functional/optional/impl/optional-map.mts +1 -0
- package/src/functional/optional/impl/optional-none.mts +1 -0
- package/src/functional/optional/impl/optional-or-else.mts +1 -0
- package/src/functional/optional/impl/optional-some.mts +1 -0
- package/src/functional/optional/impl/optional-to-nullable.mts +1 -0
- package/src/functional/optional/impl/optional-unwrap-or.mts +1 -0
- package/src/functional/optional/impl/optional-unwrap-throw.mts +1 -0
- package/src/functional/optional/impl/optional-unwrap.mts +2 -0
- package/src/functional/optional/impl/optional-zip.mts +2 -0
- package/src/functional/optional/impl/tag.mts +2 -0
- package/src/functional/optional/impl/types.mts +3 -0
- package/src/functional/optional/index.mts +1 -1
- package/src/functional/optional/optional.mts +19 -0
- package/src/functional/optional.test.mts +1 -0
- package/src/functional/pipe.mts +2 -1
- package/src/functional/pipe.test.mts +1 -0
- package/src/functional/result/impl/result-err.mts +1 -0
- package/src/functional/result/impl/result-expect-to-be.mts +1 -0
- package/src/functional/result/impl/result-flat-map.mts +2 -0
- package/src/functional/result/impl/result-fold.mts +1 -0
- package/src/functional/result/impl/result-from-promise.mts +2 -0
- package/src/functional/result/impl/result-from-throwable.mts +1 -0
- package/src/functional/result/impl/result-is-err.mts +1 -0
- package/src/functional/result/impl/result-is-ok.mts +1 -0
- package/src/functional/result/impl/result-is-result.mts +1 -0
- package/src/functional/result/impl/result-map-err.mts +2 -0
- package/src/functional/result/impl/result-map.mts +2 -0
- package/src/functional/result/impl/result-ok.mts +1 -0
- package/src/functional/result/impl/result-or-else.mts +1 -0
- package/src/functional/result/impl/result-swap.mts +1 -0
- package/src/functional/result/impl/result-to-optional.mts +1 -0
- package/src/functional/result/impl/result-unwrap-err-or.mts +1 -0
- package/src/functional/result/impl/result-unwrap-err-throw.mts +1 -0
- package/src/functional/result/impl/result-unwrap-err.mts +1 -0
- package/src/functional/result/impl/result-unwrap-ok-or.mts +1 -0
- package/src/functional/result/impl/result-unwrap-ok.mts +2 -0
- package/src/functional/result/impl/result-unwrap-throw.mts +1 -0
- package/src/functional/result/impl/result-zip.mts +1 -0
- package/src/functional/result/impl/tag.mts +2 -0
- package/src/functional/result/impl/types.mts +3 -0
- package/src/functional/result/index.mts +1 -1
- package/src/functional/result/result.mts +19 -0
- package/src/functional/result.test.mts +1 -0
- package/src/functional/ternary-result/impl/tag.mts +6 -0
- package/src/functional/ternary-result/impl/ternary-result-err.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-expect-to-be.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-flat-map.mts +5 -0
- package/src/functional/ternary-result/impl/ternary-result-fold.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-from-promise.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-from-throwable.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-is-err.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-is-ok.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-is-ternary-result.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-is-warn.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-map-err.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-map-warn.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-map.mts +5 -0
- package/src/functional/ternary-result/impl/ternary-result-ok.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-or-else.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-to-optional.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-err-or.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-err-throw.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-err.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-ok-or.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-ok.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-throw.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-warn-or.mts +4 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-warn-throw.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-unwrap-warn.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-warn.mts +1 -0
- package/src/functional/ternary-result/impl/ternary-result-zip.mts +1 -0
- package/src/functional/ternary-result/impl/types.mts +7 -0
- package/src/functional/ternary-result/impl/variant-name.mts +1 -0
- package/src/functional/ternary-result/index.mts +1 -1
- package/src/functional/ternary-result/ternary-result.mts +54 -0
- package/src/guard/has-key.mts +2 -0
- package/src/guard/has-key.test.mts +4 -0
- package/src/guard/is-non-empty-string.mts +2 -0
- package/src/guard/is-non-null-object.test.mts +1 -0
- package/src/guard/is-primitive.mts +1 -0
- package/src/guard/is-record.mts +1 -0
- package/src/guard/is-record.test.mts +1 -0
- package/src/guard/is-type.mts +2 -0
- package/src/guard/key-is-in.mts +2 -0
- package/src/guard/key-is-in.test.mts +2 -0
- package/src/iterator/range.mts +6 -0
- package/src/json/json.mts +5 -0
- package/src/number/branded-types/finite-number.mts +7 -0
- package/src/number/branded-types/int.mts +3 -0
- package/src/number/branded-types/int16.mts +3 -0
- package/src/number/branded-types/int32.mts +3 -0
- package/src/number/branded-types/non-negative-finite-number.mts +6 -0
- package/src/number/branded-types/non-negative-int16.mts +3 -0
- package/src/number/branded-types/non-negative-int32.mts +3 -0
- package/src/number/branded-types/non-zero-finite-number.mts +8 -0
- package/src/number/branded-types/non-zero-int.mts +3 -0
- package/src/number/branded-types/non-zero-int16.mts +3 -0
- package/src/number/branded-types/non-zero-int32.mts +3 -0
- package/src/number/branded-types/non-zero-safe-int.mts +7 -0
- package/src/number/branded-types/non-zero-uint16.mts +3 -0
- package/src/number/branded-types/non-zero-uint32.mts +3 -0
- package/src/number/branded-types/positive-finite-number.mts +7 -0
- package/src/number/branded-types/positive-int.mts +3 -0
- package/src/number/branded-types/positive-int16.mts +3 -0
- package/src/number/branded-types/positive-int32.mts +3 -0
- package/src/number/branded-types/positive-safe-int.mts +6 -0
- package/src/number/branded-types/positive-uint16.mts +3 -0
- package/src/number/branded-types/positive-uint32.mts +3 -0
- package/src/number/branded-types/safe-int.mts +6 -0
- package/src/number/branded-types/safe-uint.mts +3 -0
- package/src/number/branded-types/uint.mts +3 -0
- package/src/number/branded-types/uint16.mts +3 -0
- package/src/number/branded-types/uint32.mts +3 -0
- package/src/number/enum/int8.mts +7 -0
- package/src/number/enum/uint8.mts +3 -0
- package/src/number/num.mts +18 -0
- package/src/number/num.test.mts +1 -0
- package/src/number/refined-number-utils.mts +15 -0
- package/src/object/object.mts +13 -0
- package/src/object/object.test.mts +5 -0
- package/src/others/cast-mutable.mts +3 -0
- package/src/others/cast-readonly.mts +3 -0
- package/src/others/debounce-function.test.mts +0 -2
- package/src/others/fast-deep-equal.test.mts +1 -1
- package/src/others/map-nullable.test.mts +1 -0
- package/src/others/memoize-function.mts +2 -0
- package/src/types.mts +131 -0
- package/dist/globals.d.mts +0 -194
- package/src/globals.d.mts +0 -194
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { type Int as TtfImported_Int } from 'ts-type-forge';
|
|
1
2
|
import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
3
|
+
export type Int = TtfImported_Int;
|
|
2
4
|
/**
|
|
3
5
|
* Type guard that checks if a value is an integer.
|
|
4
6
|
*
|
|
@@ -19,7 +21,7 @@ import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
|
19
21
|
* @param value - The value to check
|
|
20
22
|
* @returns `true` if the value is an integer, `false` otherwise
|
|
21
23
|
*/
|
|
22
|
-
export declare const isInt: (a: number) => a is
|
|
24
|
+
export declare const isInt: (a: number) => a is TtfImported_Int;
|
|
23
25
|
/**
|
|
24
26
|
* Casts a number to an Int branded type.
|
|
25
27
|
*
|
|
@@ -77,7 +79,7 @@ export declare const Int: {
|
|
|
77
79
|
* @returns `true` if the value is an integer, `false` otherwise
|
|
78
80
|
* @see {@link isInt} for usage examples
|
|
79
81
|
*/
|
|
80
|
-
readonly is: (a: number) => a is
|
|
82
|
+
readonly is: (a: number) => a is TtfImported_Int;
|
|
81
83
|
/**
|
|
82
84
|
* Returns the absolute value of an integer.
|
|
83
85
|
*
|
|
@@ -100,7 +102,7 @@ export declare const Int: {
|
|
|
100
102
|
* @param a - The integer value
|
|
101
103
|
* @returns The absolute value as a non-negative Int
|
|
102
104
|
*/
|
|
103
|
-
readonly abs: (x: WithSmallInt<
|
|
105
|
+
readonly abs: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>) => TsDataForgeInternals.RefinedNumberUtils.ToNonNegative<TtfImported_Int>;
|
|
104
106
|
/**
|
|
105
107
|
* Returns the minimum value from a list of integers.
|
|
106
108
|
*
|
|
@@ -115,7 +117,7 @@ export declare const Int: {
|
|
|
115
117
|
* @param values - The integers to compare (at least one required)
|
|
116
118
|
* @returns The smallest value as an Int
|
|
117
119
|
*/
|
|
118
|
-
readonly min: (...values: readonly WithSmallInt<
|
|
120
|
+
readonly min: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int>[]) => TtfImported_Int;
|
|
119
121
|
/**
|
|
120
122
|
* Returns the maximum value from a list of integers.
|
|
121
123
|
*
|
|
@@ -130,7 +132,7 @@ export declare const Int: {
|
|
|
130
132
|
* @param values - The integers to compare (at least one required)
|
|
131
133
|
* @returns The largest value as an Int
|
|
132
134
|
*/
|
|
133
|
-
readonly max: (...values: readonly WithSmallInt<
|
|
135
|
+
readonly max: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int>[]) => TtfImported_Int;
|
|
134
136
|
/**
|
|
135
137
|
* Generates a random integer within the specified range (inclusive).
|
|
136
138
|
*
|
|
@@ -155,7 +157,7 @@ export declare const Int: {
|
|
|
155
157
|
* @param max - The maximum value (inclusive)
|
|
156
158
|
* @returns A random Int in the range [min, max]
|
|
157
159
|
*/
|
|
158
|
-
readonly random: (min?: WithSmallInt<
|
|
160
|
+
readonly random: (min?: import("ts-type-forge").WithSmallInt<TtfImported_Int> | undefined, max?: import("ts-type-forge").WithSmallInt<TtfImported_Int> | undefined) => TtfImported_Int;
|
|
159
161
|
/**
|
|
160
162
|
* Raises an integer to a power.
|
|
161
163
|
*
|
|
@@ -175,7 +177,7 @@ export declare const Int: {
|
|
|
175
177
|
* @param b - The exponent integer
|
|
176
178
|
* @returns `a ** b` as an Int
|
|
177
179
|
*/
|
|
178
|
-
readonly pow: (x: WithSmallInt<
|
|
180
|
+
readonly pow: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int>) => TtfImported_Int;
|
|
179
181
|
/**
|
|
180
182
|
* Adds two integers.
|
|
181
183
|
*
|
|
@@ -191,7 +193,7 @@ export declare const Int: {
|
|
|
191
193
|
* @param b - Second integer
|
|
192
194
|
* @returns `a + b` as an Int
|
|
193
195
|
*/
|
|
194
|
-
readonly add: (x: WithSmallInt<
|
|
196
|
+
readonly add: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int>) => TtfImported_Int;
|
|
195
197
|
/**
|
|
196
198
|
* Subtracts two integers.
|
|
197
199
|
*
|
|
@@ -207,7 +209,7 @@ export declare const Int: {
|
|
|
207
209
|
* @param b - Second integer
|
|
208
210
|
* @returns `a - b` as an Int
|
|
209
211
|
*/
|
|
210
|
-
readonly sub: (x: WithSmallInt<
|
|
212
|
+
readonly sub: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int>) => TtfImported_Int;
|
|
211
213
|
/**
|
|
212
214
|
* Multiplies two integers.
|
|
213
215
|
*
|
|
@@ -223,7 +225,7 @@ export declare const Int: {
|
|
|
223
225
|
* @param b - Second integer
|
|
224
226
|
* @returns `a * b` as an Int
|
|
225
227
|
*/
|
|
226
|
-
readonly mul: (x: WithSmallInt<
|
|
228
|
+
readonly mul: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int>) => TtfImported_Int;
|
|
227
229
|
/**
|
|
228
230
|
* Divides two integers using floor division.
|
|
229
231
|
*
|
|
@@ -246,13 +248,13 @@ export declare const Int: {
|
|
|
246
248
|
* @param b - The divisor (must be non-zero)
|
|
247
249
|
* @returns The integer quotient as an Int
|
|
248
250
|
*/
|
|
249
|
-
readonly div: (x: WithSmallInt<
|
|
251
|
+
readonly div: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int>, y: 1 | 2 | 3 | 32 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 10 | 20 | 30 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 31 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -1 | -2 | -3 | -32 | -40 | -4 | -5 | -6 | -7 | -8 | -9 | -11 | -10 | -20 | -30 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -21 | -22 | -23 | -24 | -25 | -26 | -27 | -28 | -29 | -31 | -33 | -34 | -35 | -36 | -37 | -38 | -39 | import("ts-type-forge").NormalizeBrandUnion<number & {
|
|
250
252
|
readonly NaNValue: false;
|
|
251
|
-
readonly "!=0": true;
|
|
252
253
|
readonly Finite: true;
|
|
253
254
|
readonly Int: true;
|
|
255
|
+
readonly "!=0": true;
|
|
254
256
|
} & Readonly<{
|
|
255
257
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
256
|
-
}>>) =>
|
|
258
|
+
}>>) => TtfImported_Int;
|
|
257
259
|
};
|
|
258
260
|
//# sourceMappingURL=int.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"int.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,GAAG,IAAI,eAAe,EAAE,MAAM,eAAe,CAAC;AAE5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,MAAM,GAAG,GAAG,eAAe,CAAC;AA6BlC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,KAAK,qCAAK,CAAC;AAExB;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,KAAK;;;;;;MAAW,CAAC;AAE9B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,GAAG;IACd;;;;;;;;;;;;;;;;OAgBG;;IAGH;;;;;;;;;;;;;;;;;;;;;OAqBG;;IAGH;;;;;;;;;;;;;OAaG;;IAGH;;;;;;;;;;;;;OAaG;;IAGH;;;;;;;;;;;;;;;;;;;;;;;OAuBG;;IAGH;;;;;;;;;;;;;;;;;;OAkBG;;IAGH;;;;;;;;;;;;;;OAcG;;IAGH;;;;;;;;;;;;;;OAcG;;IAGH;;;;;;;;;;;;;;OAcG;;IAGH;;;;;;;;;;;;;;;;;;;;;OAqBG;;;;;;;;;CAEK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int.mjs","sources":["../../../src/number/branded-types/int.mts"],"sourcesContent":[null],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"int.mjs","sources":["../../../src/number/branded-types/int.mts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA,MAAM,iBAAiB,GAAG,YAAY;AAEtC,MAAM,EACJ,GAAG,EACH,GAAG,EACH,QAAQ,EACR,GAAG,EACH,EAAE,EACF,GAAG,EAAE,IAAI,EACT,GAAG,EAAE,IAAI,EACT,GAAG,EACH,GAAG,EACH,MAAM,EACN,GAAG,GACJ,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,mBAAmB,CAI7D;AACA,IAAA,oBAAoB,EAAE,SAAS;AAC/B,IAAA,SAAS,EAAE,CAAC,MAAM,CAAC,SAAS;IAC5B,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,iBAAiB;AACT,CAAA,CAAC;AAEX;;;;;;;;;;;;;;;;;;;AAmBG;AACI,MAAM,KAAK,GAAG;AAErB;;;;;;;;;;;;;;;;;;;;AAoBG;AACI,MAAM,KAAK,GAAG;AAErB;;;;;;;;;;AAUG;AACI,MAAM,GAAG,GAAG;AACjB;;;;;;;;;;;;;;;;AAgBG;IACH,EAAE;AAEF;;;;;;;;;;;;;;;;;;;;;AAqBG;IACH,GAAG;AAEH;;;;;;;;;;;;;AAaG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;;;;;;;;;AAaG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;;;;;;;;;;;;;;;;;;;AAuBG;IACH,MAAM;AAEN;;;;;;;;;;;;;;;;;;AAkBG;IACH,GAAG;AAEH;;;;;;;;;;;;;;AAcG;IACH,GAAG;AAEH;;;;;;;;;;;;;;AAcG;IACH,GAAG;AAEH;;;;;;;;;;;;;;AAcG;IACH,GAAG;AAEH;;;;;;;;;;;;;;;;;;;;;AAqBG;IACH,GAAG;;;;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { type Int16 as TtfImported_Int16 } from 'ts-type-forge';
|
|
1
2
|
import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
3
|
+
export type Int16 = TtfImported_Int16;
|
|
2
4
|
/**
|
|
3
5
|
* Checks if a number is an Int16 (16-bit signed integer in the range [-2^15,
|
|
4
6
|
* 2^15)).
|
|
@@ -6,7 +8,7 @@ import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
|
6
8
|
* @param value The value to check.
|
|
7
9
|
* @returns `true` if the value is an Int16, `false` otherwise.
|
|
8
10
|
*/
|
|
9
|
-
export declare const isInt16: (a: number) => a is
|
|
11
|
+
export declare const isInt16: (a: number) => a is TtfImported_Int16;
|
|
10
12
|
/**
|
|
11
13
|
* Casts a number to an Int16 type.
|
|
12
14
|
*
|
|
@@ -16,6 +18,8 @@ export declare const isInt16: (a: number) => a is Int16;
|
|
|
16
18
|
*/
|
|
17
19
|
export declare const asInt16: <N extends number>(x: N) => number & {
|
|
18
20
|
readonly NaNValue: false;
|
|
21
|
+
readonly Finite: true;
|
|
22
|
+
readonly Int: true;
|
|
19
23
|
readonly "> -2^16": true;
|
|
20
24
|
readonly "> -2^32": true;
|
|
21
25
|
readonly ">= -2^15": true;
|
|
@@ -24,8 +28,6 @@ export declare const asInt16: <N extends number>(x: N) => number & {
|
|
|
24
28
|
readonly "< 2^16": true;
|
|
25
29
|
readonly "< 2^31": true;
|
|
26
30
|
readonly "< 2^32": true;
|
|
27
|
-
readonly Finite: true;
|
|
28
|
-
readonly Int: true;
|
|
29
31
|
readonly SafeInt: true;
|
|
30
32
|
} & Readonly<{
|
|
31
33
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
@@ -45,7 +47,7 @@ export declare const Int16: {
|
|
|
45
47
|
* @param value The value to check.
|
|
46
48
|
* @returns `true` if the value is a 16-bit signed integer, `false` otherwise.
|
|
47
49
|
*/
|
|
48
|
-
readonly is: (a: number) => a is
|
|
50
|
+
readonly is: (a: number) => a is TtfImported_Int16;
|
|
49
51
|
/**
|
|
50
52
|
* The minimum value for a 16-bit signed integer.
|
|
51
53
|
*
|
|
@@ -64,7 +66,7 @@ export declare const Int16: {
|
|
|
64
66
|
* @param a The Int16 value.
|
|
65
67
|
* @returns The absolute value as an Int16, clamped to valid range.
|
|
66
68
|
*/
|
|
67
|
-
readonly abs: (x: WithSmallInt<
|
|
69
|
+
readonly abs: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>) => TsDataForgeInternals.RefinedNumberUtils.ToNonNegative<TtfImported_Int16>;
|
|
68
70
|
/**
|
|
69
71
|
* Returns the smaller of two Int16 values.
|
|
70
72
|
*
|
|
@@ -72,7 +74,7 @@ export declare const Int16: {
|
|
|
72
74
|
* @param b The second Int16.
|
|
73
75
|
* @returns The minimum value as an Int16.
|
|
74
76
|
*/
|
|
75
|
-
readonly min: (...values: readonly WithSmallInt<
|
|
77
|
+
readonly min: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int16>[]) => TtfImported_Int16;
|
|
76
78
|
/**
|
|
77
79
|
* Returns the larger of two Int16 values.
|
|
78
80
|
*
|
|
@@ -80,20 +82,20 @@ export declare const Int16: {
|
|
|
80
82
|
* @param b The second Int16.
|
|
81
83
|
* @returns The maximum value as an Int16.
|
|
82
84
|
*/
|
|
83
|
-
readonly max: (...values: readonly WithSmallInt<
|
|
85
|
+
readonly max: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int16>[]) => TtfImported_Int16;
|
|
84
86
|
/**
|
|
85
87
|
* Clamps a number to the Int16 range.
|
|
86
88
|
*
|
|
87
89
|
* @param value The number to clamp.
|
|
88
90
|
* @returns The value clamped to [-32768, 32767] as an Int16.
|
|
89
91
|
*/
|
|
90
|
-
readonly clamp: (x: number) =>
|
|
92
|
+
readonly clamp: (x: number) => TtfImported_Int16;
|
|
91
93
|
/**
|
|
92
94
|
* Generates a random Int16 value within the valid range.
|
|
93
95
|
*
|
|
94
96
|
* @returns A random Int16 between MIN_VALUE and MAX_VALUE.
|
|
95
97
|
*/
|
|
96
|
-
readonly random: (min?: WithSmallInt<
|
|
98
|
+
readonly random: (min?: import("ts-type-forge").WithSmallInt<TtfImported_Int16> | undefined, max?: import("ts-type-forge").WithSmallInt<TtfImported_Int16> | undefined) => TtfImported_Int16;
|
|
97
99
|
/**
|
|
98
100
|
* Raises an Int16 to the power of another Int16.
|
|
99
101
|
*
|
|
@@ -101,7 +103,7 @@ export declare const Int16: {
|
|
|
101
103
|
* @param b The exponent Int16.
|
|
102
104
|
* @returns `a ** b` clamped to [-32768, 32767] as an Int16.
|
|
103
105
|
*/
|
|
104
|
-
readonly pow: (x: WithSmallInt<
|
|
106
|
+
readonly pow: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int16>) => TtfImported_Int16;
|
|
105
107
|
/**
|
|
106
108
|
* Adds two Int16 values.
|
|
107
109
|
*
|
|
@@ -109,7 +111,7 @@ export declare const Int16: {
|
|
|
109
111
|
* @param b The second Int16.
|
|
110
112
|
* @returns `a + b` clamped to [-32768, 32767] as an Int16.
|
|
111
113
|
*/
|
|
112
|
-
readonly add: (x: WithSmallInt<
|
|
114
|
+
readonly add: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int16>) => TtfImported_Int16;
|
|
113
115
|
/**
|
|
114
116
|
* Subtracts one Int16 from another.
|
|
115
117
|
*
|
|
@@ -117,7 +119,7 @@ export declare const Int16: {
|
|
|
117
119
|
* @param b The subtrahend Int16.
|
|
118
120
|
* @returns `a - b` clamped to [-32768, 32767] as an Int16.
|
|
119
121
|
*/
|
|
120
|
-
readonly sub: (x: WithSmallInt<
|
|
122
|
+
readonly sub: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int16>) => TtfImported_Int16;
|
|
121
123
|
/**
|
|
122
124
|
* Multiplies two Int16 values.
|
|
123
125
|
*
|
|
@@ -125,7 +127,7 @@ export declare const Int16: {
|
|
|
125
127
|
* @param b The second Int16.
|
|
126
128
|
* @returns `a * b` clamped to [-32768, 32767] as an Int16.
|
|
127
129
|
*/
|
|
128
|
-
readonly mul: (x: WithSmallInt<
|
|
130
|
+
readonly mul: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int16>) => TtfImported_Int16;
|
|
129
131
|
/**
|
|
130
132
|
* Divides one Int16 by another using floor division.
|
|
131
133
|
*
|
|
@@ -133,8 +135,10 @@ export declare const Int16: {
|
|
|
133
135
|
* @param b The divisor Int16.
|
|
134
136
|
* @returns `⌊a / b⌋` clamped to [-32768, 32767] as an Int16.
|
|
135
137
|
*/
|
|
136
|
-
readonly div: (x: WithSmallInt<
|
|
138
|
+
readonly div: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int16>, y: 1 | 2 | 3 | 32 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 10 | 20 | 30 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 31 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -1 | -2 | -3 | -32 | -40 | -4 | -5 | -6 | -7 | -8 | -9 | -11 | -10 | -20 | -30 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -21 | -22 | -23 | -24 | -25 | -26 | -27 | -28 | -29 | -31 | -33 | -34 | -35 | -36 | -37 | -38 | -39 | import("ts-type-forge").NormalizeBrandUnion<number & {
|
|
137
139
|
readonly NaNValue: false;
|
|
140
|
+
readonly Finite: true;
|
|
141
|
+
readonly Int: true;
|
|
138
142
|
readonly "!=0": true;
|
|
139
143
|
readonly "> -2^16": true;
|
|
140
144
|
readonly "> -2^32": true;
|
|
@@ -144,11 +148,9 @@ export declare const Int16: {
|
|
|
144
148
|
readonly "< 2^16": true;
|
|
145
149
|
readonly "< 2^31": true;
|
|
146
150
|
readonly "< 2^32": true;
|
|
147
|
-
readonly Finite: true;
|
|
148
|
-
readonly Int: true;
|
|
149
151
|
readonly SafeInt: true;
|
|
150
152
|
} & Readonly<{
|
|
151
153
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
152
|
-
}>>) =>
|
|
154
|
+
}>>) => TtfImported_Int16;
|
|
153
155
|
};
|
|
154
156
|
//# sourceMappingURL=int16.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int16.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int16.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"int16.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int16.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,MAAM,KAAK,GAAG,iBAAiB,CAAC;AAgCtC;;;;;;GAMG;AACH,eAAO,MAAM,OAAO,uCAAK,CAAC;AAE1B;;;;;;GAMG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;MAAW,CAAC;AAEhC;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK;IAChB;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;;;OAIG;;IAGH;;;;;OAKG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;;;;;;;;;;;;;;;;;CAEK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int16.mjs","sources":["../../../src/number/branded-types/int16.mts"],"sourcesContent":[null],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"int16.mjs","sources":["../../../src/number/branded-types/int16.mts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA,MAAM,iBAAiB,GAAG,6BAA6B;AAEvD,MAAM,EACJ,SAAS,EACT,SAAS,EACT,GAAG,EACH,GAAG,EACH,QAAQ,EACR,KAAK,EACL,GAAG,EACH,EAAE,EACF,GAAG,EAAE,IAAI,EACT,GAAG,EAAE,IAAI,EACT,GAAG,EACH,GAAG,EACH,MAAM,EACN,GAAG,GACJ,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,mBAAmB,CAI7D;AACA,IAAA,oBAAoB,EAAE,aAAa;AACnC,IAAA,SAAS,EAAE,MAAU;AACrB,IAAA,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC;IACtB,iBAAiB;AACT,CAAA,CAAC;AAEX;;;;;;AAMG;AACI,MAAM,OAAO,GAAG;AAEvB;;;;;;AAMG;AACI,MAAM,OAAO,GAAG;AAEvB;;;;;;;AAOG;AACI,MAAM,KAAK,GAAG;AACnB;;;;;AAKG;IACH,EAAE;AAEF;;;;AAIG;IACH,SAAS;AAET;;;;AAIG;IACH,SAAS;AAET;;;;;AAKG;IACH,GAAG;AAEH;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;AAKG;IACH,KAAK;AAEL;;;;AAIG;IACH,MAAM;AAEN;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;;;;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { type Int32 as TtfImported_Int32 } from 'ts-type-forge';
|
|
1
2
|
import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
3
|
+
export type Int32 = TtfImported_Int32;
|
|
2
4
|
/**
|
|
3
5
|
* Checks if a number is an Int32 (32-bit signed integer in the range [-2^31,
|
|
4
6
|
* 2^31)).
|
|
@@ -6,7 +8,7 @@ import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
|
6
8
|
* @param value The value to check.
|
|
7
9
|
* @returns `true` if the value is an Int32, `false` otherwise.
|
|
8
10
|
*/
|
|
9
|
-
export declare const isInt32: (a: number) => a is
|
|
11
|
+
export declare const isInt32: (a: number) => a is TtfImported_Int32;
|
|
10
12
|
/**
|
|
11
13
|
* Casts a number to an Int32 type.
|
|
12
14
|
*
|
|
@@ -16,12 +18,12 @@ export declare const isInt32: (a: number) => a is Int32;
|
|
|
16
18
|
*/
|
|
17
19
|
export declare const asInt32: <N extends number>(x: N) => number & {
|
|
18
20
|
readonly NaNValue: false;
|
|
21
|
+
readonly Finite: true;
|
|
22
|
+
readonly Int: true;
|
|
19
23
|
readonly "> -2^32": true;
|
|
20
24
|
readonly ">= -2^31": true;
|
|
21
25
|
readonly "< 2^31": true;
|
|
22
26
|
readonly "< 2^32": true;
|
|
23
|
-
readonly Finite: true;
|
|
24
|
-
readonly Int: true;
|
|
25
27
|
readonly SafeInt: true;
|
|
26
28
|
} & Readonly<{
|
|
27
29
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
@@ -41,7 +43,7 @@ export declare const Int32: {
|
|
|
41
43
|
* @param value The value to check.
|
|
42
44
|
* @returns `true` if the value is a 32-bit signed integer, `false` otherwise.
|
|
43
45
|
*/
|
|
44
|
-
readonly is: (a: number) => a is
|
|
46
|
+
readonly is: (a: number) => a is TtfImported_Int32;
|
|
45
47
|
/**
|
|
46
48
|
* The minimum value for a 32-bit signed integer.
|
|
47
49
|
*
|
|
@@ -60,7 +62,7 @@ export declare const Int32: {
|
|
|
60
62
|
* @param a The Int32 value.
|
|
61
63
|
* @returns The absolute value as an Int32, clamped to valid range.
|
|
62
64
|
*/
|
|
63
|
-
readonly abs: (x: WithSmallInt<
|
|
65
|
+
readonly abs: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>) => TsDataForgeInternals.RefinedNumberUtils.ToNonNegative<TtfImported_Int32>;
|
|
64
66
|
/**
|
|
65
67
|
* Returns the smaller of two Int32 values.
|
|
66
68
|
*
|
|
@@ -68,7 +70,7 @@ export declare const Int32: {
|
|
|
68
70
|
* @param b The second Int32.
|
|
69
71
|
* @returns The minimum value as an Int32.
|
|
70
72
|
*/
|
|
71
|
-
readonly min: (...values: readonly WithSmallInt<
|
|
73
|
+
readonly min: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int32>[]) => TtfImported_Int32;
|
|
72
74
|
/**
|
|
73
75
|
* Returns the larger of two Int32 values.
|
|
74
76
|
*
|
|
@@ -76,20 +78,20 @@ export declare const Int32: {
|
|
|
76
78
|
* @param b The second Int32.
|
|
77
79
|
* @returns The maximum value as an Int32.
|
|
78
80
|
*/
|
|
79
|
-
readonly max: (...values: readonly WithSmallInt<
|
|
81
|
+
readonly max: (...values: readonly import("ts-type-forge").WithSmallInt<TtfImported_Int32>[]) => TtfImported_Int32;
|
|
80
82
|
/**
|
|
81
83
|
* Clamps a number to the Int32 range.
|
|
82
84
|
*
|
|
83
85
|
* @param value The number to clamp.
|
|
84
86
|
* @returns The value clamped to [-2147483648, 2147483647] as an Int32.
|
|
85
87
|
*/
|
|
86
|
-
readonly clamp: (x: number) =>
|
|
88
|
+
readonly clamp: (x: number) => TtfImported_Int32;
|
|
87
89
|
/**
|
|
88
90
|
* Generates a random Int32 value within the valid range.
|
|
89
91
|
*
|
|
90
92
|
* @returns A random Int32 between MIN_VALUE and MAX_VALUE.
|
|
91
93
|
*/
|
|
92
|
-
readonly random: (min?: WithSmallInt<
|
|
94
|
+
readonly random: (min?: import("ts-type-forge").WithSmallInt<TtfImported_Int32> | undefined, max?: import("ts-type-forge").WithSmallInt<TtfImported_Int32> | undefined) => TtfImported_Int32;
|
|
93
95
|
/**
|
|
94
96
|
* Raises an Int32 to the power of another Int32.
|
|
95
97
|
*
|
|
@@ -97,7 +99,7 @@ export declare const Int32: {
|
|
|
97
99
|
* @param b The exponent Int32.
|
|
98
100
|
* @returns `a ** b` clamped to [-2147483648, 2147483647] as an Int32.
|
|
99
101
|
*/
|
|
100
|
-
readonly pow: (x: WithSmallInt<
|
|
102
|
+
readonly pow: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int32>) => TtfImported_Int32;
|
|
101
103
|
/**
|
|
102
104
|
* Adds two Int32 values.
|
|
103
105
|
*
|
|
@@ -105,7 +107,7 @@ export declare const Int32: {
|
|
|
105
107
|
* @param b The second Int32.
|
|
106
108
|
* @returns `a + b` clamped to [-2147483648, 2147483647] as an Int32.
|
|
107
109
|
*/
|
|
108
|
-
readonly add: (x: WithSmallInt<
|
|
110
|
+
readonly add: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int32>) => TtfImported_Int32;
|
|
109
111
|
/**
|
|
110
112
|
* Subtracts one Int32 from another.
|
|
111
113
|
*
|
|
@@ -113,7 +115,7 @@ export declare const Int32: {
|
|
|
113
115
|
* @param b The subtrahend Int32.
|
|
114
116
|
* @returns `a - b` clamped to [-2147483648, 2147483647] as an Int32.
|
|
115
117
|
*/
|
|
116
|
-
readonly sub: (x: WithSmallInt<
|
|
118
|
+
readonly sub: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int32>) => TtfImported_Int32;
|
|
117
119
|
/**
|
|
118
120
|
* Multiplies two Int32 values.
|
|
119
121
|
*
|
|
@@ -121,7 +123,7 @@ export declare const Int32: {
|
|
|
121
123
|
* @param b The second Int32.
|
|
122
124
|
* @returns `a * b` clamped to [-2147483648, 2147483647] as an Int32.
|
|
123
125
|
*/
|
|
124
|
-
readonly mul: (x: WithSmallInt<
|
|
126
|
+
readonly mul: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>, y: import("ts-type-forge").WithSmallInt<TtfImported_Int32>) => TtfImported_Int32;
|
|
125
127
|
/**
|
|
126
128
|
* Divides one Int32 by another using floor division.
|
|
127
129
|
*
|
|
@@ -129,18 +131,18 @@ export declare const Int32: {
|
|
|
129
131
|
* @param b The divisor Int32.
|
|
130
132
|
* @returns `⌊a / b⌋` clamped to [-2147483648, 2147483647] as an Int32.
|
|
131
133
|
*/
|
|
132
|
-
readonly div: (x: WithSmallInt<
|
|
134
|
+
readonly div: (x: import("ts-type-forge").WithSmallInt<TtfImported_Int32>, y: 1 | 2 | 3 | 32 | 4 | 5 | 6 | 7 | 8 | 9 | 11 | 10 | 20 | 30 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 31 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -1 | -2 | -3 | -32 | -40 | -4 | -5 | -6 | -7 | -8 | -9 | -11 | -10 | -20 | -30 | -12 | -13 | -14 | -15 | -16 | -17 | -18 | -19 | -21 | -22 | -23 | -24 | -25 | -26 | -27 | -28 | -29 | -31 | -33 | -34 | -35 | -36 | -37 | -38 | -39 | import("ts-type-forge").NormalizeBrandUnion<number & {
|
|
133
135
|
readonly NaNValue: false;
|
|
136
|
+
readonly Finite: true;
|
|
137
|
+
readonly Int: true;
|
|
134
138
|
readonly "!=0": true;
|
|
135
139
|
readonly "> -2^32": true;
|
|
136
140
|
readonly ">= -2^31": true;
|
|
137
141
|
readonly "< 2^31": true;
|
|
138
142
|
readonly "< 2^32": true;
|
|
139
|
-
readonly Finite: true;
|
|
140
|
-
readonly Int: true;
|
|
141
143
|
readonly SafeInt: true;
|
|
142
144
|
} & Readonly<{
|
|
143
145
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
144
|
-
}>>) =>
|
|
146
|
+
}>>) => TtfImported_Int32;
|
|
145
147
|
};
|
|
146
148
|
//# sourceMappingURL=int32.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int32.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int32.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"int32.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/int32.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,IAAI,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEhE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,MAAM,KAAK,GAAG,iBAAiB,CAAC;AAgCtC;;;;;;GAMG;AACH,eAAO,MAAM,OAAO,uCAAK,CAAC;AAE1B;;;;;;GAMG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;MAAW,CAAC;AAEhC;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK;IAChB;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;;;OAIG;;IAGH;;;;;OAKG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;OAKG;;IAGH;;;;OAIG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;;;;;;;;;;;;;CAEK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"int32.mjs","sources":["../../../src/number/branded-types/int32.mts"],"sourcesContent":[null],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"int32.mjs","sources":["../../../src/number/branded-types/int32.mts"],"sourcesContent":[null],"names":[],"mappings":";;AAQA,MAAM,iBAAiB,GAAG,6BAA6B;AAEvD,MAAM,EACJ,SAAS,EACT,SAAS,EACT,GAAG,EACH,GAAG,EACH,QAAQ,EACR,KAAK,EACL,GAAG,EACH,EAAE,EACF,GAAG,EAAE,IAAI,EACT,GAAG,EAAE,IAAI,EACT,GAAG,EACH,GAAG,EACH,MAAM,EACN,GAAG,GACJ,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,mBAAmB,CAI7D;AACA,IAAA,oBAAoB,EAAE,aAAa;AACnC,IAAA,SAAS,EAAE,WAAU;AACrB,IAAA,SAAS,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC;IACtB,iBAAiB;AACT,CAAA,CAAC;AAEX;;;;;;AAMG;AACI,MAAM,OAAO,GAAG;AAEvB;;;;;;AAMG;AACI,MAAM,OAAO,GAAG;AAEvB;;;;;;;AAOG;AACI,MAAM,KAAK,GAAG;AACnB;;;;;AAKG;IACH,EAAE;AAEF;;;;AAIG;IACH,SAAS;AAET;;;;AAIG;IACH,SAAS;AAET;;;;;AAKG;IACH,GAAG;AAEH;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;AAKG;IACH,KAAK;AAEL;;;;AAIG;IACH,MAAM;AAEN;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;;;;;"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { type NonNegativeFiniteNumber as TtfImported_NonNegativeFiniteNumber } from 'ts-type-forge';
|
|
1
2
|
import { TsDataForgeInternals } from '../refined-number-utils.mjs';
|
|
3
|
+
export type NonNegativeFiniteNumber = TtfImported_NonNegativeFiniteNumber;
|
|
2
4
|
type ElementType = NonNegativeFiniteNumber;
|
|
3
5
|
/**
|
|
4
6
|
* Checks if a number is a NonNegativeFiniteNumber (a finite number >= 0).
|
|
@@ -6,7 +8,7 @@ type ElementType = NonNegativeFiniteNumber;
|
|
|
6
8
|
* @param value The value to check.
|
|
7
9
|
* @returns `true` if the value is a NonNegativeFiniteNumber, `false` otherwise.
|
|
8
10
|
*/
|
|
9
|
-
export declare const isNonNegativeFiniteNumber: (a: number) => a is
|
|
11
|
+
export declare const isNonNegativeFiniteNumber: (a: number) => a is TtfImported_NonNegativeFiniteNumber;
|
|
10
12
|
/**
|
|
11
13
|
* Casts a number to a NonNegativeFiniteNumber type.
|
|
12
14
|
*
|
|
@@ -16,12 +18,12 @@ export declare const isNonNegativeFiniteNumber: (a: number) => a is NonNegativeF
|
|
|
16
18
|
*/
|
|
17
19
|
export declare const asNonNegativeFiniteNumber: <N extends number>(x: N) => number & {
|
|
18
20
|
readonly NaNValue: false;
|
|
21
|
+
readonly Finite: true;
|
|
19
22
|
readonly "> -2^16": true;
|
|
20
23
|
readonly "> -2^32": true;
|
|
21
24
|
readonly ">= -2^15": true;
|
|
22
25
|
readonly ">= -2^31": true;
|
|
23
26
|
readonly ">=0": true;
|
|
24
|
-
readonly Finite: true;
|
|
25
27
|
} & Readonly<{
|
|
26
28
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
27
29
|
}> & N;
|
|
@@ -42,7 +44,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
42
44
|
* @returns `true` if the value is a non-negative finite number, `false`
|
|
43
45
|
* otherwise.
|
|
44
46
|
*/
|
|
45
|
-
readonly is: (a: number) => a is
|
|
47
|
+
readonly is: (a: number) => a is TtfImported_NonNegativeFiniteNumber;
|
|
46
48
|
/**
|
|
47
49
|
* The minimum value for a non-negative finite number.
|
|
48
50
|
*
|
|
@@ -56,7 +58,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
56
58
|
* @param b The second NonNegativeFiniteNumber.
|
|
57
59
|
* @returns The minimum value as a NonNegativeFiniteNumber.
|
|
58
60
|
*/
|
|
59
|
-
readonly min: (...values: readonly
|
|
61
|
+
readonly min: (...values: readonly TtfImported_NonNegativeFiniteNumber[]) => TtfImported_NonNegativeFiniteNumber;
|
|
60
62
|
/**
|
|
61
63
|
* Returns the larger of two NonNegativeFiniteNumber values.
|
|
62
64
|
*
|
|
@@ -64,14 +66,14 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
64
66
|
* @param b The second NonNegativeFiniteNumber.
|
|
65
67
|
* @returns The maximum value as a NonNegativeFiniteNumber.
|
|
66
68
|
*/
|
|
67
|
-
readonly max: (...values: readonly
|
|
69
|
+
readonly max: (...values: readonly TtfImported_NonNegativeFiniteNumber[]) => TtfImported_NonNegativeFiniteNumber;
|
|
68
70
|
/**
|
|
69
71
|
* Clamps a number to the non-negative finite range.
|
|
70
72
|
*
|
|
71
73
|
* @param value The number to clamp.
|
|
72
74
|
* @returns The value clamped to [0, +∞) as a NonNegativeFiniteNumber.
|
|
73
75
|
*/
|
|
74
|
-
readonly clamp: (x: number) =>
|
|
76
|
+
readonly clamp: (x: number) => TtfImported_NonNegativeFiniteNumber;
|
|
75
77
|
/**
|
|
76
78
|
* Rounds down a NonNegativeFiniteNumber to the nearest integer.
|
|
77
79
|
*
|
|
@@ -98,7 +100,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
98
100
|
*
|
|
99
101
|
* @returns A random non-negative finite number.
|
|
100
102
|
*/
|
|
101
|
-
readonly random: (min?:
|
|
103
|
+
readonly random: (min?: TtfImported_NonNegativeFiniteNumber | undefined, max?: TtfImported_NonNegativeFiniteNumber | undefined) => TtfImported_NonNegativeFiniteNumber;
|
|
102
104
|
/**
|
|
103
105
|
* Raises a NonNegativeFiniteNumber to the power of another
|
|
104
106
|
* NonNegativeFiniteNumber.
|
|
@@ -107,7 +109,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
107
109
|
* @param b The exponent NonNegativeFiniteNumber.
|
|
108
110
|
* @returns `a ** b` clamped to [0, +∞) as a NonNegativeFiniteNumber.
|
|
109
111
|
*/
|
|
110
|
-
readonly pow: (x:
|
|
112
|
+
readonly pow: (x: TtfImported_NonNegativeFiniteNumber, y: TtfImported_NonNegativeFiniteNumber) => TtfImported_NonNegativeFiniteNumber;
|
|
111
113
|
/**
|
|
112
114
|
* Adds two NonNegativeFiniteNumber values.
|
|
113
115
|
*
|
|
@@ -115,7 +117,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
115
117
|
* @param b The second NonNegativeFiniteNumber.
|
|
116
118
|
* @returns `a + b` clamped to [0, +∞) as a NonNegativeFiniteNumber.
|
|
117
119
|
*/
|
|
118
|
-
readonly add: (x:
|
|
120
|
+
readonly add: (x: TtfImported_NonNegativeFiniteNumber, y: TtfImported_NonNegativeFiniteNumber) => TtfImported_NonNegativeFiniteNumber;
|
|
119
121
|
/**
|
|
120
122
|
* Subtracts one NonNegativeFiniteNumber from another.
|
|
121
123
|
*
|
|
@@ -124,7 +126,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
124
126
|
* @returns `a - b` clamped to [0, +∞) as a NonNegativeFiniteNumber (minimum
|
|
125
127
|
* 0).
|
|
126
128
|
*/
|
|
127
|
-
readonly sub: (x:
|
|
129
|
+
readonly sub: (x: TtfImported_NonNegativeFiniteNumber, y: TtfImported_NonNegativeFiniteNumber) => TtfImported_NonNegativeFiniteNumber;
|
|
128
130
|
/**
|
|
129
131
|
* Multiplies two NonNegativeFiniteNumber values.
|
|
130
132
|
*
|
|
@@ -132,7 +134,7 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
132
134
|
* @param b The second NonNegativeFiniteNumber.
|
|
133
135
|
* @returns `a * b` clamped to [0, +∞) as a NonNegativeFiniteNumber.
|
|
134
136
|
*/
|
|
135
|
-
readonly mul: (x:
|
|
137
|
+
readonly mul: (x: TtfImported_NonNegativeFiniteNumber, y: TtfImported_NonNegativeFiniteNumber) => TtfImported_NonNegativeFiniteNumber;
|
|
136
138
|
/**
|
|
137
139
|
* Divides one NonNegativeFiniteNumber by another.
|
|
138
140
|
*
|
|
@@ -140,18 +142,18 @@ export declare const NonNegativeFiniteNumber: {
|
|
|
140
142
|
* @param b The divisor NonNegativeFiniteNumber.
|
|
141
143
|
* @returns `a / b` clamped to [0, +∞) as a NonNegativeFiniteNumber.
|
|
142
144
|
*/
|
|
143
|
-
readonly div: (x:
|
|
145
|
+
readonly div: (x: TtfImported_NonNegativeFiniteNumber, y: number & {
|
|
144
146
|
readonly NaNValue: false;
|
|
147
|
+
readonly Finite: true;
|
|
145
148
|
readonly "!=0": true;
|
|
146
149
|
readonly "> -2^16": true;
|
|
147
150
|
readonly "> -2^32": true;
|
|
148
151
|
readonly ">= -2^15": true;
|
|
149
152
|
readonly ">= -2^31": true;
|
|
150
153
|
readonly ">=0": true;
|
|
151
|
-
readonly Finite: true;
|
|
152
154
|
} & Readonly<{
|
|
153
155
|
'TSTypeForgeInternals--edd2f9ce-7ca5-45b0-9d1a-bd61b9b5d9c3': unknown;
|
|
154
|
-
}>) =>
|
|
156
|
+
}>) => TtfImported_NonNegativeFiniteNumber;
|
|
155
157
|
};
|
|
156
158
|
export {};
|
|
157
159
|
//# sourceMappingURL=non-negative-finite-number.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"non-negative-finite-number.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/non-negative-finite-number.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"non-negative-finite-number.d.mts","sourceRoot":"","sources":["../../../src/number/branded-types/non-negative-finite-number.mts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,uBAAuB,IAAI,mCAAmC,EAEpE,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,MAAM,MAAM,uBAAuB,GAAG,mCAAmC,CAAC;AAE1E,KAAK,WAAW,GAAG,uBAAuB,CAAC;AAiD3C;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,yDAAK,CAAC;AAE5C;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;MAAW,CAAC;AAElD;;;;;;;;GAQG;AACH,eAAO,MAAM,uBAAuB;IAClC;;;;;;OAMG;;IAGH;;;;OAIG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;IAGH;;;;;OAKG;;IAGH;;;;;OAKG;wBA/FA,WAAW,KACb,oBAAoB,CAAC,kBAAkB,CAAC,KAAK,CAAC,WAAW,CAAC;IAiG3D;;;;;OAKG;uBAjGA,WAAW,KACb,oBAAoB,CAAC,kBAAkB,CAAC,KAAK,CAAC,WAAW,CAAC;IAmG3D;;;;;OAKG;wBAnGA,WAAW,KACb,oBAAoB,CAAC,kBAAkB,CAAC,KAAK,CAAC,WAAW,CAAC;IAqG3D;;;;OAIG;;IAGH;;;;;;;OAOG;;IAGH;;;;;;OAMG;;IAGH;;;;;;;OAOG;;IAGH;;;;;;OAMG;;IAGH;;;;;;OAMG;;;;;;;;;;;;;CAEK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"non-negative-finite-number.mjs","sources":["../../../src/number/branded-types/non-negative-finite-number.mts"],"sourcesContent":[null],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"non-negative-finite-number.mjs","sources":["../../../src/number/branded-types/non-negative-finite-number.mts"],"sourcesContent":[null],"names":[],"mappings":";;AAWA,MAAM,iBAAiB,GAAG,8BAA8B;AAExD,MAAM,EACJ,SAAS,EACT,GAAG,EACH,QAAQ,EACR,KAAK,EACL,GAAG,EACH,EAAE,EACF,GAAG,EAAE,IAAI,EACT,GAAG,EAAE,IAAI,EACT,GAAG,EACH,GAAG,EACH,MAAM,EACN,GAAG,GACJ,GAAG,oBAAoB,CAAC,kBAAkB,CAAC,iBAAiB,CAI3D;AACA,IAAA,SAAS,EAAE,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC,SAAS;IAC3B,iBAAiB;AACT,CAAA,CAAC;AAEX,MAAM,KAAK,GAAG,CACZ,CAAc;AAEd;AACA,IAAI,CAAC,KAAK,CAAC,CAAC,CAA+D;AAE7E,MAAM,IAAI,GAAG,CACX,CAAc;AAEd;AACA,IAAI,CAAC,IAAI,CAAC,CAAC,CAA+D;AAE5E,MAAM,KAAK,GAAG,CACZ,CAAc;AAEd;AACA,IAAI,CAAC,KAAK,CAAC,CAAC,CAA+D;AAM7E;;;;;AAKG;AACI,MAAM,yBAAyB,GAAG;AAEzC;;;;;;AAMG;AACI,MAAM,yBAAyB,GAAG;AAEzC;;;;;;;;AAQG;AACI,MAAM,uBAAuB,GAAG;AACrC;;;;;;AAMG;IACH,EAAE;AAEF;;;;AAIG;IACH,SAAS;AAET;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;;AAMG;AACH,IAAA,GAAG,EAAE,IAAI;AAET;;;;;AAKG;IACH,KAAK;AAEL;;;;;AAKG;IACH,KAAK;AAEL;;;;;AAKG;IACH,IAAI;AAEJ;;;;;AAKG;IACH,KAAK;AAEL;;;;AAIG;IACH,MAAM;AAEN;;;;;;;AAOG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;;AAOG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;AAEH;;;;;;AAMG;IACH,GAAG;;;;;"}
|