UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

9 lines (7 loc) 192 B
export function isSvg(str) { return str.startsWith("<svg") || str.startsWith("<?xml"); } export function isXML(str) { return str.startsWith("<"); } //# sourceMappingURL=is-xml.js.map