UNPKG

js-angusj-clipper

Version:

Polygon and line clipping and offsetting library for Javascript / Typescript - a port of Angus Johnson's clipper to WebAssembly / Asm.JS

4 lines (3 loc) 149 B
import { Path, ReadonlyPath } from "./Path"; export declare type Paths = Path[]; export declare type ReadonlyPaths = ReadonlyArray<ReadonlyPath>;