insomnia/scripts/changelog-image/svg-text-to-path.d.ts
2022-03-30 12:45:16 +00:00

7 lines
199 B
TypeScript

declare module 'svg-text-to-path' {
export function getSvgElement(string: string): SVGSVGElement;
export function replaceAllInString(string: string, options: { [key: string]: {} }): string;
}