UNPKG

@runejs/core

Version:

Core logging, networking, and buffer functionality for RuneJS applications.

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