UNPKG

@nodesecure/js-x-ray

Version:
7 lines 281 B
import type { ESTree } from "meriyah"; export declare function isSvg(strOrLiteral: ESTree.Literal | string): boolean; /** * @description detect if a given string is a svg path or not. */ export declare function isSvgPath(str: string): boolean; //# sourceMappingURL=isSvg.d.ts.map