Refers to NodeJS Transform Stream functions, a form of `duplex` stream function that mutates the streamed data.
From the NodeJS Stream docs
Transform streams are Duplex streams where the output is in some way related to the input. Like all Duplex streams, Transform streams implement both the Readable and Writable interfaces.