get-point-text.d.ts 94 B

12
  1. import { Point } from "../types";
  2. export declare function getPointText(point: Point): string;