UNPKG

@runejs/common

Version:

Common logging, networking, compression, and other miscellaneous functionality for RuneJS.

6 lines (5 loc) 183 B
import { ByteBuffer } from '../buffer'; export declare class Gzip { static compress(buffer: ByteBuffer): ByteBuffer; static decompress(buffer: ByteBuffer): ByteBuffer; }