3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import { Point, Point3D } from '../types';
|
|
export declare const isPoint3D: (point: Point) => point is Point3D;
|