(url: string)
| 12 | } |
| 13 | |
| 14 | function normalizeBaseUrl(url: string): string { |
| 15 | return url.replace(/\/$/, '') |
| 16 | } |
| 17 | |
| 18 | export function getNoumenaIssuerBaseUrl(): string | null { |
| 19 | const baseUrl = process.env.NOUMENA_ISSUER_BASE_URL?.trim() |
no outgoing calls
no test coverage detected