Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function Miller() {
var _this = _super.call(this) || this;
_this.d3Projection = d3geoprojection.geoMiller();
return _this;
}
return Miller;
constructor(){
super();
this.d3Projection = d3geoprojection.geoMiller();
}
}