Module
Web.Router.PushState
- Package
- purescript-web-router
- Repository
- robertdp/purescript-web-router
#mkInterface Source
mkInterface :: forall f i o. Foldable f => (String -> f i) -> (o -> String) -> Effect (DriverInterface i o)
#mkInterface_ Source
mkInterface_ :: forall f i o. Foldable f => (String -> f i) -> (o -> String) -> PushStateInterface -> DriverInterface i o