(baseUrl: string)
| 245 | } |
| 246 | |
| 247 | function normalizeBaseUrl(baseUrl: string): string { |
| 248 | return baseUrl.replace(/\/+$/, ''); |
| 249 | } |
| 250 | |
| 251 | function normalizeEndpoint(value: string): string { |
| 252 | return value.trim().replace(/\/+$/, ''); |
no outgoing calls
no test coverage detected