UNPKG

popmotion

Version:

The animator's toolbox

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