mirror: A fast utility that makes reading multipart responses simple
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix typo on return type (#21)

authored by

Yaacov Rydzinski and committed by
GitHub
(Jun 1, 2023, 10:14 AM +1000) d9bd95b6 379f53d6

+1 -1
+1 -1
readme.md
··· 83 83 84 84 ### `meros(response: Response, options?: Options)` 85 85 86 - Returns: `Promise<Response | AsyncGenerator<Part | Part[]>` 86 + Returns: `Promise<Response | AsyncGenerator<Part | Part[]>>` 87 87 88 88 Meros returns a promise that will resolve to an `AsyncGenerator` if the response is of `multipart/mixed` mime, or simply 89 89 returns the `Response` if something else; helpful for middlewares. The idea here being that you run meros as a chain off