UNPKG

94 BTypeScriptView Raw
1export declare enum CompressionAlgorithms {
2 identity = 0,
3 deflate = 1,
4 gzip = 2
5}