Module
PsSpa.Request
- Package
- purescript-ps-spa
- Repository
- the-man-with-a-golden-mind/ps-spa
#QueryParam Source
type QueryParam = { key :: String, value :: String }#hasQueryParam Source
hasQueryParam :: forall route params. String -> Request route params -> Boolean