@adviser/cement - v0.0.0
Preparing search index...
URIInterface
Interface URIInterface<R>
interface
URIInterface
<
R
extends
URIInterface
<
R
>
>
{
getParams
:
Iterable
<
[
string
,
string
]
>
;
hasParam
(
key
:
string
)
:
boolean
;
getParam
<
T
extends
string
|
undefined
>
(
key
:
string
|
OneKey
<
string
,
string
>
,
def
?:
T
,
)
:
T
extends
string
?
string
:
string
|
undefined
;
getParamResult
(
key
:
string
,
msgFn
?:
(
key
:
string
)
=>
string
,
)
:
Result
<
string
>
;
getParamsResult
(
...
keys
:
KeysParam
)
:
Result
<
Record
<
string
,
string
>
>
;
match
(
other
:
CoerceURI
)
:
MatchResult
;
clone
()
:
R
;
asURL
()
:
URL
;
toString
()
:
string
;
toJSON
()
:
string
;
asObj
(
...
strips
:
StripCommand
[]
)
:
Partial
<
HostURIObject
|
PathURIObject
>
;
}
Type Parameters
R
extends
URIInterface
<
R
>
Implemented by
BuildURI
URI
Index
Properties
get
Params
Methods
has
Param
get
Param
get
Param
Result
get
Params
Result
match
clone
as
URL
to
String
to
JSON
as
Obj
Properties
Readonly
get
Params
getParams
:
Iterable
<
[
string
,
string
]
>
Methods
has
Param
hasParam
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
get
Param
getParam
<
T
extends
string
|
undefined
>
(
key
:
string
|
OneKey
<
string
,
string
>
,
def
?:
T
,
)
:
T
extends
string
?
string
:
string
|
undefined
Type Parameters
T
extends
string
|
undefined
Parameters
key
:
string
|
OneKey
<
string
,
string
>
Optional
def
:
T
Returns
T
extends
string
?
string
:
string
|
undefined
get
Param
Result
getParamResult
(
key
:
string
,
msgFn
?:
(
key
:
string
)
=>
string
)
:
Result
<
string
>
Parameters
key
:
string
Optional
msgFn
:
(
key
:
string
)
=>
string
Returns
Result
<
string
>
get
Params
Result
getParamsResult
(
...
keys
:
KeysParam
)
:
Result
<
Record
<
string
,
string
>
>
Parameters
...
keys
:
KeysParam
Returns
Result
<
Record
<
string
,
string
>
>
match
match
(
other
:
CoerceURI
)
:
MatchResult
Parameters
other
:
CoerceURI
Returns
MatchResult
clone
clone
()
:
R
Returns
R
as
URL
asURL
()
:
URL
Returns
URL
to
String
toString
()
:
string
Returns
string
to
JSON
toJSON
()
:
string
Returns
string
as
Obj
asObj
(
...
strips
:
StripCommand
[]
)
:
Partial
<
HostURIObject
|
PathURIObject
>
Parameters
...
strips
:
StripCommand
[]
Returns
Partial
<
HostURIObject
|
PathURIObject
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get
Params
Methods
has
Param
get
Param
get
Param
Result
get
Params
Result
match
clone
as
URL
to
String
to
JSON
as
Obj
@adviser/cement - v0.0.0
Loading...