Skip to main content

Variable: DECODER_REGISTRY

const DECODER_REGISTRY: Map<Compression, () => Promise<Decoder>>

Defined in: decode.ts:65

The global registry of decoders for each compression type.

This maps a Compression value to a function that returns a promise of a Decoder.