Skip to main content Link Search Menu Expand Document (external link)

EventStreamEncoding.ts overview

Since v1.0.0


Exports Grouped by Category


utils

makeChannel

An event stream encoding parser.

See the AWS Documentation for more information.

Signature

declare const makeChannel: <A, I, IE, Done>(
  schema: Schema.Schema<A, I>,
  options?: { readonly bufferSize?: number }
) => Channel.Channel<Chunk.Chunk<A>, Chunk.Chunk<Uint8Array<ArrayBufferLike>>, IE | ParseError, IE, void, Done, never>

Source

Since v1.0.0