module Dingo.Event ( Event(..) , onEvent , emitEvent ) where import Dingo.Internal.EventTypes (Event(..)) import Dingo.Internal.Event (onEvent, emitEvent)