UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

6 lines 130 B
export default function (a, b) { a = +a; b = +b; return t => a * (1 - t) + b * t; } //# sourceMappingURL=number.js.map