UNPKG

popmotion

Version:

The animator's toolbox

3 lines (2 loc) 114 B
import { Point } from "../types"; export declare function distance<P extends Point | number>(a: P, b: P): number;