Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/d3-interpolate/src/
Upload File :
Current File : /home/emeraadmin/www/node_modules/d3-interpolate/src/date.js

export default function(a, b) {
  var d = new Date;
  return a = +a, b -= a, function(t) {
    return d.setTime(a + b * t), d;
  };
}