UNPKG

@truffle/dashboard-message-bus-common

Version:

Message types that are used when communicating with the Truffle dashboard message bus

8 lines (7 loc) 165 B
export * from "./messages"; export * from "./utils"; export interface PortsConfig { dashboardPort: number; subscribePort: number; publishPort: number; }