@tsdotnet/uri - v1.1.0
Preparing search index...
query
parse
Function parse
parse
(
query
:
string
,
entryHandler
:
(
key
:
string
,
value
:
Primitive
)
=>
void
,
deserialize
?:
boolean
,
decodeValues
?:
boolean
,
)
:
void
Parses a string for valid query param entries and pipes them through a handler.
Parameters
query
:
string
entryHandler
:
(
key
:
string
,
value
:
Primitive
)
=>
void
deserialize
:
boolean
= true
Default is true.
decodeValues
:
boolean
= true
Default is true.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/uri - v1.1.0
Loading...
Parses a string for valid query param entries and pipes them through a handler.