Interface GenericCompressionOptions

interface GenericCompressionOptions {
    compressor?: Compressor;
}

Hierarchy (view full)

Properties

Properties

compressor?: Compressor