UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

16 lines 614 B
declare const unpacker: import("msgpackr").Unpackr; declare const packer: import("msgpackr").Packr; export declare namespace pack { /** unpack a single theorypack message */ const unpack: typeof unpacker.unpack; /** unpack multiple theorypack messages */ const unpackMultiple: typeof unpacker.unpackMultiple; /** decode a theorypack message */ const decode: typeof unpacker.decode; /** pack a single theorypack messages */ const pack: typeof packer.pack; /** encode a theorypack message */ const encode: typeof packer.encode; } export {}; //# sourceMappingURL=index.d.ts.map