File "SVGPathDataEncoder.d.ts"
Full Path: C:/wamp64/www/INTERPRETE2/frontend/node_modules/svg-pathdata/src/SVGPathDataEncoder.d.ts
File size: 122 bytes
MIME-type: text/x-java
Charset: utf-8
import { SVGCommand } from "./types";
export declare function encodeSVGPath(commands: SVGCommand | SVGCommand[]): string;