mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
7 lines
199 B
TypeScript
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;
|
||
|
}
|