File "SVGPathDataEncoder.d-20260503015409.ts"
Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/readable-stream/SVGPathDataEncoder.d-20260503015409.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;