UNPKG

hypershield

Version:

Middleware suite for high-performance and resilient APIs

5 lines 175 B
export interface ICompressor { compress(data: string | Buffer): Promise<Buffer>; decompress(data: Buffer): Promise<Buffer>; } //# sourceMappingURL=ICompressor.d.ts.map