UNPKG

mindee

Version:

Mindee Client Library for Node.js

8 lines (7 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Polygon = void 0; /** A polygon, composed of several Points. */ class Polygon extends Array { } exports.Polygon = Polygon;