UNPKG

ag-charts-community

Version:

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

9 lines 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function default_1(a, b) { a = +a; b = +b; return t => a * (1 - t) + b * t; } exports.default = default_1; //# sourceMappingURL=number.js.map