@tempots/dom > Interpolate
Represents a function that interpolates between two values.
Signature:
export type Interpolate<T> = (start: T, end: T, delta: number) => T;