UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

9 lines (7 loc) 157 B
function date(a, b) { var d = new Date; return a = +a, b = +b, function(t) { return d.setTime(a * (1 - t) + b * t), d; }; } export { date as d };