UNPKG

213 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = _default;
7
8function _default(a, b) {
9 return a = +a, b = +b, function (t) {
10 return a * (1 - t) + b * t;
11 };
12}
\No newline at end of file