7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
interface P {
|
|
x: number;
|
|
y: number;
|
|
}
|
|
export declare function simplify(points: P[], sqTolerance?: number, highestQuality?: boolean): P[];
|
|
export {};
|
|
//# sourceMappingURL=Simplify.d.ts.map
|