TTransformCallback
Bun

type

stream.default.TransformCallback

type TransformCallback = (error?: Error | null, data?: any) => void