hipthrusts - v1.2.0
Preparing search index...
index
SanitizeInputsFrom
Function SanitizeInputsFrom
SanitizeInputsFrom
<
TWhereToLook
extends
string
,
TContextIn
extends
{
[
key
in
string
]
:
TContextIn
[
TWhereToLook
]
}
,
TContextOut
extends
object
,
>
(
whereToLook
:
TWhereToLook
,
projector
:
(
htCtx
:
TContextIn
[
TWhereToLook
]
)
=>
TContextOut
,
)
:
{
sanitizeInputs
:
(
htCtx
:
TContextIn
)
=>
TContextOut
}
Type Parameters
TWhereToLook
extends
string
TContextIn
extends
{
[
key
in
string
]
:
TContextIn
[
TWhereToLook
]
}
TContextOut
extends
object
Parameters
whereToLook
:
TWhereToLook
projector
:
(
htCtx
:
TContextIn
[
TWhereToLook
]
)
=>
TContextOut
Returns
{
sanitizeInputs
:
(
htCtx
:
TContextIn
)
=>
TContextOut
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hipthrusts - v1.2.0
Loading...