(value)
| 8113 | } |
| 8114 | |
| 8115 | function stringValue(value) { |
| 8116 | return typeof value === "string" && value.trim() ? value.trim() : undefined; |
| 8117 | } |
| 8118 | |
| 8119 | function configuredGatewayApiKey(config) { |
| 8120 | if (!isRecord(config)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…