effect 4.0.0-beta.74 → 4.0.0-beta.75
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/dist/Array.d.ts +729 -611
- package/dist/Array.d.ts.map +1 -1
- package/dist/Array.js +273 -213
- package/dist/Array.js.map +1 -1
- package/dist/BigDecimal.d.ts +37 -30
- package/dist/BigDecimal.d.ts.map +1 -1
- package/dist/BigDecimal.js +19 -16
- package/dist/BigDecimal.js.map +1 -1
- package/dist/BigInt.d.ts +34 -40
- package/dist/BigInt.d.ts.map +1 -1
- package/dist/BigInt.js +16 -16
- package/dist/BigInt.js.map +1 -1
- package/dist/Boolean.d.ts +8 -8
- package/dist/Boolean.js +4 -4
- package/dist/Brand.d.ts +13 -11
- package/dist/Brand.d.ts.map +1 -1
- package/dist/Brand.js +10 -8
- package/dist/Brand.js.map +1 -1
- package/dist/Cause.d.ts +21 -23
- package/dist/Cause.d.ts.map +1 -1
- package/dist/Cause.js +21 -23
- package/dist/Cause.js.map +1 -1
- package/dist/Channel.d.ts +219 -9
- package/dist/Channel.d.ts.map +1 -1
- package/dist/Channel.js +83 -3
- package/dist/Channel.js.map +1 -1
- package/dist/ChannelSchema.d.ts +11 -11
- package/dist/ChannelSchema.js +5 -5
- package/dist/Chunk.d.ts +69 -16
- package/dist/Chunk.d.ts.map +1 -1
- package/dist/Chunk.js +43 -8
- package/dist/Chunk.js.map +1 -1
- package/dist/Clock.d.ts +3 -3
- package/dist/Clock.js +3 -3
- package/dist/Combiner.d.ts +9 -13
- package/dist/Combiner.d.ts.map +1 -1
- package/dist/Combiner.js +9 -13
- package/dist/Combiner.js.map +1 -1
- package/dist/Config.d.ts +49 -56
- package/dist/Config.d.ts.map +1 -1
- package/dist/Config.js +40 -43
- package/dist/Config.js.map +1 -1
- package/dist/ConfigProvider.d.ts +34 -44
- package/dist/ConfigProvider.d.ts.map +1 -1
- package/dist/ConfigProvider.js +24 -32
- package/dist/ConfigProvider.js.map +1 -1
- package/dist/Console.d.ts +2 -2
- package/dist/Console.js +2 -2
- package/dist/Context.d.ts +60 -72
- package/dist/Context.d.ts.map +1 -1
- package/dist/Context.js +28 -32
- package/dist/Context.js.map +1 -1
- package/dist/Cron.d.ts +2 -2
- package/dist/Cron.js +2 -2
- package/dist/Crypto.d.ts +4 -4
- package/dist/Crypto.js +4 -4
- package/dist/Data.d.ts +21 -15
- package/dist/Data.d.ts.map +1 -1
- package/dist/Data.js +7 -7
- package/dist/Data.js.map +1 -1
- package/dist/DateTime.d.ts +35 -16
- package/dist/DateTime.d.ts.map +1 -1
- package/dist/DateTime.js +35 -8
- package/dist/DateTime.js.map +1 -1
- package/dist/Deferred.d.ts +24 -15
- package/dist/Deferred.d.ts.map +1 -1
- package/dist/Deferred.js +8 -5
- package/dist/Deferred.js.map +1 -1
- package/dist/Duration.d.ts +44 -31
- package/dist/Duration.d.ts.map +1 -1
- package/dist/Duration.js +22 -11
- package/dist/Duration.js.map +1 -1
- package/dist/Effect.d.ts +516 -416
- package/dist/Effect.d.ts.map +1 -1
- package/dist/Effect.js +234 -174
- package/dist/Effect.js.map +1 -1
- package/dist/Encoding.d.ts +5 -0
- package/dist/Encoding.d.ts.map +1 -1
- package/dist/Encoding.js +5 -0
- package/dist/Encoding.js.map +1 -1
- package/dist/Equal.d.ts +26 -39
- package/dist/Equal.d.ts.map +1 -1
- package/dist/Equal.js +10 -17
- package/dist/Equal.js.map +1 -1
- package/dist/Equivalence.d.ts +71 -99
- package/dist/Equivalence.d.ts.map +1 -1
- package/dist/Equivalence.js +53 -73
- package/dist/Equivalence.js.map +1 -1
- package/dist/ErrorReporter.d.ts +1 -1
- package/dist/ErrorReporter.js +1 -1
- package/dist/Exit.d.ts +79 -96
- package/dist/Exit.d.ts.map +1 -1
- package/dist/Exit.js +57 -64
- package/dist/Exit.js.map +1 -1
- package/dist/Fiber.d.ts +8 -6
- package/dist/Fiber.d.ts.map +1 -1
- package/dist/Fiber.js +8 -6
- package/dist/Fiber.js.map +1 -1
- package/dist/FiberHandle.d.ts +25 -0
- package/dist/FiberHandle.d.ts.map +1 -1
- package/dist/FiberHandle.js +15 -0
- package/dist/FiberHandle.js.map +1 -1
- package/dist/FiberMap.d.ts +35 -0
- package/dist/FiberMap.d.ts.map +1 -1
- package/dist/FiberMap.js +15 -0
- package/dist/FiberMap.js.map +1 -1
- package/dist/FiberSet.d.ts +20 -0
- package/dist/FiberSet.d.ts.map +1 -1
- package/dist/FiberSet.js +10 -0
- package/dist/FiberSet.js.map +1 -1
- package/dist/Filter.d.ts +4 -4
- package/dist/Filter.js +4 -4
- package/dist/Formatter.d.ts +14 -19
- package/dist/Formatter.d.ts.map +1 -1
- package/dist/Formatter.js +14 -19
- package/dist/Formatter.js.map +1 -1
- package/dist/Function.d.ts +15 -16
- package/dist/Function.d.ts.map +1 -1
- package/dist/Function.js +9 -10
- package/dist/Function.js.map +1 -1
- package/dist/Graph.d.ts +2 -2
- package/dist/Graph.js +2 -2
- package/dist/HKT.d.ts +2 -2
- package/dist/Hash.d.ts +2 -1
- package/dist/Hash.d.ts.map +1 -1
- package/dist/Hash.js +2 -1
- package/dist/Hash.js.map +1 -1
- package/dist/HashMap.d.ts +15 -0
- package/dist/HashMap.d.ts.map +1 -1
- package/dist/HashMap.js +5 -0
- package/dist/HashMap.js.map +1 -1
- package/dist/HashRing.d.ts +9 -9
- package/dist/HashRing.js +3 -3
- package/dist/Iterable.d.ts +24 -12
- package/dist/Iterable.d.ts.map +1 -1
- package/dist/Iterable.js +16 -6
- package/dist/Iterable.js.map +1 -1
- package/dist/JsonPatch.d.ts +2 -3
- package/dist/JsonPatch.d.ts.map +1 -1
- package/dist/JsonPatch.js +2 -3
- package/dist/JsonPatch.js.map +1 -1
- package/dist/JsonPointer.d.ts +2 -6
- package/dist/JsonPointer.d.ts.map +1 -1
- package/dist/JsonPointer.js +2 -6
- package/dist/JsonPointer.js.map +1 -1
- package/dist/JsonSchema.d.ts +17 -13
- package/dist/JsonSchema.d.ts.map +1 -1
- package/dist/JsonSchema.js +17 -13
- package/dist/JsonSchema.js.map +1 -1
- package/dist/Latch.d.ts +4 -3
- package/dist/Latch.d.ts.map +1 -1
- package/dist/Latch.js +4 -3
- package/dist/Latch.js.map +1 -1
- package/dist/Layer.d.ts +92 -114
- package/dist/Layer.d.ts.map +1 -1
- package/dist/Layer.js +38 -46
- package/dist/Layer.js.map +1 -1
- package/dist/Logger.d.ts +11 -14
- package/dist/Logger.d.ts.map +1 -1
- package/dist/Logger.js +11 -14
- package/dist/Logger.js.map +1 -1
- package/dist/Match.d.ts +2 -2
- package/dist/Match.js +2 -2
- package/dist/Metric.d.ts +89 -109
- package/dist/Metric.d.ts.map +1 -1
- package/dist/Metric.js +51 -61
- package/dist/Metric.js.map +1 -1
- package/dist/MutableHashMap.d.ts +21 -12
- package/dist/MutableHashMap.d.ts.map +1 -1
- package/dist/MutableHashMap.js +7 -4
- package/dist/MutableHashMap.js.map +1 -1
- package/dist/MutableList.d.ts +15 -0
- package/dist/MutableList.d.ts.map +1 -1
- package/dist/MutableList.js +15 -0
- package/dist/MutableList.js.map +1 -1
- package/dist/MutableRef.d.ts +56 -42
- package/dist/MutableRef.d.ts.map +1 -1
- package/dist/MutableRef.js +28 -22
- package/dist/MutableRef.js.map +1 -1
- package/dist/Newtype.d.ts +10 -7
- package/dist/Newtype.d.ts.map +1 -1
- package/dist/Newtype.js +10 -7
- package/dist/Newtype.js.map +1 -1
- package/dist/Number.d.ts +23 -11
- package/dist/Number.d.ts.map +1 -1
- package/dist/Number.js +9 -5
- package/dist/Number.js.map +1 -1
- package/dist/Optic.d.ts +16 -16
- package/dist/Optic.d.ts.map +1 -1
- package/dist/Optic.js +10 -9
- package/dist/Optic.js.map +1 -1
- package/dist/Option.d.ts +196 -168
- package/dist/Option.d.ts.map +1 -1
- package/dist/Option.js +96 -79
- package/dist/Option.js.map +1 -1
- package/dist/Order.d.ts +118 -179
- package/dist/Order.d.ts.map +1 -1
- package/dist/Order.js +92 -144
- package/dist/Order.js.map +1 -1
- package/dist/PartitionedSemaphore.d.ts +14 -14
- package/dist/PartitionedSemaphore.js +6 -6
- package/dist/Path.d.ts +2 -2
- package/dist/Path.js +2 -2
- package/dist/Pipeable.d.ts +2 -2
- package/dist/Pipeable.js +2 -2
- package/dist/PlatformError.d.ts +4 -4
- package/dist/PlatformError.js +4 -4
- package/dist/Pool.d.ts +7 -11
- package/dist/Pool.d.ts.map +1 -1
- package/dist/Pool.js +3 -5
- package/dist/Pool.js.map +1 -1
- package/dist/Predicate.d.ts +274 -263
- package/dist/Predicate.d.ts.map +1 -1
- package/dist/Predicate.js +128 -123
- package/dist/Predicate.js.map +1 -1
- package/dist/PubSub.d.ts +24 -14
- package/dist/PubSub.d.ts.map +1 -1
- package/dist/PubSub.js +16 -6
- package/dist/PubSub.js.map +1 -1
- package/dist/Pull.d.ts +4 -4
- package/dist/Pull.js +4 -4
- package/dist/Queue.d.ts +46 -7
- package/dist/Queue.d.ts.map +1 -1
- package/dist/Queue.js +46 -7
- package/dist/Queue.js.map +1 -1
- package/dist/RcRef.d.ts +0 -4
- package/dist/RcRef.d.ts.map +1 -1
- package/dist/RcRef.js.map +1 -1
- package/dist/Redactable.d.ts +2 -2
- package/dist/Redactable.js +2 -2
- package/dist/Redacted.d.ts +3 -3
- package/dist/Redacted.js +3 -3
- package/dist/Reducer.d.ts +2 -3
- package/dist/Reducer.d.ts.map +1 -1
- package/dist/Reducer.js +2 -3
- package/dist/Reducer.js.map +1 -1
- package/dist/Ref.d.ts +17 -16
- package/dist/Ref.d.ts.map +1 -1
- package/dist/Ref.js +15 -14
- package/dist/Ref.js.map +1 -1
- package/dist/References.d.ts +4 -4
- package/dist/References.js +4 -4
- package/dist/Request.d.ts +18 -18
- package/dist/Request.js +6 -6
- package/dist/Resource.d.ts +2 -2
- package/dist/Resource.js +2 -2
- package/dist/Result.d.ts +77 -33
- package/dist/Result.d.ts.map +1 -1
- package/dist/Result.js +42 -19
- package/dist/Result.js.map +1 -1
- package/dist/Runtime.d.ts +11 -8
- package/dist/Runtime.d.ts.map +1 -1
- package/dist/Runtime.js +11 -8
- package/dist/Runtime.js.map +1 -1
- package/dist/Schedule.d.ts +107 -45
- package/dist/Schedule.d.ts.map +1 -1
- package/dist/Schedule.js +41 -29
- package/dist/Schedule.js.map +1 -1
- package/dist/Scheduler.d.ts +6 -4
- package/dist/Scheduler.d.ts.map +1 -1
- package/dist/Scheduler.js +6 -4
- package/dist/Scheduler.js.map +1 -1
- package/dist/Schema.d.ts +443 -371
- package/dist/Schema.d.ts.map +1 -1
- package/dist/Schema.js +518 -427
- package/dist/Schema.js.map +1 -1
- package/dist/SchemaAST.d.ts +42 -21
- package/dist/SchemaAST.d.ts.map +1 -1
- package/dist/SchemaAST.js +80 -59
- package/dist/SchemaAST.js.map +1 -1
- package/dist/SchemaGetter.d.ts +126 -106
- package/dist/SchemaGetter.d.ts.map +1 -1
- package/dist/SchemaGetter.js +121 -101
- package/dist/SchemaGetter.js.map +1 -1
- package/dist/SchemaIssue.d.ts +37 -39
- package/dist/SchemaIssue.d.ts.map +1 -1
- package/dist/SchemaIssue.js +16 -17
- package/dist/SchemaIssue.js.map +1 -1
- package/dist/SchemaParser.d.ts +72 -153
- package/dist/SchemaParser.d.ts.map +1 -1
- package/dist/SchemaParser.js +72 -145
- package/dist/SchemaParser.js.map +1 -1
- package/dist/SchemaRepresentation.d.ts +30 -21
- package/dist/SchemaRepresentation.d.ts.map +1 -1
- package/dist/SchemaRepresentation.js +26 -22
- package/dist/SchemaRepresentation.js.map +1 -1
- package/dist/SchemaTransformation.d.ts +169 -145
- package/dist/SchemaTransformation.d.ts.map +1 -1
- package/dist/SchemaTransformation.js +183 -159
- package/dist/SchemaTransformation.js.map +1 -1
- package/dist/SchemaUtils.js +2 -2
- package/dist/SchemaUtils.js.map +1 -1
- package/dist/Scope.d.ts +15 -0
- package/dist/Scope.d.ts.map +1 -1
- package/dist/Scope.js +15 -0
- package/dist/Scope.js.map +1 -1
- package/dist/ScopedCache.d.ts +1 -1
- package/dist/ScopedCache.js +1 -1
- package/dist/ScopedRef.d.ts +14 -18
- package/dist/ScopedRef.d.ts.map +1 -1
- package/dist/ScopedRef.js +6 -8
- package/dist/ScopedRef.js.map +1 -1
- package/dist/Semaphore.d.ts +9 -9
- package/dist/Semaphore.js +3 -3
- package/dist/Sink.d.ts +13 -13
- package/dist/Sink.d.ts.map +1 -1
- package/dist/Sink.js +9 -9
- package/dist/Sink.js.map +1 -1
- package/dist/Stdio.d.ts +4 -5
- package/dist/Stdio.d.ts.map +1 -1
- package/dist/Stdio.js +4 -5
- package/dist/Stdio.js.map +1 -1
- package/dist/Stream.d.ts +321 -44
- package/dist/Stream.d.ts.map +1 -1
- package/dist/Stream.js +137 -22
- package/dist/Stream.js.map +1 -1
- package/dist/String.d.ts +6 -9
- package/dist/String.d.ts.map +1 -1
- package/dist/String.js +2 -3
- package/dist/String.js.map +1 -1
- package/dist/Struct.d.ts +15 -13
- package/dist/Struct.d.ts.map +1 -1
- package/dist/Struct.js +11 -9
- package/dist/Struct.js.map +1 -1
- package/dist/SubscriptionRef.d.ts +24 -19
- package/dist/SubscriptionRef.d.ts.map +1 -1
- package/dist/SubscriptionRef.js +12 -7
- package/dist/SubscriptionRef.js.map +1 -1
- package/dist/SynchronizedRef.d.ts +88 -63
- package/dist/SynchronizedRef.d.ts.map +1 -1
- package/dist/SynchronizedRef.js +32 -23
- package/dist/SynchronizedRef.js.map +1 -1
- package/dist/Tracer.d.ts +4 -4
- package/dist/Tracer.js +4 -4
- package/dist/Trie.d.ts +15 -0
- package/dist/Trie.d.ts.map +1 -1
- package/dist/Trie.js +5 -0
- package/dist/Trie.js.map +1 -1
- package/dist/Tuple.d.ts +25 -19
- package/dist/Tuple.d.ts.map +1 -1
- package/dist/Tuple.js +17 -13
- package/dist/Tuple.js.map +1 -1
- package/dist/TxReentrantLock.d.ts +6 -3
- package/dist/TxReentrantLock.d.ts.map +1 -1
- package/dist/TxReentrantLock.js +2 -1
- package/dist/TxReentrantLock.js.map +1 -1
- package/dist/TxRef.d.ts +16 -16
- package/dist/TxRef.js +8 -8
- package/dist/TxSubscriptionRef.d.ts +43 -27
- package/dist/TxSubscriptionRef.d.ts.map +1 -1
- package/dist/TxSubscriptionRef.js +19 -13
- package/dist/TxSubscriptionRef.js.map +1 -1
- package/dist/Types.d.ts +12 -38
- package/dist/Types.d.ts.map +1 -1
- package/dist/Types.js +0 -2
- package/dist/UndefinedOr.d.ts +15 -14
- package/dist/UndefinedOr.d.ts.map +1 -1
- package/dist/UndefinedOr.js +11 -10
- package/dist/UndefinedOr.js.map +1 -1
- package/dist/Unify.d.ts +2 -2
- package/dist/internal/schema/annotations.js.map +1 -1
- package/dist/internal/schema/arbitrary.js +9 -9
- package/dist/internal/schema/arbitrary.js.map +1 -1
- package/dist/internal/schema/equivalence.js +9 -9
- package/dist/internal/schema/equivalence.js.map +1 -1
- package/dist/internal/schema/representation.js +14 -14
- package/dist/internal/schema/representation.js.map +1 -1
- package/dist/internal/schema/schema.js +11 -11
- package/dist/internal/schema/schema.js.map +1 -1
- package/dist/testing/TestSchema.d.ts +10 -10
- package/dist/testing/TestSchema.d.ts.map +1 -1
- package/dist/testing/TestSchema.js +9 -9
- package/dist/testing/TestSchema.js.map +1 -1
- package/dist/unstable/ai/AiError.d.ts +4 -2
- package/dist/unstable/ai/AiError.d.ts.map +1 -1
- package/dist/unstable/ai/AiError.js +4 -2
- package/dist/unstable/ai/AiError.js.map +1 -1
- package/dist/unstable/ai/AnthropicStructuredOutput.d.ts +17 -20
- package/dist/unstable/ai/AnthropicStructuredOutput.d.ts.map +1 -1
- package/dist/unstable/ai/AnthropicStructuredOutput.js +36 -39
- package/dist/unstable/ai/AnthropicStructuredOutput.js.map +1 -1
- package/dist/unstable/ai/Chat.d.ts +4 -5
- package/dist/unstable/ai/Chat.d.ts.map +1 -1
- package/dist/unstable/ai/Chat.js +4 -5
- package/dist/unstable/ai/Chat.js.map +1 -1
- package/dist/unstable/ai/EmbeddingModel.d.ts +4 -4
- package/dist/unstable/ai/EmbeddingModel.js +4 -4
- package/dist/unstable/ai/IdGenerator.d.ts +2 -3
- package/dist/unstable/ai/IdGenerator.d.ts.map +1 -1
- package/dist/unstable/ai/IdGenerator.js +2 -3
- package/dist/unstable/ai/IdGenerator.js.map +1 -1
- package/dist/unstable/ai/LanguageModel.d.ts +3 -2
- package/dist/unstable/ai/LanguageModel.d.ts.map +1 -1
- package/dist/unstable/ai/LanguageModel.js +5 -4
- package/dist/unstable/ai/LanguageModel.js.map +1 -1
- package/dist/unstable/ai/McpSchema.d.ts +14 -12
- package/dist/unstable/ai/McpSchema.d.ts.map +1 -1
- package/dist/unstable/ai/McpSchema.js +19 -17
- package/dist/unstable/ai/McpSchema.js.map +1 -1
- package/dist/unstable/ai/McpServer.d.ts +11 -4
- package/dist/unstable/ai/McpServer.d.ts.map +1 -1
- package/dist/unstable/ai/McpServer.js +8 -5
- package/dist/unstable/ai/McpServer.js.map +1 -1
- package/dist/unstable/ai/OpenAiStructuredOutput.d.ts +20 -18
- package/dist/unstable/ai/OpenAiStructuredOutput.d.ts.map +1 -1
- package/dist/unstable/ai/OpenAiStructuredOutput.js +45 -43
- package/dist/unstable/ai/OpenAiStructuredOutput.js.map +1 -1
- package/dist/unstable/ai/Prompt.d.ts +2 -2
- package/dist/unstable/ai/Prompt.js +3 -3
- package/dist/unstable/ai/Prompt.js.map +1 -1
- package/dist/unstable/ai/ResponseIdTracker.d.ts +3 -2
- package/dist/unstable/ai/ResponseIdTracker.d.ts.map +1 -1
- package/dist/unstable/ai/ResponseIdTracker.js +3 -2
- package/dist/unstable/ai/ResponseIdTracker.js.map +1 -1
- package/dist/unstable/ai/Telemetry.d.ts +21 -6
- package/dist/unstable/ai/Telemetry.d.ts.map +1 -1
- package/dist/unstable/ai/Telemetry.js +7 -2
- package/dist/unstable/ai/Telemetry.js.map +1 -1
- package/dist/unstable/ai/Tool.d.ts +7 -6
- package/dist/unstable/ai/Tool.d.ts.map +1 -1
- package/dist/unstable/ai/Tool.js +8 -7
- package/dist/unstable/ai/Tool.js.map +1 -1
- package/dist/unstable/ai/Toolkit.d.ts +2 -2
- package/dist/unstable/ai/Toolkit.js +2 -2
- package/dist/unstable/cli/Command.d.ts +37 -16
- package/dist/unstable/cli/Command.d.ts.map +1 -1
- package/dist/unstable/cli/Command.js +15 -8
- package/dist/unstable/cli/Command.js.map +1 -1
- package/dist/unstable/cli/Completions.d.ts +1 -1
- package/dist/unstable/cli/Completions.js +1 -1
- package/dist/unstable/cli/Flag.d.ts +7 -6
- package/dist/unstable/cli/Flag.d.ts.map +1 -1
- package/dist/unstable/cli/Flag.js +7 -6
- package/dist/unstable/cli/Flag.js.map +1 -1
- package/dist/unstable/cli/GlobalFlag.d.ts +6 -1
- package/dist/unstable/cli/GlobalFlag.d.ts.map +1 -1
- package/dist/unstable/cli/GlobalFlag.js +7 -2
- package/dist/unstable/cli/GlobalFlag.js.map +1 -1
- package/dist/unstable/cli/Param.d.ts +3 -3
- package/dist/unstable/cli/Param.d.ts.map +1 -1
- package/dist/unstable/cli/Param.js +13 -10
- package/dist/unstable/cli/Param.js.map +1 -1
- package/dist/unstable/cli/Primitive.d.ts +3 -2
- package/dist/unstable/cli/Primitive.d.ts.map +1 -1
- package/dist/unstable/cli/Primitive.js +3 -2
- package/dist/unstable/cli/Primitive.js.map +1 -1
- package/dist/unstable/cluster/ClusterCron.d.ts +1 -2
- package/dist/unstable/cluster/ClusterCron.d.ts.map +1 -1
- package/dist/unstable/cluster/ClusterCron.js.map +1 -1
- package/dist/unstable/cluster/ClusterMetrics.d.ts +5 -0
- package/dist/unstable/cluster/ClusterMetrics.d.ts.map +1 -1
- package/dist/unstable/cluster/ClusterMetrics.js +5 -0
- package/dist/unstable/cluster/ClusterMetrics.js.map +1 -1
- package/dist/unstable/cluster/ClusterSchema.d.ts +3 -3
- package/dist/unstable/cluster/ClusterSchema.js +3 -3
- package/dist/unstable/cluster/ClusterWorkflowEngine.js +15 -15
- package/dist/unstable/cluster/ClusterWorkflowEngine.js.map +1 -1
- package/dist/unstable/cluster/EntityResource.d.ts +10 -0
- package/dist/unstable/cluster/EntityResource.d.ts.map +1 -1
- package/dist/unstable/cluster/EntityResource.js +10 -0
- package/dist/unstable/cluster/EntityResource.js.map +1 -1
- package/dist/unstable/cluster/Envelope.d.ts +2 -2
- package/dist/unstable/cluster/Envelope.d.ts.map +1 -1
- package/dist/unstable/cluster/Envelope.js +2 -2
- package/dist/unstable/cluster/Envelope.js.map +1 -1
- package/dist/unstable/cluster/Reply.d.ts +2 -2
- package/dist/unstable/cluster/Reply.d.ts.map +1 -1
- package/dist/unstable/cluster/Reply.js +12 -12
- package/dist/unstable/cluster/Reply.js.map +1 -1
- package/dist/unstable/cluster/RunnerHealth.d.ts +2 -1
- package/dist/unstable/cluster/RunnerHealth.d.ts.map +1 -1
- package/dist/unstable/cluster/RunnerHealth.js +2 -1
- package/dist/unstable/cluster/RunnerHealth.js.map +1 -1
- package/dist/unstable/cluster/RunnerServer.d.ts +2 -2
- package/dist/unstable/cluster/RunnerServer.js +2 -2
- package/dist/unstable/cluster/Runners.d.ts +3 -3
- package/dist/unstable/cluster/Runners.js +3 -3
- package/dist/unstable/cluster/ShardId.js +3 -3
- package/dist/unstable/cluster/ShardId.js.map +1 -1
- package/dist/unstable/cluster/Sharding.d.ts +3 -3
- package/dist/unstable/cluster/Sharding.js +3 -3
- package/dist/unstable/cluster/ShardingConfig.d.ts +4 -4
- package/dist/unstable/cluster/ShardingConfig.js +4 -4
- package/dist/unstable/cluster/Snowflake.d.ts +1 -1
- package/dist/unstable/cluster/Snowflake.js +3 -3
- package/dist/unstable/cluster/Snowflake.js.map +1 -1
- package/dist/unstable/cluster/internal/entityManager.js +2 -2
- package/dist/unstable/cluster/internal/entityManager.js.map +1 -1
- package/dist/unstable/encoding/Msgpack.d.ts +2 -2
- package/dist/unstable/encoding/Msgpack.d.ts.map +1 -1
- package/dist/unstable/encoding/Msgpack.js +5 -5
- package/dist/unstable/encoding/Msgpack.js.map +1 -1
- package/dist/unstable/encoding/Ndjson.d.ts +5 -0
- package/dist/unstable/encoding/Ndjson.d.ts.map +1 -1
- package/dist/unstable/encoding/Ndjson.js +5 -0
- package/dist/unstable/encoding/Ndjson.js.map +1 -1
- package/dist/unstable/encoding/Sse.d.ts +2 -2
- package/dist/unstable/encoding/Sse.d.ts.map +1 -1
- package/dist/unstable/encoding/Sse.js +2 -2
- package/dist/unstable/encoding/Sse.js.map +1 -1
- package/dist/unstable/eventlog/EventGroup.d.ts +2 -1
- package/dist/unstable/eventlog/EventGroup.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventGroup.js +2 -1
- package/dist/unstable/eventlog/EventGroup.js.map +1 -1
- package/dist/unstable/eventlog/EventJournal.d.ts +10 -0
- package/dist/unstable/eventlog/EventJournal.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventJournal.js +10 -0
- package/dist/unstable/eventlog/EventJournal.js.map +1 -1
- package/dist/unstable/eventlog/EventLog.d.ts +3 -3
- package/dist/unstable/eventlog/EventLog.js +3 -3
- package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts +2 -3
- package/dist/unstable/eventlog/EventLogServerEncrypted.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventLogServerEncrypted.js +2 -3
- package/dist/unstable/eventlog/EventLogServerEncrypted.js.map +1 -1
- package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts +5 -7
- package/dist/unstable/eventlog/EventLogServerUnencrypted.d.ts.map +1 -1
- package/dist/unstable/eventlog/EventLogServerUnencrypted.js +5 -7
- package/dist/unstable/eventlog/EventLogServerUnencrypted.js.map +1 -1
- package/dist/unstable/eventlog/EventLogSessionAuth.d.ts +4 -4
- package/dist/unstable/eventlog/EventLogSessionAuth.js +4 -4
- package/dist/unstable/http/Cookies.js +4 -4
- package/dist/unstable/http/Cookies.js.map +1 -1
- package/dist/unstable/http/Etag.d.ts +2 -3
- package/dist/unstable/http/Etag.d.ts.map +1 -1
- package/dist/unstable/http/Etag.js +2 -3
- package/dist/unstable/http/Etag.js.map +1 -1
- package/dist/unstable/http/Headers.js +2 -2
- package/dist/unstable/http/Headers.js.map +1 -1
- package/dist/unstable/http/HttpBody.js +2 -2
- package/dist/unstable/http/HttpBody.js.map +1 -1
- package/dist/unstable/http/HttpClient.d.ts +2 -2
- package/dist/unstable/http/HttpClient.js +2 -2
- package/dist/unstable/http/HttpClientRequest.d.ts +30 -3
- package/dist/unstable/http/HttpClientRequest.d.ts.map +1 -1
- package/dist/unstable/http/HttpClientRequest.js +10 -1
- package/dist/unstable/http/HttpClientRequest.js.map +1 -1
- package/dist/unstable/http/HttpRouter.d.ts +1 -1
- package/dist/unstable/http/HttpRouter.js +1 -1
- package/dist/unstable/http/HttpServerResponse.d.ts +25 -20
- package/dist/unstable/http/HttpServerResponse.d.ts.map +1 -1
- package/dist/unstable/http/HttpServerResponse.js +13 -8
- package/dist/unstable/http/HttpServerResponse.js.map +1 -1
- package/dist/unstable/http/Multipart.js +3 -3
- package/dist/unstable/http/Multipart.js.map +1 -1
- package/dist/unstable/http/UrlParams.d.ts +30 -0
- package/dist/unstable/http/UrlParams.d.ts.map +1 -1
- package/dist/unstable/http/UrlParams.js +16 -6
- package/dist/unstable/http/UrlParams.js.map +1 -1
- package/dist/unstable/httpapi/HttpApi.d.ts +3 -2
- package/dist/unstable/httpapi/HttpApi.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApi.js +3 -2
- package/dist/unstable/httpapi/HttpApi.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiBuilder.js +10 -8
- package/dist/unstable/httpapi/HttpApiBuilder.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiClient.js +15 -15
- package/dist/unstable/httpapi/HttpApiClient.js.map +1 -1
- package/dist/unstable/httpapi/HttpApiMiddleware.d.ts +3 -3
- package/dist/unstable/httpapi/HttpApiMiddleware.js +3 -3
- package/dist/unstable/httpapi/HttpApiSchema.d.ts +2 -2
- package/dist/unstable/httpapi/HttpApiSchema.d.ts.map +1 -1
- package/dist/unstable/httpapi/HttpApiSchema.js +9 -9
- package/dist/unstable/httpapi/HttpApiSchema.js.map +1 -1
- package/dist/unstable/httpapi/OpenApi.js +11 -11
- package/dist/unstable/httpapi/OpenApi.js.map +1 -1
- package/dist/unstable/observability/OtlpResource.d.ts +5 -0
- package/dist/unstable/observability/OtlpResource.d.ts.map +1 -1
- package/dist/unstable/observability/OtlpResource.js +5 -0
- package/dist/unstable/observability/OtlpResource.js.map +1 -1
- package/dist/unstable/observability/PrometheusMetrics.d.ts +4 -2
- package/dist/unstable/observability/PrometheusMetrics.d.ts.map +1 -1
- package/dist/unstable/observability/PrometheusMetrics.js +4 -2
- package/dist/unstable/observability/PrometheusMetrics.js.map +1 -1
- package/dist/unstable/reactivity/Atom.d.ts +3 -3
- package/dist/unstable/reactivity/Atom.js +3 -3
- package/dist/unstable/rpc/RpcSchema.d.ts +2 -2
- package/dist/unstable/rpc/RpcSchema.d.ts.map +1 -1
- package/dist/unstable/rpc/RpcSerialization.d.ts +2 -2
- package/dist/unstable/rpc/RpcSerialization.js +2 -2
- package/dist/unstable/schema/Model.js +5 -5
- package/dist/unstable/schema/Model.js.map +1 -1
- package/dist/unstable/schema/VariantSchema.d.ts +2 -2
- package/dist/unstable/schema/VariantSchema.d.ts.map +1 -1
- package/dist/unstable/sql/SqlSchema.d.ts +4 -4
- package/dist/unstable/sql/SqlSchema.js +4 -4
- package/dist/unstable/workers/Transferable.d.ts +2 -2
- package/dist/unstable/workers/Transferable.d.ts.map +1 -1
- package/dist/unstable/workers/Transferable.js +5 -5
- package/dist/unstable/workers/Transferable.js.map +1 -1
- package/dist/unstable/workflow/DurableDeferred.js +7 -7
- package/dist/unstable/workflow/DurableDeferred.js.map +1 -1
- package/dist/unstable/workflow/DurableQueue.d.ts +1 -2
- package/dist/unstable/workflow/DurableQueue.d.ts.map +1 -1
- package/dist/unstable/workflow/DurableQueue.js +1 -2
- package/dist/unstable/workflow/DurableQueue.js.map +1 -1
- package/dist/unstable/workflow/Workflow.d.ts +35 -15
- package/dist/unstable/workflow/Workflow.d.ts.map +1 -1
- package/dist/unstable/workflow/Workflow.js +94 -72
- package/dist/unstable/workflow/Workflow.js.map +1 -1
- package/dist/unstable/workflow/WorkflowEngine.d.ts +10 -2
- package/dist/unstable/workflow/WorkflowEngine.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowEngine.js +16 -8
- package/dist/unstable/workflow/WorkflowEngine.js.map +1 -1
- package/dist/unstable/workflow/WorkflowProxy.d.ts +2 -4
- package/dist/unstable/workflow/WorkflowProxy.d.ts.map +1 -1
- package/dist/unstable/workflow/WorkflowProxy.js +9 -11
- package/dist/unstable/workflow/WorkflowProxy.js.map +1 -1
- package/dist/unstable/workflow/WorkflowProxyServer.js +7 -7
- package/dist/unstable/workflow/WorkflowProxyServer.js.map +1 -1
- package/package.json +1 -1
- package/src/Array.ts +729 -611
- package/src/BigDecimal.ts +37 -30
- package/src/BigInt.ts +34 -40
- package/src/Boolean.ts +8 -8
- package/src/Brand.ts +16 -14
- package/src/Cause.ts +21 -23
- package/src/Channel.ts +249 -9
- package/src/ChannelSchema.ts +11 -11
- package/src/Chunk.ts +69 -16
- package/src/Clock.ts +3 -3
- package/src/Combiner.ts +9 -13
- package/src/Config.ts +60 -67
- package/src/ConfigProvider.ts +34 -44
- package/src/Console.ts +2 -2
- package/src/Context.ts +60 -72
- package/src/Cron.ts +2 -2
- package/src/Crypto.ts +4 -4
- package/src/Data.ts +21 -15
- package/src/DateTime.ts +35 -16
- package/src/Deferred.ts +24 -15
- package/src/Duration.ts +44 -31
- package/src/Effect.ts +516 -416
- package/src/Encoding.ts +5 -0
- package/src/Equal.ts +26 -39
- package/src/Equivalence.ts +71 -99
- package/src/ErrorReporter.ts +1 -1
- package/src/Exit.ts +79 -96
- package/src/Fiber.ts +8 -6
- package/src/FiberHandle.ts +25 -0
- package/src/FiberMap.ts +35 -0
- package/src/FiberSet.ts +20 -0
- package/src/Filter.ts +4 -4
- package/src/Formatter.ts +14 -19
- package/src/Function.ts +15 -16
- package/src/Graph.ts +2 -2
- package/src/HKT.ts +2 -2
- package/src/Hash.ts +2 -1
- package/src/HashMap.ts +15 -0
- package/src/HashRing.ts +9 -9
- package/src/Iterable.ts +24 -12
- package/src/JsonPatch.ts +2 -3
- package/src/JsonPointer.ts +2 -6
- package/src/JsonSchema.ts +17 -13
- package/src/Latch.ts +4 -3
- package/src/Layer.ts +92 -114
- package/src/Logger.ts +15 -18
- package/src/Match.ts +2 -2
- package/src/Metric.ts +109 -137
- package/src/MutableHashMap.ts +35 -20
- package/src/MutableList.ts +15 -0
- package/src/MutableRef.ts +56 -42
- package/src/Newtype.ts +10 -7
- package/src/Number.ts +23 -11
- package/src/Optic.ts +25 -22
- package/src/Option.ts +196 -168
- package/src/Order.ts +118 -179
- package/src/PartitionedSemaphore.ts +14 -14
- package/src/Path.ts +2 -2
- package/src/Pipeable.ts +2 -2
- package/src/PlatformError.ts +4 -4
- package/src/Pool.ts +7 -11
- package/src/Predicate.ts +274 -263
- package/src/PubSub.ts +24 -14
- package/src/Pull.ts +4 -4
- package/src/Queue.ts +46 -7
- package/src/RcRef.ts +0 -4
- package/src/Redactable.ts +2 -2
- package/src/Redacted.ts +3 -3
- package/src/Reducer.ts +2 -3
- package/src/Ref.ts +43 -40
- package/src/References.ts +4 -4
- package/src/Request.ts +18 -18
- package/src/Resource.ts +2 -2
- package/src/Result.ts +87 -33
- package/src/Runtime.ts +11 -8
- package/src/Schedule.ts +112 -45
- package/src/Scheduler.ts +6 -4
- package/src/Schema.ts +843 -649
- package/src/SchemaAST.ts +148 -117
- package/src/SchemaGetter.ts +142 -121
- package/src/SchemaIssue.ts +39 -41
- package/src/SchemaParser.ts +173 -229
- package/src/SchemaRepresentation.ts +38 -28
- package/src/SchemaTransformation.ts +233 -207
- package/src/SchemaUtils.ts +2 -2
- package/src/Scope.ts +15 -0
- package/src/ScopedCache.ts +1 -1
- package/src/ScopedRef.ts +14 -18
- package/src/Semaphore.ts +9 -9
- package/src/Sink.ts +13 -13
- package/src/Stdio.ts +4 -5
- package/src/Stream.ts +354 -57
- package/src/String.ts +6 -9
- package/src/Struct.ts +15 -13
- package/src/SubscriptionRef.ts +24 -19
- package/src/SynchronizedRef.ts +88 -63
- package/src/Tracer.ts +4 -4
- package/src/Trie.ts +15 -0
- package/src/Tuple.ts +25 -19
- package/src/TxReentrantLock.ts +6 -3
- package/src/TxRef.ts +16 -16
- package/src/TxSubscriptionRef.ts +43 -27
- package/src/Types.ts +12 -39
- package/src/UndefinedOr.ts +15 -14
- package/src/Unify.ts +2 -2
- package/src/internal/schema/annotations.ts +4 -4
- package/src/internal/schema/arbitrary.ts +16 -16
- package/src/internal/schema/equivalence.ts +11 -11
- package/src/internal/schema/representation.ts +23 -23
- package/src/internal/schema/schema.ts +17 -17
- package/src/testing/TestSchema.ts +20 -20
- package/src/unstable/ai/AiError.ts +4 -2
- package/src/unstable/ai/AnthropicStructuredOutput.ts +59 -56
- package/src/unstable/ai/Chat.ts +4 -5
- package/src/unstable/ai/EmbeddingModel.ts +4 -4
- package/src/unstable/ai/IdGenerator.ts +2 -3
- package/src/unstable/ai/LanguageModel.ts +5 -4
- package/src/unstable/ai/McpSchema.ts +19 -17
- package/src/unstable/ai/McpServer.ts +14 -7
- package/src/unstable/ai/OpenAiStructuredOutput.ts +72 -61
- package/src/unstable/ai/Prompt.ts +5 -5
- package/src/unstable/ai/ResponseIdTracker.ts +3 -2
- package/src/unstable/ai/Telemetry.ts +21 -6
- package/src/unstable/ai/Tool.ts +11 -10
- package/src/unstable/ai/Toolkit.ts +2 -2
- package/src/unstable/cli/Command.ts +37 -16
- package/src/unstable/cli/Completions.ts +1 -1
- package/src/unstable/cli/Flag.ts +7 -6
- package/src/unstable/cli/GlobalFlag.ts +7 -1
- package/src/unstable/cli/Param.ts +23 -18
- package/src/unstable/cli/Primitive.ts +3 -2
- package/src/unstable/cluster/ClusterCron.ts +1 -2
- package/src/unstable/cluster/ClusterMetrics.ts +5 -0
- package/src/unstable/cluster/ClusterSchema.ts +3 -3
- package/src/unstable/cluster/ClusterWorkflowEngine.ts +15 -15
- package/src/unstable/cluster/EntityResource.ts +10 -0
- package/src/unstable/cluster/Envelope.ts +3 -3
- package/src/unstable/cluster/Reply.ts +14 -12
- package/src/unstable/cluster/RunnerHealth.ts +2 -1
- package/src/unstable/cluster/RunnerServer.ts +2 -2
- package/src/unstable/cluster/Runners.ts +3 -3
- package/src/unstable/cluster/ShardId.ts +3 -3
- package/src/unstable/cluster/Sharding.ts +3 -3
- package/src/unstable/cluster/ShardingConfig.ts +4 -4
- package/src/unstable/cluster/Snowflake.ts +3 -3
- package/src/unstable/cluster/internal/entityManager.ts +2 -2
- package/src/unstable/encoding/Msgpack.ts +6 -6
- package/src/unstable/encoding/Ndjson.ts +5 -0
- package/src/unstable/encoding/Sse.ts +2 -2
- package/src/unstable/eventlog/EventGroup.ts +2 -1
- package/src/unstable/eventlog/EventJournal.ts +10 -0
- package/src/unstable/eventlog/EventLog.ts +3 -3
- package/src/unstable/eventlog/EventLogServerEncrypted.ts +2 -3
- package/src/unstable/eventlog/EventLogServerUnencrypted.ts +5 -7
- package/src/unstable/eventlog/EventLogSessionAuth.ts +4 -4
- package/src/unstable/http/Cookies.ts +4 -4
- package/src/unstable/http/Etag.ts +2 -3
- package/src/unstable/http/Headers.ts +2 -2
- package/src/unstable/http/HttpBody.ts +2 -2
- package/src/unstable/http/HttpClient.ts +2 -2
- package/src/unstable/http/HttpClientRequest.ts +30 -3
- package/src/unstable/http/HttpRouter.ts +1 -1
- package/src/unstable/http/HttpServerResponse.ts +25 -20
- package/src/unstable/http/Multipart.ts +3 -3
- package/src/unstable/http/UrlParams.ts +36 -6
- package/src/unstable/httpapi/HttpApi.ts +5 -4
- package/src/unstable/httpapi/HttpApiBuilder.ts +14 -13
- package/src/unstable/httpapi/HttpApiClient.ts +16 -16
- package/src/unstable/httpapi/HttpApiMiddleware.ts +3 -3
- package/src/unstable/httpapi/HttpApiSchema.ts +15 -15
- package/src/unstable/httpapi/OpenApi.ts +18 -18
- package/src/unstable/observability/OtlpResource.ts +5 -0
- package/src/unstable/observability/PrometheusMetrics.ts +4 -2
- package/src/unstable/reactivity/Atom.ts +3 -3
- package/src/unstable/rpc/RpcSchema.ts +2 -2
- package/src/unstable/rpc/RpcSerialization.ts +2 -2
- package/src/unstable/schema/Model.ts +5 -5
- package/src/unstable/schema/VariantSchema.ts +2 -2
- package/src/unstable/sql/SqlSchema.ts +4 -4
- package/src/unstable/workers/Transferable.ts +6 -6
- package/src/unstable/workflow/DurableDeferred.ts +7 -7
- package/src/unstable/workflow/DurableQueue.ts +1 -2
- package/src/unstable/workflow/Workflow.ts +159 -114
- package/src/unstable/workflow/WorkflowEngine.ts +16 -8
- package/src/unstable/workflow/WorkflowProxy.ts +9 -11
- package/src/unstable/workflow/WorkflowProxyServer.ts +7 -7
package/dist/Order.d.ts
CHANGED
|
@@ -6,16 +6,14 @@ import * as Reducer from "./Reducer.ts";
|
|
|
6
6
|
*
|
|
7
7
|
* **When to use**
|
|
8
8
|
*
|
|
9
|
-
* Use when
|
|
10
|
-
* - When implementing sorting, searching, or ordered data structures
|
|
11
|
-
* - When composing multiple comparison criteria
|
|
9
|
+
* Use when you need to define how values of a type are compared.
|
|
12
10
|
*
|
|
13
11
|
* **Details**
|
|
14
12
|
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
13
|
+
* An order returns `-1` when the first value is less than the second, `0` when
|
|
14
|
+
* the values are equal according to this ordering, and `1` when the first value
|
|
15
|
+
* is greater than the second. It must satisfy total ordering laws: totality,
|
|
16
|
+
* antisymmetry, and transitivity.
|
|
19
17
|
*
|
|
20
18
|
* **Example** (Custom Order)
|
|
21
19
|
*
|
|
@@ -46,13 +44,12 @@ export interface Order<in A> {
|
|
|
46
44
|
*
|
|
47
45
|
* **When to use**
|
|
48
46
|
*
|
|
49
|
-
* Use when
|
|
50
|
-
* - When implementing generic type classes that work with orders
|
|
47
|
+
* Use when you need to abstract over `Order` in higher-kinded type code.
|
|
51
48
|
*
|
|
52
49
|
* **Details**
|
|
53
50
|
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
51
|
+
* This is type-level only, has no runtime representation, and is used
|
|
52
|
+
* internally by the Effect type system.
|
|
56
53
|
*
|
|
57
54
|
* @category type lambdas
|
|
58
55
|
* @since 2.0.0
|
|
@@ -65,15 +62,15 @@ export interface OrderTypeLambda extends TypeLambda {
|
|
|
65
62
|
*
|
|
66
63
|
* **When to use**
|
|
67
64
|
*
|
|
68
|
-
* Use when
|
|
69
|
-
*
|
|
70
|
-
* - When implementing orders for complex types
|
|
65
|
+
* Use when you need a sorting rule not covered by the built-in orders or input
|
|
66
|
+
* mapping helpers, and you can provide a total comparison.
|
|
71
67
|
*
|
|
72
68
|
* **Details**
|
|
73
69
|
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
70
|
+
* Uses reference equality (`===`) as a shortcut: if `self === that`, it returns
|
|
71
|
+
* `0` without calling the comparison function. The comparison function should
|
|
72
|
+
* return `-1`, `0`, or `1`, and the returned order satisfies total ordering
|
|
73
|
+
* laws when the comparison function does.
|
|
77
74
|
*
|
|
78
75
|
* **Example** (Creating an Order)
|
|
79
76
|
*
|
|
@@ -101,15 +98,12 @@ export declare function make<A>(compare: (self: A, that: A) => -1 | 0 | 1): Orde
|
|
|
101
98
|
*
|
|
102
99
|
* **When to use**
|
|
103
100
|
*
|
|
104
|
-
* Use when
|
|
105
|
-
* - When sorting string collections
|
|
106
|
-
* - As a base for creating orders on types containing strings
|
|
101
|
+
* Use when you need lexicographic string ordering.
|
|
107
102
|
*
|
|
108
103
|
* **Details**
|
|
109
104
|
*
|
|
110
|
-
*
|
|
111
|
-
* -
|
|
112
|
-
* - Comparison is case-sensitive
|
|
105
|
+
* Uses lexicographic dictionary ordering. The empty string is less than any
|
|
106
|
+
* non-empty string, and comparisons are case-sensitive.
|
|
113
107
|
*
|
|
114
108
|
* **Example** (String Ordering)
|
|
115
109
|
*
|
|
@@ -132,16 +126,13 @@ export declare const String: Order<string>;
|
|
|
132
126
|
*
|
|
133
127
|
* **When to use**
|
|
134
128
|
*
|
|
135
|
-
* Use when
|
|
136
|
-
* - As a base for creating orders on types containing numbers
|
|
137
|
-
* - When implementing numeric comparisons in data structures
|
|
129
|
+
* Use when you need numeric ordering for numbers.
|
|
138
130
|
*
|
|
139
131
|
* **Details**
|
|
140
132
|
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
* - Uses standard numeric comparison for all other values
|
|
133
|
+
* `0` is considered equal to `-0`. All `NaN` values are considered equal to
|
|
134
|
+
* each other, and any `NaN` is considered less than any non-`NaN` number. All
|
|
135
|
+
* other values use standard numeric comparison.
|
|
145
136
|
*
|
|
146
137
|
* **Example** (Number Ordering)
|
|
147
138
|
*
|
|
@@ -167,14 +158,11 @@ export declare const Number: Order<number>;
|
|
|
167
158
|
*
|
|
168
159
|
* **When to use**
|
|
169
160
|
*
|
|
170
|
-
* Use when
|
|
171
|
-
* - As a base for creating orders on types containing booleans
|
|
172
|
-
* - When implementing boolean-based comparisons
|
|
161
|
+
* Use when you need boolean ordering where `false` comes before `true`.
|
|
173
162
|
*
|
|
174
163
|
* **Details**
|
|
175
164
|
*
|
|
176
|
-
*
|
|
177
|
-
* - Equal values return `0`
|
|
165
|
+
* `false` is less than `true`, and equal values return `0`.
|
|
178
166
|
*
|
|
179
167
|
* **Example** (Boolean Ordering)
|
|
180
168
|
*
|
|
@@ -196,14 +184,12 @@ export declare const Boolean: Order<boolean>;
|
|
|
196
184
|
*
|
|
197
185
|
* **When to use**
|
|
198
186
|
*
|
|
199
|
-
* Use when
|
|
200
|
-
* - As a base for creating orders on types containing bigints
|
|
201
|
-
* - When working with large integers that exceed number precision
|
|
187
|
+
* Use when you need numeric ordering for `bigint` values.
|
|
202
188
|
*
|
|
203
189
|
* **Details**
|
|
204
190
|
*
|
|
205
|
-
*
|
|
206
|
-
*
|
|
191
|
+
* Uses standard numeric comparison for bigint values and handles arbitrarily
|
|
192
|
+
* large integers.
|
|
207
193
|
*
|
|
208
194
|
* **Example** (BigInt Ordering)
|
|
209
195
|
*
|
|
@@ -226,15 +212,13 @@ export declare const BigInt: Order<bigint>;
|
|
|
226
212
|
*
|
|
227
213
|
* **When to use**
|
|
228
214
|
*
|
|
229
|
-
* Use when
|
|
230
|
-
* - When reversing an existing order without modifying the original
|
|
231
|
-
* - When creating orders that compare in the opposite direction
|
|
215
|
+
* Use when you need the reverse of an existing order.
|
|
232
216
|
*
|
|
233
217
|
* **Details**
|
|
234
218
|
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
219
|
+
* Returns a new order that swaps the arguments before comparison. If the
|
|
220
|
+
* original order returns `-1`, the flipped order returns `1`, and vice versa.
|
|
221
|
+
* Equal comparisons remain `0`.
|
|
238
222
|
*
|
|
239
223
|
* **Example** (Reversing Order)
|
|
240
224
|
*
|
|
@@ -259,15 +243,13 @@ export declare function flip<A>(O: Order<A>): Order<A>;
|
|
|
259
243
|
*
|
|
260
244
|
* **When to use**
|
|
261
245
|
*
|
|
262
|
-
* Use when
|
|
263
|
-
* - When creating composite orders from simpler orders
|
|
264
|
-
* - When implementing lexicographic ordering
|
|
246
|
+
* Use when you need tie-breaking with exactly two orders.
|
|
265
247
|
*
|
|
266
248
|
* **Details**
|
|
267
249
|
*
|
|
268
|
-
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
250
|
+
* First applies the first order. If the result is non-zero, that result is
|
|
251
|
+
* returned; otherwise, the second order is applied. The result is the first
|
|
252
|
+
* non-zero comparison result, or `0` if both orders return `0`.
|
|
271
253
|
*
|
|
272
254
|
* **Example** (Combining Orders)
|
|
273
255
|
*
|
|
@@ -304,15 +286,13 @@ export declare const combine: {
|
|
|
304
286
|
*
|
|
305
287
|
* **When to use**
|
|
306
288
|
*
|
|
307
|
-
* Use when
|
|
308
|
-
* - When creating composite orders from simpler orders
|
|
309
|
-
* - When implementing lexicographic ordering
|
|
289
|
+
* Use when you need tie-breaking with exactly two orders.
|
|
310
290
|
*
|
|
311
291
|
* **Details**
|
|
312
292
|
*
|
|
313
|
-
*
|
|
314
|
-
*
|
|
315
|
-
*
|
|
293
|
+
* First applies the first order. If the result is non-zero, that result is
|
|
294
|
+
* returned; otherwise, the second order is applied. The result is the first
|
|
295
|
+
* non-zero comparison result, or `0` if both orders return `0`.
|
|
316
296
|
*
|
|
317
297
|
* **Example** (Combining Orders)
|
|
318
298
|
*
|
|
@@ -349,15 +329,13 @@ export declare const combine: {
|
|
|
349
329
|
*
|
|
350
330
|
* **When to use**
|
|
351
331
|
*
|
|
352
|
-
* Use when
|
|
353
|
-
* - When creating composite orders from simpler orders
|
|
354
|
-
* - When implementing lexicographic ordering
|
|
332
|
+
* Use when you need tie-breaking with exactly two orders.
|
|
355
333
|
*
|
|
356
334
|
* **Details**
|
|
357
335
|
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
*
|
|
336
|
+
* First applies the first order. If the result is non-zero, that result is
|
|
337
|
+
* returned; otherwise, the second order is applied. The result is the first
|
|
338
|
+
* non-zero comparison result, or `0` if both orders return `0`.
|
|
361
339
|
*
|
|
362
340
|
* **Example** (Combining Orders)
|
|
363
341
|
*
|
|
@@ -394,14 +372,12 @@ export declare const combine: {
|
|
|
394
372
|
*
|
|
395
373
|
* **When to use**
|
|
396
374
|
*
|
|
397
|
-
* Use when
|
|
398
|
-
* - As a default or fallback order when no meaningful comparison exists
|
|
399
|
-
* - When implementing optional ordering where equality is sufficient
|
|
375
|
+
* Use when you need an order that treats all values as equal.
|
|
400
376
|
*
|
|
401
377
|
* **Details**
|
|
402
378
|
*
|
|
403
|
-
*
|
|
404
|
-
*
|
|
379
|
+
* Always returns `0` regardless of input values, making it useful as a neutral
|
|
380
|
+
* element in order composition.
|
|
405
381
|
*
|
|
406
382
|
* **Example** (Always Equal Order)
|
|
407
383
|
*
|
|
@@ -426,16 +402,12 @@ export declare function alwaysEqual<A>(): Order<A>;
|
|
|
426
402
|
*
|
|
427
403
|
* **When to use**
|
|
428
404
|
*
|
|
429
|
-
* Use when
|
|
430
|
-
* - When combining orders from a collection or array
|
|
431
|
-
* - When implementing dynamic multi-criteria sorting
|
|
405
|
+
* Use when you need tie-breaking across a variable number of orders.
|
|
432
406
|
*
|
|
433
407
|
* **Details**
|
|
434
408
|
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
* - Returns `0` only if all orders return `0`
|
|
438
|
-
* - Short-circuits on the first non-zero result
|
|
409
|
+
* Applies orders in iteration order and short-circuits on the first non-zero
|
|
410
|
+
* result. It returns `0` only if all orders return `0`.
|
|
439
411
|
*
|
|
440
412
|
* **Example** (Combining Multiple Orders)
|
|
441
413
|
*
|
|
@@ -471,15 +443,14 @@ export declare function combineAll<A>(collection: Iterable<Order<A>>): Order<A>;
|
|
|
471
443
|
*
|
|
472
444
|
* **When to use**
|
|
473
445
|
*
|
|
474
|
-
* Use when
|
|
475
|
-
*
|
|
476
|
-
* - When creating orders for types that contain comparable values
|
|
446
|
+
* Use when you need to adapt an `Order` to compare a larger value by one
|
|
447
|
+
* derived property.
|
|
477
448
|
*
|
|
478
449
|
* **Details**
|
|
479
450
|
*
|
|
480
|
-
*
|
|
481
|
-
*
|
|
482
|
-
*
|
|
451
|
+
* Applies the mapping function to both values before comparison. The mapping
|
|
452
|
+
* function should be pure and not have side effects so the ordering properties
|
|
453
|
+
* of the original order are preserved.
|
|
483
454
|
*
|
|
484
455
|
* **Example** (Mapping Input)
|
|
485
456
|
*
|
|
@@ -505,15 +476,14 @@ export declare const mapInput: {
|
|
|
505
476
|
*
|
|
506
477
|
* **When to use**
|
|
507
478
|
*
|
|
508
|
-
* Use when
|
|
509
|
-
*
|
|
510
|
-
* - When creating orders for types that contain comparable values
|
|
479
|
+
* Use when you need to adapt an `Order` to compare a larger value by one
|
|
480
|
+
* derived property.
|
|
511
481
|
*
|
|
512
482
|
* **Details**
|
|
513
483
|
*
|
|
514
|
-
*
|
|
515
|
-
*
|
|
516
|
-
*
|
|
484
|
+
* Applies the mapping function to both values before comparison. The mapping
|
|
485
|
+
* function should be pure and not have side effects so the ordering properties
|
|
486
|
+
* of the original order are preserved.
|
|
517
487
|
*
|
|
518
488
|
* **Example** (Mapping Input)
|
|
519
489
|
*
|
|
@@ -539,15 +509,14 @@ export declare const mapInput: {
|
|
|
539
509
|
*
|
|
540
510
|
* **When to use**
|
|
541
511
|
*
|
|
542
|
-
* Use when
|
|
543
|
-
*
|
|
544
|
-
* - When creating orders for types that contain comparable values
|
|
512
|
+
* Use when you need to adapt an `Order` to compare a larger value by one
|
|
513
|
+
* derived property.
|
|
545
514
|
*
|
|
546
515
|
* **Details**
|
|
547
516
|
*
|
|
548
|
-
*
|
|
549
|
-
*
|
|
550
|
-
*
|
|
517
|
+
* Applies the mapping function to both values before comparison. The mapping
|
|
518
|
+
* function should be pure and not have side effects so the ordering properties
|
|
519
|
+
* of the original order are preserved.
|
|
551
520
|
*
|
|
552
521
|
* **Example** (Mapping Input)
|
|
553
522
|
*
|
|
@@ -573,15 +542,13 @@ export declare const mapInput: {
|
|
|
573
542
|
*
|
|
574
543
|
* **When to use**
|
|
575
544
|
*
|
|
576
|
-
* Use when
|
|
577
|
-
* - As a base for creating orders on types containing dates
|
|
578
|
-
* - When implementing time-based comparisons
|
|
545
|
+
* Use when you need chronological ordering for JavaScript date values.
|
|
579
546
|
*
|
|
580
547
|
* **Details**
|
|
581
548
|
*
|
|
582
|
-
*
|
|
583
|
-
*
|
|
584
|
-
*
|
|
549
|
+
* Compares dates by their underlying timestamp in milliseconds since the epoch.
|
|
550
|
+
* Earlier dates are less than later dates. Invalid dates are compared through
|
|
551
|
+
* their `getTime()` result.
|
|
585
552
|
*
|
|
586
553
|
* **Example** (Date Ordering)
|
|
587
554
|
*
|
|
@@ -606,16 +573,13 @@ export declare const Date: Order<Date>;
|
|
|
606
573
|
*
|
|
607
574
|
* **When to use**
|
|
608
575
|
*
|
|
609
|
-
* Use when
|
|
610
|
-
* - When you need type-safe tuple ordering
|
|
611
|
-
* - When working with fixed-length heterogeneous collections
|
|
576
|
+
* Use when you need fixed-length tuple ordering with per-position orders.
|
|
612
577
|
*
|
|
613
578
|
* **Details**
|
|
614
579
|
*
|
|
615
|
-
*
|
|
616
|
-
*
|
|
617
|
-
*
|
|
618
|
-
* - Returns `0` if all elements are equal
|
|
580
|
+
* Compares tuples element-by-element using the corresponding order and stops at
|
|
581
|
+
* the first non-zero comparison result. Tuples must have the same length as the
|
|
582
|
+
* order collection, and the result is `0` only if all elements are equal.
|
|
619
583
|
*
|
|
620
584
|
* **Example** (Tuple Ordering)
|
|
621
585
|
*
|
|
@@ -646,16 +610,14 @@ export {
|
|
|
646
610
|
*
|
|
647
611
|
* **When to use**
|
|
648
612
|
*
|
|
649
|
-
* Use when
|
|
650
|
-
* - When you want shorter arrays to be considered less than longer arrays
|
|
651
|
-
* - When sorting collections of arrays
|
|
613
|
+
* Use when you need lexicographic ordering for arrays of one element type.
|
|
652
614
|
*
|
|
653
615
|
* **Details**
|
|
654
616
|
*
|
|
655
|
-
*
|
|
656
|
-
*
|
|
657
|
-
*
|
|
658
|
-
*
|
|
617
|
+
* Compares arrays element-by-element using the provided order and stops at the
|
|
618
|
+
* first non-zero comparison result. If all elements are equal, shorter arrays
|
|
619
|
+
* are less than longer arrays. The result is `0` only if arrays have the same
|
|
620
|
+
* length and all elements are equal.
|
|
659
621
|
*
|
|
660
622
|
* **Example** (Array Element Ordering)
|
|
661
623
|
*
|
|
@@ -680,16 +642,13 @@ Array_ as Array };
|
|
|
680
642
|
*
|
|
681
643
|
* **When to use**
|
|
682
644
|
*
|
|
683
|
-
* Use when
|
|
684
|
-
* - When you need multi-field comparison for structs
|
|
685
|
-
* - When creating orders for complex data types
|
|
645
|
+
* Use when you need multi-field ordering for objects with known properties.
|
|
686
646
|
*
|
|
687
647
|
* **Details**
|
|
688
648
|
*
|
|
689
|
-
*
|
|
690
|
-
*
|
|
691
|
-
*
|
|
692
|
-
* - Field order matters: earlier fields take precedence
|
|
649
|
+
* Compares structs field-by-field in the key order of the fields object and
|
|
650
|
+
* stops at the first non-zero comparison result. Field order matters: earlier
|
|
651
|
+
* fields take precedence. The result is `0` only if all fields are equal.
|
|
693
652
|
*
|
|
694
653
|
* **Example** (Struct Ordering)
|
|
695
654
|
*
|
|
@@ -725,15 +684,12 @@ export declare function Struct<const R extends {
|
|
|
725
684
|
*
|
|
726
685
|
* **When to use**
|
|
727
686
|
*
|
|
728
|
-
* Use when
|
|
729
|
-
* - When checking if a value is less than another in conditional logic
|
|
730
|
-
* - When implementing range checks or comparisons
|
|
687
|
+
* Use when you need a boolean less-than predicate using an `Order`.
|
|
731
688
|
*
|
|
732
689
|
* **Details**
|
|
733
690
|
*
|
|
734
|
-
*
|
|
735
|
-
*
|
|
736
|
-
* - Supports curried and uncurried call styles
|
|
691
|
+
* Returns `true` if the order returns `-1`, meaning the first value is less
|
|
692
|
+
* than the second. Equal or greater values return `false`.
|
|
737
693
|
*
|
|
738
694
|
* **Example** (Less Than)
|
|
739
695
|
*
|
|
@@ -761,15 +717,12 @@ export declare const isLessThan: <A>(O: Order<A>) => {
|
|
|
761
717
|
*
|
|
762
718
|
* **When to use**
|
|
763
719
|
*
|
|
764
|
-
* Use when
|
|
765
|
-
* - When checking if a value is greater than another in conditional logic
|
|
766
|
-
* - When implementing range checks or comparisons
|
|
720
|
+
* Use when you need a boolean greater-than predicate using an `Order`.
|
|
767
721
|
*
|
|
768
722
|
* **Details**
|
|
769
723
|
*
|
|
770
|
-
*
|
|
771
|
-
*
|
|
772
|
-
* - Supports curried and uncurried call styles
|
|
724
|
+
* Returns `true` if the order returns `1`, meaning the first value is greater
|
|
725
|
+
* than the second. Equal or lesser values return `false`.
|
|
773
726
|
*
|
|
774
727
|
* **Example** (Greater Than)
|
|
775
728
|
*
|
|
@@ -797,15 +750,12 @@ export declare const isGreaterThan: <A>(O: Order<A>) => {
|
|
|
797
750
|
*
|
|
798
751
|
* **When to use**
|
|
799
752
|
*
|
|
800
|
-
* Use when
|
|
801
|
-
* - When checking if a value is within a range (inclusive lower bound)
|
|
802
|
-
* - When implementing inclusive comparisons
|
|
753
|
+
* Use when you need a boolean less-than-or-equal predicate using an `Order`.
|
|
803
754
|
*
|
|
804
755
|
* **Details**
|
|
805
756
|
*
|
|
806
|
-
*
|
|
807
|
-
*
|
|
808
|
-
* - Supports curried and uncurried call styles
|
|
757
|
+
* Returns `true` if the order returns `-1` or `0`, and returns `false` only if
|
|
758
|
+
* the order returns `1`.
|
|
809
759
|
*
|
|
810
760
|
* **Example** (Less Than Or Equal)
|
|
811
761
|
*
|
|
@@ -833,15 +783,13 @@ export declare const isLessThanOrEqualTo: <A>(O: Order<A>) => {
|
|
|
833
783
|
*
|
|
834
784
|
* **When to use**
|
|
835
785
|
*
|
|
836
|
-
* Use when
|
|
837
|
-
*
|
|
838
|
-
* - When implementing inclusive comparisons
|
|
786
|
+
* Use when you need a boolean greater-than-or-equal predicate using an
|
|
787
|
+
* `Order`.
|
|
839
788
|
*
|
|
840
789
|
* **Details**
|
|
841
790
|
*
|
|
842
|
-
*
|
|
843
|
-
*
|
|
844
|
-
* - Supports curried and uncurried call styles
|
|
791
|
+
* Returns `true` if the order returns `1` or `0`, and returns `false` only if
|
|
792
|
+
* the order returns `-1`.
|
|
845
793
|
*
|
|
846
794
|
* **Example** (Greater Than Or Equal)
|
|
847
795
|
*
|
|
@@ -869,15 +817,13 @@ export declare const isGreaterThanOrEqualTo: <A>(O: Order<A>) => {
|
|
|
869
817
|
*
|
|
870
818
|
* **When to use**
|
|
871
819
|
*
|
|
872
|
-
* Use when
|
|
873
|
-
*
|
|
874
|
-
* - When selecting values based on ordering
|
|
820
|
+
* Use when you need to select the smaller of two values according to an
|
|
821
|
+
* `Order`.
|
|
875
822
|
*
|
|
876
823
|
* **Details**
|
|
877
824
|
*
|
|
878
|
-
*
|
|
879
|
-
*
|
|
880
|
-
* - Supports curried and uncurried call styles
|
|
825
|
+
* Returns the value that compares as less than or equal to the other value. If
|
|
826
|
+
* values are equal, the first argument is returned.
|
|
881
827
|
*
|
|
882
828
|
* **Example** (Minimum Value)
|
|
883
829
|
*
|
|
@@ -905,15 +851,13 @@ export declare const min: <A>(O: Order<A>) => {
|
|
|
905
851
|
*
|
|
906
852
|
* **When to use**
|
|
907
853
|
*
|
|
908
|
-
* Use when
|
|
909
|
-
*
|
|
910
|
-
* - When selecting values based on ordering
|
|
854
|
+
* Use when you need to select the larger of two values according to an
|
|
855
|
+
* `Order`.
|
|
911
856
|
*
|
|
912
857
|
* **Details**
|
|
913
858
|
*
|
|
914
|
-
*
|
|
915
|
-
*
|
|
916
|
-
* - Supports curried and uncurried call styles
|
|
859
|
+
* Returns the value that compares as greater than or equal to the other value.
|
|
860
|
+
* If values are equal, the first argument is returned.
|
|
917
861
|
*
|
|
918
862
|
* **Example** (Maximum Value)
|
|
919
863
|
*
|
|
@@ -941,17 +885,15 @@ export declare const max: <A>(O: Order<A>) => {
|
|
|
941
885
|
*
|
|
942
886
|
* **When to use**
|
|
943
887
|
*
|
|
944
|
-
* Use when
|
|
945
|
-
*
|
|
946
|
-
* - When ensuring values stay within valid ranges
|
|
888
|
+
* Use when you need to clamp a value to an inclusive range according to an
|
|
889
|
+
* `Order`.
|
|
947
890
|
*
|
|
948
891
|
* **Details**
|
|
949
892
|
*
|
|
950
|
-
*
|
|
951
|
-
*
|
|
952
|
-
*
|
|
953
|
-
*
|
|
954
|
-
* - Requires that minimum <= maximum according to the order
|
|
893
|
+
* Returns the value itself when it is between minimum and maximum, inclusive.
|
|
894
|
+
* Values below the range return minimum, and values above the range return
|
|
895
|
+
* maximum. The minimum must be less than or equal to the maximum according to
|
|
896
|
+
* the order.
|
|
955
897
|
*
|
|
956
898
|
* **Example** (Clamping Values)
|
|
957
899
|
*
|
|
@@ -986,16 +928,15 @@ export declare const clamp: <A>(O: Order<A>) => {
|
|
|
986
928
|
*
|
|
987
929
|
* **When to use**
|
|
988
930
|
*
|
|
989
|
-
* Use when
|
|
990
|
-
*
|
|
991
|
-
*
|
|
931
|
+
* Use when you need range checks that respect domain-specific ordering, such as
|
|
932
|
+
* dates, versions, or custom priorities, instead of JavaScript numeric
|
|
933
|
+
* comparison.
|
|
992
934
|
*
|
|
993
935
|
* **Details**
|
|
994
936
|
*
|
|
995
|
-
*
|
|
996
|
-
*
|
|
997
|
-
*
|
|
998
|
-
* - Both bounds are inclusive
|
|
937
|
+
* Returns `true` when the value is greater than or equal to minimum and less
|
|
938
|
+
* than or equal to maximum. Values outside the range return `false`. Both
|
|
939
|
+
* bounds are inclusive.
|
|
999
940
|
*
|
|
1000
941
|
* **Example** (Checking Range)
|
|
1001
942
|
*
|
|
@@ -1032,16 +973,14 @@ export declare const isBetween: <A>(O: Order<A>) => {
|
|
|
1032
973
|
*
|
|
1033
974
|
* **When to use**
|
|
1034
975
|
*
|
|
1035
|
-
* Use when
|
|
1036
|
-
* - When implementing fold operations over collections of orders
|
|
1037
|
-
* - When working with reducers that operate on orders
|
|
976
|
+
* Use when you need a reducer that combines orders.
|
|
1038
977
|
*
|
|
1039
978
|
* **Details**
|
|
1040
979
|
*
|
|
1041
|
-
*
|
|
1042
|
-
*
|
|
1043
|
-
*
|
|
1044
|
-
*
|
|
980
|
+
* Returns a reducer that combines orders using `combine`, uses `alwaysEqual` as
|
|
981
|
+
* the identity element for empty collections, and uses `combineAll` for
|
|
982
|
+
* combining collections of orders. The reducer can be used with fold operations
|
|
983
|
+
* on collections.
|
|
1045
984
|
*
|
|
1046
985
|
* **Example** (Creating a Reducer)
|
|
1047
986
|
*
|
package/dist/Order.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../src/Order.ts"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,KAAK,OAAO,MAAM,cAAc,CAAA;AAEvC
|
|
1
|
+
{"version":3,"file":"Order.d.ts","sourceRoot":"","sources":["../src/Order.ts"],"names":[],"mappings":"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"}
|