Module

Routing.Hash

Package
purescript-routing
Repository
slamdata/purescript-routing

#setHash Source

setHash :: forall e. String -> Eff (dom :: DOM | e) Unit

#getHash Source

getHash :: forall e. Eff (dom :: DOM | e) String

#modifyHash Source

modifyHash :: forall e. (String -> String) -> Eff (dom :: DOM | e) Unit