ts-lambda-api - v2.5.2
    Preparing search index...

    Function map

    • This method allows mapping over the stream. The fn function will be called for every chunk in the stream. If the fn function returns a promise - that promise will be awaited before being passed to the result stream.

      Parameters

      Returns Readable

      a stream mapped with the function fn.

      v17.4.0, v16.14.0