UNPKG

112 BJavaScriptView Raw
1export default function(a, b) {
2 return a = +a, b -= a, function(t) {
3 return Math.round(a + b * t);
4 };
5}