/** * Contains the public API and implementation of the event bus library. * * @author Kai S. K. Engelbart * @since 0.0.3 * @see dev.kske.eventbus.Event * @see dev.kske.eventbus.EventBus */ module dev.kske.eventbus { exports dev.kske.eventbus; }