angular/projects/protocol/src/public-api.ts
mgechev ae6acce53e fix(devtools): highlighting of newly added nodes
This PR also simplifies the imperative ordering of async methods. It moves the logic into a generic abstraction `PriorityAwareMessageBus`.
2020-03-23 21:24:27 -07:00

7 lines
159 B
TypeScript

/*
* Public API Surface of protocol
*/
export * from './lib/messages';
export * from './lib/message-bus';
export * from './lib/priority-aware-message-bus';