method internal.TransformOptions.transform Usage in Denoimport { type internal } from "node:stream"; TransformOptions.transform(this: Transform,chunk: any,encoding: BufferEncoding,callback: TransformCallback,): void Parameters this: Transform chunk: any encoding: BufferEncoding callback: TransformCallback Return Type void