Skip to content

Commit

Permalink
Merge ac768a9 into ddfe1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaasvaak committed Dec 21, 2021
2 parents ddfe1a4 + ac768a9 commit 101254e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ declare module "svgpath" {
interface SvgPath {
(path: string): SvgPath;
new (path: string): SvgPath;
from(path: string | SvgPath): SvgPath;
abs(): SvgPath;
rel(): SvgPath;
scale(sx: number, sy?: number): SvgPath;
Expand Down

0 comments on commit 101254e

Please sign in to comment.