UNPKG

@4players/odin-common

Version:

Commonly used type definitions and utility functions across ODIN web projects

15 lines (14 loc) 406 B
/** * ODIN API schemas for commands, events and serialization utilities. * * @module */ export * from './schema/token.ts'; export * from './schema/room.ts'; export * from './schema/peer.ts'; export * from './schema/media.ts'; export * from './schema/message.ts'; export * from './schema/webrtc.ts'; export * from './commands.ts'; export * from './notifications.ts'; export * from './serialization.ts';