UNPKG

@cantoo/pdf-lib

Version:

Create and modify PDF files with JavaScript

8 lines (7 loc) 259 B
import Point from './Point'; export default abstract class GraphElement { abstract isEqual(element: GraphElement): boolean; abstract orthoProjection(P: Point): Point; distance(P: Point): number; } //# sourceMappingURL=GraphElement.d.ts.map