@tempots/dom

Interpolate type

Represents a function that interpolates between two values.

Signature:

export type Interpolate = (start: T, end: T, delta: number) => T;