(value)
| 77317 | return { body: String(body) }; |
| 77318 | default: |
| 77319 | if (typeof body === "string") { |
| 77320 | return { body }; |
| 77321 | } |
| 77322 | return { body: JSON.stringify(body) }; |
| 77323 | } |
| 77324 | } |
| 77325 | function isRLCFormDataValue(value) { |
no outgoing calls
no test coverage detected