@4players/odin-foundation
Version:
A set of classes defining a standard protocol for messaging and user data built on top of the Odin protocol.
5 lines (4 loc) • 313 B
TypeScript
export { DiceBear, DiceBearAvatarStyleName } from './dicebear';
export { IUserData, IMessagePayload, IPokePayload, IMessageTransferFormat, IRPCPayload } from './datastructures';
export { IUser, IChatMessage, OdinRPCRequestHandler, OdinRPCResponseHandler } from './model';
export { Utilities } from './utilities';