Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ProcessCallback
Type alias ProcessCallback<File>
Process
Callback
<
File
>
:
(
(
error
?
,
file
?
)
=>
undefined
)
Callback called when the process is done.
Called with either an error or a result.
Type Parameters
File
extends
VFile
=
VFile
Type declaration
(
error
?
,
file
?
)
:
undefined
Parameters
Optional
error
:
Error
Optional
file
:
File
Returns
undefined
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Astro Node.js Fastify adapter - v0.0.12
Loading...
Callback called when the process is done.
Called with either an error or a result.