@tsdotnet/uri - v1.1.0
Preparing search index...
query
parseToValues
Function parseToValues
parseToValues
(
query
:
string
,
deserialize
?:
boolean
,
decodeValues
?:
boolean
,
)
:
{
[
key
:
string
]:
Primitive
|
Primitive
[]
}
Parses a string for valid query params and returns a key-value map of the entries.
Parameters
query
:
string
deserialize
:
boolean
= true
Default is true.
decodeValues
:
boolean
= true
Default is true.
Returns
{
[
key
:
string
]:
Primitive
|
Primitive
[]
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/uri - v1.1.0
Loading...
Parses a string for valid query params and returns a key-value map of the entries.