Skip to main content
type alias internal.TransformCallback

Definition

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