Interface CompressionConfig

interface CompressionConfig {
    name: CompressionLibrary;
    check(client): boolean;
    getClass(): (new (shard) => Compressor);
    getError(): DependencyError;
}

Properties

Methods

Properties

Methods