The mappings of URI query entries.
A QueryParser
that is ready to parse URI queries.
Checks that query
contains each of the possible fields, then
invokes the associated Parser
and appends the result to a copy of
init
.
The URI query object to parse.
The initial state of a mapped object before reducing with the map functions. Might be used to provide required parameters.
A T
with all available queries mapped from query
.
Generated using TypeDoc
QueryParser
handles URI query parsing and transformation. Users define the source property name and optionally the target property name and a parsing function.