Skip to content

Commit deb6bb0

Browse files
committed
build
1 parent 204e4fc commit deb6bb0

6 files changed

+4
-8
lines changed

dist/svg-path-commander.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.d.cts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ declare const pathToCurve: (pathInput: string | PathArray) => CurveArray;
801801
*/
802802
declare const pathToString: (path: PathArray, roundOption?: number | "off") => string;
803803

804-
declare const error = "SVGPathCommander Error";
805-
806804
/**
807805
* Parses a path string value and returns an array
808806
* of segments we like to call `pathArray`.

dist/svg-path-commander.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ declare const pathToCurve: (pathInput: string | PathArray) => CurveArray;
801801
*/
802802
declare const pathToString: (path: PathArray, roundOption?: number | "off") => string;
803803

804-
declare const error = "SVGPathCommander Error";
805-
806804
/**
807805
* Parses a path string value and returns an array
808806
* of segments we like to call `pathArray`.

dist/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)