UNPKG

motion

Version:

The Motion library for the web

3 lines (2 loc) 163 B
export declare type Interpolator<T> = (v: number) => T; export declare function fastInterpolate<T>([from, to]: [number, number], output: [T, T]): Interpolator<T>;