Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
redactOptions
Interface redactOptions
interface
redactOptions
{
censor
?:
string
|
(
(
value
,
path
)
=>
any
)
;
paths
:
string
[]
;
remove
?:
boolean
;
}
Index
Properties
censor?
paths
remove?
Properties
Optional
censor
censor
?:
string
|
(
(
value
,
path
)
=>
any
)
Type declaration
(
value
,
path
)
:
any
Parameters
value
:
any
path
:
string
[]
Returns
any
paths
paths
:
string
[]
Optional
remove
remove
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
censor
paths
remove
Astro Node.js Fastify adapter - v0.0.12
Loading...