(opts)
| 80427 | if (typeof x5 === "string") |
| 80428 | return x5; |
| 80429 | if (typeof Buffer !== "undefined" && x5 instanceof Buffer) |
| 80430 | return String(x5); |
| 80431 | return void 0; |
| 80432 | }; |
| 80433 | var isAsyncIterableIterator2 = (value) => value != null && typeof value === "object" && typeof value[Symbol.asyncIterator] === "function"; |
| 80434 | var isMultipartBody2 = (body) => body && typeof body === "object" && body.body && body[Symbol.toStringTag] === "MultipartBody"; |
| 80435 | var multipartFormRequestOptions = async (opts) => { |
no test coverage detected
searching dependent graphs…