UNPKG

@thi.ng/geom

Version:

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

6 lines 246 B
import type { IShape } from "../api.js"; /** @internal */ export declare const __dispatch: (x: IShape) => string | number; /** @internal */ export declare const __dispatch2: (a: IShape, b: IShape) => string; //# sourceMappingURL=dispatch.d.ts.map