Module

Routing.Parser

Package
purescript-routing
Repository
purescript-contrib/purescript-routing

#parse Source

parse :: (String -> String) -> String -> Route

Parse hash string to Route with decoder function applied to every hash part (usually decodeURIComponent)