UNPKG

@hastearcade/snowglobe

Version:

A TypeScript port of CrystalOrb, a high-level Rust game networking library

6 lines 361 B
export { Client, StageState } from './client.js'; export { makeConfig, TweeningMethod } from './lib.js'; export { COMMAND_MESSAGE_TYPE_ID, CLOCK_SYNC_MESSAGE_TYPE_ID, SNAPSHOT_MESSAGE_TYPE_ID } from './message.js'; export { Server } from './server.js'; export { get as getTimestamp, set as setTimestamp } from './timestamp.js'; //# sourceMappingURL=index.js.map