Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/d3-color/src/
Upload File :
Current File : /home/emeraadmin/www/node_modules/d3-color/src/define.js

export default function(constructor, factory, prototype) {
  constructor.prototype = factory.prototype = prototype;
  prototype.constructor = constructor;
}

export function extend(parent, definition) {
  var prototype = Object.create(parent.prototype);
  for (var key in definition) prototype[key] = definition[key];
  return prototype;
}