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

    Interface StreamCollector

    • A function that converts a stream into an array of bytes.

      Parameters

      • stream: any

        The low-level native stream from browser or Nodejs runtime

      Returns Promise<Uint8Array<ArrayBufferLike>>