UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

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