Convert file URLs to blob URLs (for images)
(url: string)
| 62 | getBlobBaseUrl(ref: RepoRef, branch?: string): string |
| 63 | /** Convert file URLs to blob URLs (for images) */ |
| 64 | fileToRaw?(url: string): string |
| 65 | /** Convert blob URLs to raw URLs (for images) */ |
| 66 | blobToRaw?(url: string): string |
| 67 | } |
no outgoing calls
no test coverage detected