Variable: DECODER_REGISTRY
constDECODER_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.