{"version":3,"file":"index.mjs","sources":["../../src/index.ts"],"sourcesContent":["import './legacy';\n\nexport { Client, JoinOptions, MatchMakeError, type EndpointSettings, type ClientOptions } from './Client';\nexport { Protocol, ErrorCode, SeatReservation } from './Protocol';\nexport { Room, RoomAvailable } from './Room';\nexport { Auth, type AuthSettings, type PopupSettings } from \"./Auth\";\nexport { ServerError } from './errors/ServerError';\n\n/*\n * Serializers\n */\nimport { SchemaSerializer, getStateCallbacks } from \"./serializer/SchemaSerializer\";\nimport { NoneSerializer } from \"./serializer/NoneSerializer\";\nimport { registerSerializer } from './serializer/Serializer';\n\nexport { registerSerializer, SchemaSerializer, getStateCallbacks };\nregisterSerializer('schema', SchemaSerializer);\nregisterSerializer('none', NoneSerializer);\n"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,kBAAkB,CAAC,QAAQ,EAAE,gBAAgB,CAAC;AAC9C,kBAAkB,CAAC,MAAM,EAAE,cAAc,CAAC;;;;"}