UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

7 lines 227 B
export declare const tetoPack: (userAgent: string, options?: { global: boolean; }) => Promise<{ encode: (msg: string, data?: any) => Buffer; decode: (data: Buffer) => any; }>; //# sourceMappingURL=teto-pack.d.ts.map