···83838484### `meros(response: Response, options?: Options)`
85858686-Returns: `Promise<Response | AsyncGenerator<Part | Part[]>`
8686+Returns: `Promise<Response | AsyncGenerator<Part | Part[]>>`
87878888Meros returns a promise that will resolve to an `AsyncGenerator` if the response is of `multipart/mixed` mime, or simply
8989returns the `Response` if something else; helpful for middlewares. The idea here being that you run meros as a chain off