UNPKG

@thi.ng/geom

Version:

Functional, polymorphic API for 2D geometry types & SVG generation

5 lines 325 B
import type { IShape, PCLike, PCLikeConstructor } from "../api.js"; export declare const __ensurePCLike: (x: IShape) => PCLike; export declare const __pclike: (ctor: PCLikeConstructor, args: any[]) => PCLike; export declare const __ensureNumVerts: (num: number, expected: number) => void; //# sourceMappingURL=pclike.d.ts.map