UNPKG

multyx

Version:

Framework designed to simplify the creation of multiplayer browser games by addressing the complexities of managing server-client communication, shared state, and input handling

6 lines 235 B
import * as Multyx from "./src/index"; export type MultyxObject = Multyx.MultyxObject; export type MultyxList = Multyx.MultyxList; export type MultyxValue = Multyx.MultyxValue; export default Multyx; //# sourceMappingURL=index.d.ts.map