UNPKG

popmotion

Version:

The animator's toolbox

4 lines (3 loc) 126 B
import { Point } from '../types'; export declare const zeroPoint: Point; export declare const isNum: (v: any) => v is number;