UNPKG

mindee

Version:

Mindee Client Library for Node.js

5 lines (4 loc) 133 B
import { Point } from "./point"; /** A polygon, composed of several Points. */ export declare class Polygon extends Array<Point> { }