index.ts
index.ts overview
Section titled “index.ts overview”Since v2.0.0
Exports Grouped by Category
Section titled “Exports Grouped by Category”- utils
- Array (namespace export)
- BigDecimal (namespace export)
- BigInt (namespace export)
- Boolean (namespace export)
- Brand (namespace export)
- Cache (namespace export)
- Cause (namespace export)
- Channel (namespace export)
- ChannelSchema (namespace export)
- Chunk (namespace export)
- Clock (namespace export)
- Combiner (namespace export)
- Config (namespace export)
- ConfigProvider (namespace export)
- Console (namespace export)
- Context (namespace export)
- Cron (namespace export)
- Crypto (namespace export)
- Data (namespace export)
- DateTime (namespace export)
- Deferred (namespace export)
- Differ (namespace export)
- Duration (namespace export)
- Effect (namespace export)
- Effectable (namespace export)
- Encoding (namespace export)
- Equal (namespace export)
- Equivalence (namespace export)
- ErrorReporter (namespace export)
- ExecutionPlan (namespace export)
- Exit (namespace export)
- Fiber (namespace export)
- FiberHandle (namespace export)
- FiberMap (namespace export)
- FiberSet (namespace export)
- FileSystem (namespace export)
- Filter (namespace export)
- Formatter (namespace export)
- Function (namespace export)
- Graph (namespace export)
- HKT (namespace export)
- Hash (namespace export)
- HashMap (namespace export)
- HashRing (namespace export)
- HashSet (namespace export)
- Inspectable (namespace export)
- Iterable (namespace export)
- JsonPatch (namespace export)
- JsonPointer (namespace export)
- JsonSchema (namespace export)
- Latch (namespace export)
- Layer (namespace export)
- LayerMap (namespace export)
- LogLevel (namespace export)
- Logger (namespace export)
- ManagedRuntime (namespace export)
- Match (namespace export)
- Metric (namespace export)
- MutableHashMap (namespace export)
- MutableHashSet (namespace export)
- MutableList (namespace export)
- MutableRef (namespace export)
- Newtype (namespace export)
- NonEmptyIterable (namespace export)
- Number (namespace export)
- Optic (namespace export)
- Option (namespace export)
- Order (namespace export)
- Ordering (namespace export)
- PartitionedSemaphore (namespace export)
- Path (namespace export)
- Pipeable (namespace export)
- PlatformError (namespace export)
- Pool (namespace export)
- Predicate (namespace export)
- PrimaryKey (namespace export)
- PubSub (namespace export)
- Pull (namespace export)
- Queue (namespace export)
- Random (namespace export)
- RcMap (namespace export)
- RcRef (namespace export)
- Record (namespace export)
- Redactable (namespace export)
- Redacted (namespace export)
- Reducer (namespace export)
- Ref (namespace export)
- References (namespace export)
- RegExp (namespace export)
- Request (namespace export)
- RequestResolver (namespace export)
- Resource (namespace export)
- Result (namespace export)
- Runtime (namespace export)
- Schedule (namespace export)
- Scheduler (namespace export)
- Schema (namespace export)
- SchemaAST (namespace export)
- SchemaGetter (namespace export)
- SchemaIssue (namespace export)
- SchemaParser (namespace export)
- SchemaRepresentation (namespace export)
- SchemaTransformation (namespace export)
- SchemaUtils (namespace export)
- Scope (namespace export)
- ScopedCache (namespace export)
- ScopedRef (namespace export)
- Semaphore (namespace export)
- Sink (namespace export)
- Stdio (namespace export)
- Stream (namespace export)
- String (namespace export)
- Struct (namespace export)
- SubscriptionRef (namespace export)
- Symbol (namespace export)
- SynchronizedRef (namespace export)
- Take (namespace export)
- Terminal (namespace export)
- Tracer (namespace export)
- Trie (namespace export)
- Tuple (namespace export)
- TxChunk (namespace export)
- TxDeferred (namespace export)
- TxHashMap (namespace export)
- TxHashSet (namespace export)
- TxPriorityQueue (namespace export)
- TxPubSub (namespace export)
- TxQueue (namespace export)
- TxReentrantLock (namespace export)
- TxRef (namespace export)
- TxSemaphore (namespace export)
- TxSubscriptionRef (namespace export)
- Types (namespace export)
- UndefinedOr (namespace export)
- Unify (namespace export)
- Utils (namespace export)
- absurd
- cast
- flow
- hole
- identity
- pipe
Array (namespace export)
Section titled “Array (namespace export)”Re-exports all named exports from the “./Array.ts” module as Array.
Signature
export * as Array from "./Array.ts"Since v2.0.0
BigDecimal (namespace export)
Section titled “BigDecimal (namespace export)”Re-exports all named exports from the “./BigDecimal.ts” module as BigDecimal.
Signature
export * as BigDecimal from "./BigDecimal.ts"Since v2.0.0
BigInt (namespace export)
Section titled “BigInt (namespace export)”Re-exports all named exports from the “./BigInt.ts” module as BigInt.
Signature
export * as BigInt from "./BigInt.ts"Since v2.0.0
Boolean (namespace export)
Section titled “Boolean (namespace export)”Re-exports all named exports from the “./Boolean.ts” module as Boolean.
Signature
export * as Boolean from "./Boolean.ts"Since v2.0.0
Brand (namespace export)
Section titled “Brand (namespace export)”Re-exports all named exports from the “./Brand.ts” module as Brand.
Signature
export * as Brand from "./Brand.ts"Since v2.0.0
Cache (namespace export)
Section titled “Cache (namespace export)”Re-exports all named exports from the “./Cache.ts” module as Cache.
Signature
export * as Cache from "./Cache.ts"Since v4.0.0
Cause (namespace export)
Section titled “Cause (namespace export)”Re-exports all named exports from the “./Cause.ts” module as Cause.
Signature
export * as Cause from "./Cause.ts"Since v2.0.0
Channel (namespace export)
Section titled “Channel (namespace export)”Re-exports all named exports from the “./Channel.ts” module as Channel.
Signature
export * as Channel from "./Channel.ts"Since v2.0.0
ChannelSchema (namespace export)
Section titled “ChannelSchema (namespace export)”Re-exports all named exports from the “./ChannelSchema.ts” module as ChannelSchema.
Signature
export * as ChannelSchema from "./ChannelSchema.ts"Since v4.0.0
Chunk (namespace export)
Section titled “Chunk (namespace export)”Re-exports all named exports from the “./Chunk.ts” module as Chunk.
Signature
export * as Chunk from "./Chunk.ts"Since v2.0.0
Clock (namespace export)
Section titled “Clock (namespace export)”Re-exports all named exports from the “./Clock.ts” module as Clock.
Signature
export * as Clock from "./Clock.ts"Since v2.0.0
Combiner (namespace export)
Section titled “Combiner (namespace export)”Re-exports all named exports from the “./Combiner.ts” module as Combiner.
Signature
export * as Combiner from "./Combiner.ts"Since v4.0.0
Config (namespace export)
Section titled “Config (namespace export)”Re-exports all named exports from the “./Config.ts” module as Config.
Signature
export * as Config from "./Config.ts"Since v4.0.0
ConfigProvider (namespace export)
Section titled “ConfigProvider (namespace export)”Re-exports all named exports from the “./ConfigProvider.ts” module as ConfigProvider.
Signature
export * as ConfigProvider from "./ConfigProvider.ts"Since v4.0.0
Console (namespace export)
Section titled “Console (namespace export)”Re-exports all named exports from the “./Console.ts” module as Console.
Signature
export * as Console from "./Console.ts"Since v2.0.0
Context (namespace export)
Section titled “Context (namespace export)”Re-exports all named exports from the “./Context.ts” module as Context.
Signature
export * as Context from "./Context.ts"Since v4.0.0
Cron (namespace export)
Section titled “Cron (namespace export)”Re-exports all named exports from the “./Cron.ts” module as Cron.
Signature
export * as Cron from "./Cron.ts"Since v2.0.0
Crypto (namespace export)
Section titled “Crypto (namespace export)”Re-exports all named exports from the “./Crypto.ts” module as Crypto.
Signature
export * as Crypto from "./Crypto.ts"Since v4.0.0
Data (namespace export)
Section titled “Data (namespace export)”Re-exports all named exports from the “./Data.ts” module as Data.
Signature
export * as Data from "./Data.ts"Since v2.0.0
DateTime (namespace export)
Section titled “DateTime (namespace export)”Re-exports all named exports from the “./DateTime.ts” module as DateTime.
Signature
export * as DateTime from "./DateTime.ts"Since v3.6.0
Deferred (namespace export)
Section titled “Deferred (namespace export)”Re-exports all named exports from the “./Deferred.ts” module as Deferred.
Signature
export * as Deferred from "./Deferred.ts"Since v2.0.0
Differ (namespace export)
Section titled “Differ (namespace export)”Re-exports all named exports from the “./Differ.ts” module as Differ.
Signature
export * as Differ from "./Differ.ts"Since v4.0.0
Duration (namespace export)
Section titled “Duration (namespace export)”Re-exports all named exports from the “./Duration.ts” module as Duration.
Signature
export * as Duration from "./Duration.ts"Since v2.0.0
Effect (namespace export)
Section titled “Effect (namespace export)”Re-exports all named exports from the “./Effect.ts” module as Effect.
Signature
export * as Effect from "./Effect.ts"Since v2.0.0
Effectable (namespace export)
Section titled “Effectable (namespace export)”Re-exports all named exports from the “./Effectable.ts” module as Effectable.
Signature
export * as Effectable from "./Effectable.ts"Since v4.0.0
Encoding (namespace export)
Section titled “Encoding (namespace export)”Re-exports all named exports from the “./Encoding.ts” module as Encoding.
Signature
export * as Encoding from "./Encoding.ts"Since v4.0.0
Equal (namespace export)
Section titled “Equal (namespace export)”Re-exports all named exports from the “./Equal.ts” module as Equal.
Signature
export * as Equal from "./Equal.ts"Since v2.0.0
Equivalence (namespace export)
Section titled “Equivalence (namespace export)”Re-exports all named exports from the “./Equivalence.ts” module as Equivalence.
Signature
export * as Equivalence from "./Equivalence.ts"Since v2.0.0
ErrorReporter (namespace export)
Section titled “ErrorReporter (namespace export)”Re-exports all named exports from the “./ErrorReporter.ts” module as ErrorReporter.
Signature
export * as ErrorReporter from "./ErrorReporter.ts"Since v4.0.0
ExecutionPlan (namespace export)
Section titled “ExecutionPlan (namespace export)”Re-exports all named exports from the “./ExecutionPlan.ts” module as ExecutionPlan.
Signature
export * as ExecutionPlan from "./ExecutionPlan.ts"Since v3.16.0
Exit (namespace export)
Section titled “Exit (namespace export)”Re-exports all named exports from the “./Exit.ts” module as Exit.
Signature
export * as Exit from "./Exit.ts"Since v2.0.0
Fiber (namespace export)
Section titled “Fiber (namespace export)”Re-exports all named exports from the “./Fiber.ts” module as Fiber.
Signature
export * as Fiber from "./Fiber.ts"Since v2.0.0
FiberHandle (namespace export)
Section titled “FiberHandle (namespace export)”Re-exports all named exports from the “./FiberHandle.ts” module as FiberHandle.
Signature
export * as FiberHandle from "./FiberHandle.ts"Since v2.0.0
FiberMap (namespace export)
Section titled “FiberMap (namespace export)”Re-exports all named exports from the “./FiberMap.ts” module as FiberMap.
Signature
export * as FiberMap from "./FiberMap.ts"Since v2.0.0
FiberSet (namespace export)
Section titled “FiberSet (namespace export)”Re-exports all named exports from the “./FiberSet.ts” module as FiberSet.
Signature
export * as FiberSet from "./FiberSet.ts"Since v2.0.0
FileSystem (namespace export)
Section titled “FileSystem (namespace export)”Re-exports all named exports from the “./FileSystem.ts” module as FileSystem.
Signature
export * as FileSystem from "./FileSystem.ts"Since v4.0.0
Filter (namespace export)
Section titled “Filter (namespace export)”Re-exports all named exports from the “./Filter.ts” module as Filter.
Signature
export * as Filter from "./Filter.ts"Since v4.0.0
Formatter (namespace export)
Section titled “Formatter (namespace export)”Re-exports all named exports from the “./Formatter.ts” module as Formatter.
Signature
export * as Formatter from "./Formatter.ts"Since v4.0.0
Function (namespace export)
Section titled “Function (namespace export)”Re-exports all named exports from the “./Function.ts” module as Function.
Signature
export * as Function from "./Function.ts"Since v2.0.0
Graph (namespace export)
Section titled “Graph (namespace export)”Re-exports all named exports from the “./Graph.ts” module as Graph.
Signature
export * as Graph from "./Graph.ts"Since v4.0.0
HKT (namespace export)
Section titled “HKT (namespace export)”Re-exports all named exports from the “./HKT.ts” module as HKT.
Signature
export * as HKT from "./HKT.ts"Since v2.0.0
Hash (namespace export)
Section titled “Hash (namespace export)”Re-exports all named exports from the “./Hash.ts” module as Hash.
Signature
export * as Hash from "./Hash.ts"Since v2.0.0
HashMap (namespace export)
Section titled “HashMap (namespace export)”Re-exports all named exports from the “./HashMap.ts” module as HashMap.
Signature
export * as HashMap from "./HashMap.ts"Since v2.0.0
HashRing (namespace export)
Section titled “HashRing (namespace export)”Re-exports all named exports from the “./HashRing.ts” module as HashRing.
Signature
export * as HashRing from "./HashRing.ts"Since v4.0.0
HashSet (namespace export)
Section titled “HashSet (namespace export)”Re-exports all named exports from the “./HashSet.ts” module as HashSet.
Signature
export * as HashSet from "./HashSet.ts"Since v2.0.0
Inspectable (namespace export)
Section titled “Inspectable (namespace export)”Re-exports all named exports from the “./Inspectable.ts” module as Inspectable.
Signature
export * as Inspectable from "./Inspectable.ts"Since v2.0.0
Iterable (namespace export)
Section titled “Iterable (namespace export)”Re-exports all named exports from the “./Iterable.ts” module as Iterable.
Signature
export * as Iterable from "./Iterable.ts"Since v2.0.0
JsonPatch (namespace export)
Section titled “JsonPatch (namespace export)”Re-exports all named exports from the “./JsonPatch.ts” module as JsonPatch.
Signature
export * as JsonPatch from "./JsonPatch.ts"Since v4.0.0
JsonPointer (namespace export)
Section titled “JsonPointer (namespace export)”Re-exports all named exports from the “./JsonPointer.ts” module as JsonPointer.
Signature
export * as JsonPointer from "./JsonPointer.ts"Since v4.0.0
JsonSchema (namespace export)
Section titled “JsonSchema (namespace export)”Re-exports all named exports from the “./JsonSchema.ts” module as JsonSchema.
Signature
export * as JsonSchema from "./JsonSchema.ts"Since v4.0.0
Latch (namespace export)
Section titled “Latch (namespace export)”Re-exports all named exports from the “./Latch.ts” module as Latch.
Signature
export * as Latch from "./Latch.ts"Since v4.0.0
Layer (namespace export)
Section titled “Layer (namespace export)”Re-exports all named exports from the “./Layer.ts” module as Layer.
Signature
export * as Layer from "./Layer.ts"Since v2.0.0
LayerMap (namespace export)
Section titled “LayerMap (namespace export)”Re-exports all named exports from the “./LayerMap.ts” module as LayerMap.
Signature
export * as LayerMap from "./LayerMap.ts"Since v3.14.0
LogLevel (namespace export)
Section titled “LogLevel (namespace export)”Re-exports all named exports from the “./LogLevel.ts” module as LogLevel.
Signature
export * as LogLevel from "./LogLevel.ts"Since v2.0.0
Logger (namespace export)
Section titled “Logger (namespace export)”Re-exports all named exports from the “./Logger.ts” module as Logger.
Signature
export * as Logger from "./Logger.ts"Since v2.0.0
ManagedRuntime (namespace export)
Section titled “ManagedRuntime (namespace export)”Re-exports all named exports from the “./ManagedRuntime.ts” module as ManagedRuntime.
Signature
export * as ManagedRuntime from "./ManagedRuntime.ts"Since v2.0.0
Match (namespace export)
Section titled “Match (namespace export)”Re-exports all named exports from the “./Match.ts” module as Match.
Signature
export * as Match from "./Match.ts"Since v4.0.0
Metric (namespace export)
Section titled “Metric (namespace export)”Re-exports all named exports from the “./Metric.ts” module as Metric.
Signature
export * as Metric from "./Metric.ts"Since v2.0.0
MutableHashMap (namespace export)
Section titled “MutableHashMap (namespace export)”Re-exports all named exports from the “./MutableHashMap.ts” module as MutableHashMap.
Signature
export * as MutableHashMap from "./MutableHashMap.ts"Since v2.0.0
MutableHashSet (namespace export)
Section titled “MutableHashSet (namespace export)”Re-exports all named exports from the “./MutableHashSet.ts” module as MutableHashSet.
Signature
export * as MutableHashSet from "./MutableHashSet.ts"Since v2.0.0
MutableList (namespace export)
Section titled “MutableList (namespace export)”Re-exports all named exports from the “./MutableList.ts” module as MutableList.
Signature
export * as MutableList from "./MutableList.ts"Since v4.0.0
MutableRef (namespace export)
Section titled “MutableRef (namespace export)”Re-exports all named exports from the “./MutableRef.ts” module as MutableRef.
Signature
export * as MutableRef from "./MutableRef.ts"Since v2.0.0
Newtype (namespace export)
Section titled “Newtype (namespace export)”Re-exports all named exports from the “./Newtype.ts” module as Newtype.
Signature
export * as Newtype from "./Newtype.ts"Since v4.0.0
NonEmptyIterable (namespace export)
Section titled “NonEmptyIterable (namespace export)”Re-exports all named exports from the “./NonEmptyIterable.ts” module as NonEmptyIterable.
Signature
export * as NonEmptyIterable from "./NonEmptyIterable.ts"Since v2.0.0
Number (namespace export)
Section titled “Number (namespace export)”Re-exports all named exports from the “./Number.ts” module as Number.
Signature
export * as Number from "./Number.ts"Since v2.0.0
Optic (namespace export)
Section titled “Optic (namespace export)”Re-exports all named exports from the “./Optic.ts” module as Optic.
Signature
export * as Optic from "./Optic.ts"Since v4.0.0
Option (namespace export)
Section titled “Option (namespace export)”Re-exports all named exports from the “./Option.ts” module as Option.
Signature
export * as Option from "./Option.ts"Since v2.0.0
Order (namespace export)
Section titled “Order (namespace export)”Re-exports all named exports from the “./Order.ts” module as Order.
Signature
export * as Order from "./Order.ts"Since v2.0.0
Ordering (namespace export)
Section titled “Ordering (namespace export)”Re-exports all named exports from the “./Ordering.ts” module as Ordering.
Signature
export * as Ordering from "./Ordering.ts"Since v2.0.0
PartitionedSemaphore (namespace export)
Section titled “PartitionedSemaphore (namespace export)”Re-exports all named exports from the “./PartitionedSemaphore.ts” module as PartitionedSemaphore.
Signature
export * as PartitionedSemaphore from "./PartitionedSemaphore.ts"Since v4.0.0
Path (namespace export)
Section titled “Path (namespace export)”Re-exports all named exports from the “./Path.ts” module as Path.
Signature
export * as Path from "./Path.ts"Since v4.0.0
Pipeable (namespace export)
Section titled “Pipeable (namespace export)”Re-exports all named exports from the “./Pipeable.ts” module as Pipeable.
Signature
export * as Pipeable from "./Pipeable.ts"Since v2.0.0
PlatformError (namespace export)
Section titled “PlatformError (namespace export)”Re-exports all named exports from the “./PlatformError.ts” module as PlatformError.
Signature
export * as PlatformError from "./PlatformError.ts"Since v4.0.0
Pool (namespace export)
Section titled “Pool (namespace export)”Re-exports all named exports from the “./Pool.ts” module as Pool.
Signature
export * as Pool from "./Pool.ts"Since v2.0.0
Predicate (namespace export)
Section titled “Predicate (namespace export)”Re-exports all named exports from the “./Predicate.ts” module as Predicate.
Signature
export * as Predicate from "./Predicate.ts"Since v2.0.0
PrimaryKey (namespace export)
Section titled “PrimaryKey (namespace export)”Re-exports all named exports from the “./PrimaryKey.ts” module as PrimaryKey.
Signature
export * as PrimaryKey from "./PrimaryKey.ts"Since v2.0.0
PubSub (namespace export)
Section titled “PubSub (namespace export)”Re-exports all named exports from the “./PubSub.ts” module as PubSub.
Signature
export * as PubSub from "./PubSub.ts"Since v2.0.0
Pull (namespace export)
Section titled “Pull (namespace export)”Re-exports all named exports from the “./Pull.ts” module as Pull.
Signature
export * as Pull from "./Pull.ts"Since v4.0.0
Queue (namespace export)
Section titled “Queue (namespace export)”Re-exports all named exports from the “./Queue.ts” module as Queue.
Signature
export * as Queue from "./Queue.ts"Since v3.8.0
Random (namespace export)
Section titled “Random (namespace export)”Re-exports all named exports from the “./Random.ts” module as Random.
Signature
export * as Random from "./Random.ts"Since v4.0.0
RcMap (namespace export)
Section titled “RcMap (namespace export)”Re-exports all named exports from the “./RcMap.ts” module as RcMap.
Signature
export * as RcMap from "./RcMap.ts"Since v3.5.0
RcRef (namespace export)
Section titled “RcRef (namespace export)”Re-exports all named exports from the “./RcRef.ts” module as RcRef.
Signature
export * as RcRef from "./RcRef.ts"Since v3.5.0
Record (namespace export)
Section titled “Record (namespace export)”Re-exports all named exports from the “./Record.ts” module as Record.
Signature
export * as Record from "./Record.ts"Since v2.0.0
Redactable (namespace export)
Section titled “Redactable (namespace export)”Re-exports all named exports from the “./Redactable.ts” module as Redactable.
Signature
export * as Redactable from "./Redactable.ts"Since v4.0.0
Redacted (namespace export)
Section titled “Redacted (namespace export)”Re-exports all named exports from the “./Redacted.ts” module as Redacted.
Signature
export * as Redacted from "./Redacted.ts"Since v3.3.0
Reducer (namespace export)
Section titled “Reducer (namespace export)”Re-exports all named exports from the “./Reducer.ts” module as Reducer.
Signature
export * as Reducer from "./Reducer.ts"Since v4.0.0
Ref (namespace export)
Section titled “Ref (namespace export)”Re-exports all named exports from the “./Ref.ts” module as Ref.
Signature
export * as Ref from "./Ref.ts"Since v2.0.0
References (namespace export)
Section titled “References (namespace export)”Re-exports all named exports from the “./References.ts” module as References.
Signature
export * as References from "./References.ts"Since v4.0.0
RegExp (namespace export)
Section titled “RegExp (namespace export)”Re-exports all named exports from the “./RegExp.ts” module as RegExp.
Signature
export * as RegExp from "./RegExp.ts"Since v2.0.0
Request (namespace export)
Section titled “Request (namespace export)”Re-exports all named exports from the “./Request.ts” module as Request.
Signature
export * as Request from "./Request.ts"Since v2.0.0
RequestResolver (namespace export)
Section titled “RequestResolver (namespace export)”Re-exports all named exports from the “./RequestResolver.ts” module as RequestResolver.
Signature
export * as RequestResolver from "./RequestResolver.ts"Since v2.0.0
Resource (namespace export)
Section titled “Resource (namespace export)”Re-exports all named exports from the “./Resource.ts” module as Resource.
Signature
export * as Resource from "./Resource.ts"Since v2.0.0
Result (namespace export)
Section titled “Result (namespace export)”Re-exports all named exports from the “./Result.ts” module as Result.
Signature
export * as Result from "./Result.ts"Since v4.0.0
Runtime (namespace export)
Section titled “Runtime (namespace export)”Re-exports all named exports from the “./Runtime.ts” module as Runtime.
Signature
export * as Runtime from "./Runtime.ts"Since v4.0.0
Schedule (namespace export)
Section titled “Schedule (namespace export)”Re-exports all named exports from the “./Schedule.ts” module as Schedule.
Signature
export * as Schedule from "./Schedule.ts"Since v2.0.0
Scheduler (namespace export)
Section titled “Scheduler (namespace export)”Re-exports all named exports from the “./Scheduler.ts” module as Scheduler.
Signature
export * as Scheduler from "./Scheduler.ts"Since v2.0.0
Schema (namespace export)
Section titled “Schema (namespace export)”Re-exports all named exports from the “./Schema.ts” module as Schema.
Signature
export * as Schema from "./Schema.ts"Since v4.0.0
SchemaAST (namespace export)
Section titled “SchemaAST (namespace export)”Re-exports all named exports from the “./SchemaAST.ts” module as SchemaAST.
Signature
export * as SchemaAST from "./SchemaAST.ts"Since v4.0.0
SchemaGetter (namespace export)
Section titled “SchemaGetter (namespace export)”Re-exports all named exports from the “./SchemaGetter.ts” module as SchemaGetter.
Signature
export * as SchemaGetter from "./SchemaGetter.ts"Since v4.0.0
SchemaIssue (namespace export)
Section titled “SchemaIssue (namespace export)”Re-exports all named exports from the “./SchemaIssue.ts” module as SchemaIssue.
Signature
export * as SchemaIssue from "./SchemaIssue.ts"Since v4.0.0
SchemaParser (namespace export)
Section titled “SchemaParser (namespace export)”Re-exports all named exports from the “./SchemaParser.ts” module as SchemaParser.
Signature
export * as SchemaParser from "./SchemaParser.ts"Since v4.0.0
SchemaRepresentation (namespace export)
Section titled “SchemaRepresentation (namespace export)”Re-exports all named exports from the “./SchemaRepresentation.ts” module as SchemaRepresentation.
Signature
export * as SchemaRepresentation from "./SchemaRepresentation.ts"Since v4.0.0
SchemaTransformation (namespace export)
Section titled “SchemaTransformation (namespace export)”Re-exports all named exports from the “./SchemaTransformation.ts” module as SchemaTransformation.
Signature
export * as SchemaTransformation from "./SchemaTransformation.ts"Since v4.0.0
SchemaUtils (namespace export)
Section titled “SchemaUtils (namespace export)”Re-exports all named exports from the “./SchemaUtils.ts” module as SchemaUtils.
Signature
export * as SchemaUtils from "./SchemaUtils.ts"Since v4.0.0
Scope (namespace export)
Section titled “Scope (namespace export)”Re-exports all named exports from the “./Scope.ts” module as Scope.
Signature
export * as Scope from "./Scope.ts"Since v2.0.0
ScopedCache (namespace export)
Section titled “ScopedCache (namespace export)”Re-exports all named exports from the “./ScopedCache.ts” module as ScopedCache.
Signature
export * as ScopedCache from "./ScopedCache.ts"Since v4.0.0
ScopedRef (namespace export)
Section titled “ScopedRef (namespace export)”Re-exports all named exports from the “./ScopedRef.ts” module as ScopedRef.
Signature
export * as ScopedRef from "./ScopedRef.ts"Since v2.0.0
Semaphore (namespace export)
Section titled “Semaphore (namespace export)”Re-exports all named exports from the “./Semaphore.ts” module as Semaphore.
Signature
export * as Semaphore from "./Semaphore.ts"Since v4.0.0
Sink (namespace export)
Section titled “Sink (namespace export)”Re-exports all named exports from the “./Sink.ts” module as Sink.
Signature
export * as Sink from "./Sink.ts"Since v2.0.0
Stdio (namespace export)
Section titled “Stdio (namespace export)”Re-exports all named exports from the “./Stdio.ts” module as Stdio.
Signature
export * as Stdio from "./Stdio.ts"Since v4.0.0
Stream (namespace export)
Section titled “Stream (namespace export)”Re-exports all named exports from the “./Stream.ts” module as Stream.
Signature
export * as Stream from "./Stream.ts"Since v2.0.0
String (namespace export)
Section titled “String (namespace export)”Re-exports all named exports from the “./String.ts” module as String.
Signature
export * as String from "./String.ts"Since v2.0.0
Struct (namespace export)
Section titled “Struct (namespace export)”Re-exports all named exports from the “./Struct.ts” module as Struct.
Signature
export * as Struct from "./Struct.ts"Since v2.0.0
SubscriptionRef (namespace export)
Section titled “SubscriptionRef (namespace export)”Re-exports all named exports from the “./SubscriptionRef.ts” module as SubscriptionRef.
Signature
export * as SubscriptionRef from "./SubscriptionRef.ts"Since v2.0.0
Symbol (namespace export)
Section titled “Symbol (namespace export)”Re-exports all named exports from the “./Symbol.ts” module as Symbol.
Signature
export * as Symbol from "./Symbol.ts"Since v2.0.0
SynchronizedRef (namespace export)
Section titled “SynchronizedRef (namespace export)”Re-exports all named exports from the “./SynchronizedRef.ts” module as SynchronizedRef.
Signature
export * as SynchronizedRef from "./SynchronizedRef.ts"Since v2.0.0
Take (namespace export)
Section titled “Take (namespace export)”Re-exports all named exports from the “./Take.ts” module as Take.
Signature
export * as Take from "./Take.ts"Since v2.0.0
Terminal (namespace export)
Section titled “Terminal (namespace export)”Re-exports all named exports from the “./Terminal.ts” module as Terminal.
Signature
export * as Terminal from "./Terminal.ts"Since v4.0.0
Tracer (namespace export)
Section titled “Tracer (namespace export)”Re-exports all named exports from the “./Tracer.ts” module as Tracer.
Signature
export * as Tracer from "./Tracer.ts"Since v2.0.0
Trie (namespace export)
Section titled “Trie (namespace export)”Re-exports all named exports from the “./Trie.ts” module as Trie.
Signature
export * as Trie from "./Trie.ts"Since v2.0.0
Tuple (namespace export)
Section titled “Tuple (namespace export)”Re-exports all named exports from the “./Tuple.ts” module as Tuple.
Signature
export * as Tuple from "./Tuple.ts"Since v2.0.0
TxChunk (namespace export)
Section titled “TxChunk (namespace export)”Re-exports all named exports from the “./TxChunk.ts” module as TxChunk.
Signature
export * as TxChunk from "./TxChunk.ts"Since v4.0.0
TxDeferred (namespace export)
Section titled “TxDeferred (namespace export)”Re-exports all named exports from the “./TxDeferred.ts” module as TxDeferred.
Signature
export * as TxDeferred from "./TxDeferred.ts"Since v4.0.0
TxHashMap (namespace export)
Section titled “TxHashMap (namespace export)”Re-exports all named exports from the “./TxHashMap.ts” module as TxHashMap.
Signature
export * as TxHashMap from "./TxHashMap.ts"Since v2.0.0
TxHashSet (namespace export)
Section titled “TxHashSet (namespace export)”Re-exports all named exports from the “./TxHashSet.ts” module as TxHashSet.
Signature
export * as TxHashSet from "./TxHashSet.ts"Since v2.0.0
TxPriorityQueue (namespace export)
Section titled “TxPriorityQueue (namespace export)”Re-exports all named exports from the “./TxPriorityQueue.ts” module as TxPriorityQueue.
Signature
export * as TxPriorityQueue from "./TxPriorityQueue.ts"Since v4.0.0
TxPubSub (namespace export)
Section titled “TxPubSub (namespace export)”Re-exports all named exports from the “./TxPubSub.ts” module as TxPubSub.
Signature
export * as TxPubSub from "./TxPubSub.ts"Since v4.0.0
TxQueue (namespace export)
Section titled “TxQueue (namespace export)”Re-exports all named exports from the “./TxQueue.ts” module as TxQueue.
Signature
export * as TxQueue from "./TxQueue.ts"Since v4.0.0
TxReentrantLock (namespace export)
Section titled “TxReentrantLock (namespace export)”Re-exports all named exports from the “./TxReentrantLock.ts” module as TxReentrantLock.
Signature
export * as TxReentrantLock from "./TxReentrantLock.ts"Since v4.0.0
TxRef (namespace export)
Section titled “TxRef (namespace export)”Re-exports all named exports from the “./TxRef.ts” module as TxRef.
Signature
export * as TxRef from "./TxRef.ts"Since v4.0.0
TxSemaphore (namespace export)
Section titled “TxSemaphore (namespace export)”Re-exports all named exports from the “./TxSemaphore.ts” module as TxSemaphore.
Signature
export * as TxSemaphore from "./TxSemaphore.ts"Since v4.0.0
TxSubscriptionRef (namespace export)
Section titled “TxSubscriptionRef (namespace export)”Re-exports all named exports from the “./TxSubscriptionRef.ts” module as TxSubscriptionRef.
Signature
export * as TxSubscriptionRef from "./TxSubscriptionRef.ts"Since v4.0.0
Types (namespace export)
Section titled “Types (namespace export)”Re-exports all named exports from the “./Types.ts” module as Types.
Signature
export * as Types from "./Types.ts"Since v4.0.0
UndefinedOr (namespace export)
Section titled “UndefinedOr (namespace export)”Re-exports all named exports from the “./UndefinedOr.ts” module as UndefinedOr.
Signature
export * as UndefinedOr from "./UndefinedOr.ts"Since v4.0.0
Unify (namespace export)
Section titled “Unify (namespace export)”Re-exports all named exports from the “./Unify.ts” module as Unify.
Signature
export * as Unify from "./Unify.ts"Since v2.0.0
Utils (namespace export)
Section titled “Utils (namespace export)”Re-exports all named exports from the “./Utils.ts” module as Utils.
Signature
export * as Utils from "./Utils.ts"Since v2.0.0
absurd
Section titled “absurd”Signature
declare const absurd: <A>(_: never) => ASince v2.0.0
Signature
declare const cast: <A, B>(a: A) => BSince v2.0.0
Signature
declare const flow: { <A extends ReadonlyArray<unknown>, B = never>(ab: (...a: A) => B): (...a: A) => B <A extends ReadonlyArray<unknown>, B = never, C = never>(ab: (...a: A) => B, bc: (b: B) => C): (...a: A) => C <A extends ReadonlyArray<unknown>, B = never, C = never, D = never>( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D ): (...a: A) => D <A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never>( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E ): (...a: A) => E <A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never, F = never>( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F ): (...a: A) => F <A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never, F = never, G = never>( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G ): (...a: A) => G <A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never, F = never, G = never, H = never>( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H ): (...a: A) => H < A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never >( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I ): (...a: A) => I < A extends ReadonlyArray<unknown>, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never >( ab: (...a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J ): (...a: A) => J}Since v2.0.0
Signature
declare const hole: <T>() => TSince v2.0.0
identity
Section titled “identity”Signature
declare const identity: <A>(a: A) => ASince v2.0.0
Signature
declare const pipe: { <A>(a: A): A <A, B = never>(a: A, ab: (a: A) => B): B <A, B = never, C = never>(a: A, ab: (a: A) => B, bc: (b: B) => C): C <A, B = never, C = never, D = never>(a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D): D <A, B = never, C = never, D = never, E = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E ): E <A, B = never, C = never, D = never, E = never, F = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F ): F <A, B = never, C = never, D = never, E = never, F = never, G = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G ): G <A, B = never, C = never, D = never, E = never, F = never, G = never, H = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H ): H <A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I ): I <A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J ): J <A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never>( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K ): K < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L ): L < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M ): M < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N ): N < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O ): O < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O, op: (o: O) => P ): P < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never, Q = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O, op: (o: O) => P, pq: (p: P) => Q ): Q < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never, Q = never, R = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O, op: (o: O) => P, pq: (p: P) => Q, qr: (q: Q) => R ): R < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never, Q = never, R = never, S = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O, op: (o: O) => P, pq: (p: P) => Q, qr: (q: Q) => R, rs: (r: R) => S ): S < A, B = never, C = never, D = never, E = never, F = never, G = never, H = never, I = never, J = never, K = never, L = never, M = never, N = never, O = never, P = never, Q = never, R = never, S = never, T = never >( a: A, ab: (a: A) => B, bc: (b: B) => C, cd: (c: C) => D, de: (d: D) => E, ef: (e: E) => F, fg: (f: F) => G, gh: (g: G) => H, hi: (h: H) => I, ij: (i: I) => J, jk: (j: J) => K, kl: (k: K) => L, lm: (l: L) => M, mn: (m: M) => N, no: (n: N) => O, op: (o: O) => P, pq: (p: P) => Q, qr: (q: Q) => R, rs: (r: R) => S, st: (s: S) => T ): T}Since v2.0.0