UNPKG

theater-client

Version:

TypeScript client library for Theater actor system TCP protocol

10 lines (7 loc) 153 B
/** * Type exports for the Theater client library */ // Protocol types export * from './protocol.js'; // Client types export * from './client.js';