diff --git a/index.d.ts b/index.d.ts index 5f33a54f..2a97a4e7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -350,7 +350,7 @@ declare namespace Flatten { scale(scaleX: number, scaleY: number) : Segment; transform(matrix: Matrix): Segment; isZeroLength(): boolean; - sortPoint(points: Array) : Array; + sortPoints(points: Array) : Array; toJSON() : Object; svg(attrs?: SVGAttributes): string; }