Skip to main content

TransformCallback

type alias internal.TransformCallback

Definition Jump to heading

(
error?: Error | null,
data?: any,
) => void
Back to top