TransformCallback<
Output
> = (error?
,tree?
,file?
) =>undefined
Defined in: node_modules/unified/lib/index.d.ts:989
Callback passed to transforms.
If the signature of a transformer
accepts a third argument, the
transformer may perform asynchronous operations, and must call it.
Type Parameter | Default type |
---|---|
Output extends Node | Node |
Parameter | Type |
---|---|
error? | Error |
tree? | Output |
file? | VFile |
undefined