Module

Node.URL.URLSearchParams

Package
purescript-node-url
Repository
purescript-node/purescript-node-url

#URLSearchParams Source

#fromObject Source

fromObject :: forall r. Record r -> Effect URLSearchParams

Each label in the record arg must be of type String, Array String, or a newtyped version of those two types. Note: the compiler does not check the record arg to verify that this constraint has been satisfied.