ProcessCallback<
File
> = (error?
,file?
) =>undefined
Defined in: node_modules/unified/lib/index.d.ts:976
Callback called when the process is done.
Called with either an error or a result.
Type Parameter | Default type |
---|---|
File extends VFile | VFile |
Parameter | Type |
---|---|
error? | Error |
file? | File |
undefined