(name: FileSystemFileHandle, value: ArrayBuffer)
| 344 | admin?: string; |
| 345 | api: string; |
| 346 | cdn: string; |
| 347 | gateway: string; |
| 348 | wellknown: string; |
| 349 | } |
| 350 | |
| 351 | export interface InstanceInfo extends InstanceUrls { |
| 352 | value: string; |
| 353 | } |
| 354 | |
| 355 | export async function getapiurls(str: string): Promise<InstanceUrls | null> { |
| 356 | str = str.trim(); |
no test coverage detected