UNPKG

dynamicpixels-typescript-sdk

Version:

This sdk will help you to connect your game's to the DynamicPixels

17 lines 705 B
export { default } from './DynamicPixels'; export { default as DynamicPixels } from './DynamicPixels'; export type { IAuth, ConnectionInfo } from './ports/authentication'; export type { IStorage } from './ports/storage'; export type { ITable } from './ports/table'; export type { Services } from './ports/services'; export * from './dto/achievement'; export * from './dto/chat'; export * from './dto/device'; export * from './dto/friendship'; export * from './dto/leaderboard'; export * from './dto/multiplayer'; export * from './dto/party'; export * from './dto/storage'; export * from './dto/user'; export type { WebSocketProvider } from './transport/socket/wss/wss'; //# sourceMappingURL=index.d.ts.map