UNPKG

@haelp/teto

Version:

A typescript-based controllable TETR.IO client.

8 lines (5 loc) 230 B
import msgpackr_raw from "./msgpackr"; const msgpackr = msgpackr_raw as typeof import("msgpackr"); export const addExtension = msgpackr.addExtension; export const Packr = msgpackr.Packr; export const Unpackr = msgpackr.Unpackr;