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