hipthrusts - v1.2.0
Preparing search index...
index
RedactResponseTo
Function RedactResponseTo
RedactResponseTo
<
TWhereToStore
extends
string
,
TContextIn
,
TContextOut
>
(
projector
:
(
htCtx
:
TContextIn
)
=>
TContextOut
,
whereToStore
:
TWhereToStore
,
)
:
{
redactResponse
:
(
unsafe
:
TContextIn
,
context
?:
any
,
)
=>
{
[
key
:
string
]:
TContextOut
}
;
}
Type Parameters
TWhereToStore
extends
string
TContextIn
TContextOut
Parameters
projector
:
(
htCtx
:
TContextIn
)
=>
TContextOut
whereToStore
:
TWhereToStore
Returns
{
redactResponse
:
(
unsafe
:
TContextIn
,
context
?:
any
,
)
=>
{
[
key
:
string
]:
TContextOut
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hipthrusts - v1.2.0
Loading...