Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export type Point = {
|
||||
x: number;
|
||||
y: number;
|
||||
};
|
||||
export declare const createSmoothSvgPath: ({ points }: {
|
||||
points: Point[];
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user