(url: string)
| 51 | |
| 52 | export const isSvgDataUrl = (url: string) => url.startsWith('data:image/svg+xml'); |
| 53 | export const isEncodedDataUrl = (url: string) => url.indexOf(';utf8,') !== -1; |
no outgoing calls
no test coverage detected
searching dependent graphs…