(v5)
| 33090 | let out = ""; |
| 33091 | const pairs = (options === null || options === void 0 ? void 0 : options.explode) ? explode(key, value) : [[key, value]]; |
| 33092 | const encodeString = (v5) => { |
| 33093 | return (options === null || options === void 0 ? void 0 : options.charEncoding) === "percent" ? encodeURIComponent(v5) : v5; |
| 33094 | }; |
| 33095 | const encodeValue = (v5) => encodeString(serializeValue(v5)); |
| 33096 | pairs.forEach(([pk, pv]) => { |
| 33097 | let tmp = ""; |
no outgoing calls
no test coverage detected
searching dependent graphs…