effect-io-ai

Package: effect
Module: Schema

Schema.Chunk

Type-level representation returned by Chunk.

Signature

export interface Chunk<Value extends Constraint> extends
  declareConstructor<
    Chunk_.Chunk<Value["Type"]>,
    Chunk_.Chunk<Value["Encoded"]>,
    readonly [Value],
    ChunkIso<Value>
  >
{
  readonly "Rebuild": Chunk<Value>
  readonly value: Value
}

Source

Since v3.10.0