UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

4 lines (3 loc) 104 B
export function number(a: number, b: number, t: number): number { return (a * (1 - t)) + (b * t); }