UNPKG

theater-client

Version:

TypeScript client library for Theater actor system TCP protocol

6 lines 150 B
/** * Type exports for the Theater client library */ export * from './protocol.js'; export * from './client.js'; //# sourceMappingURL=index.d.ts.map