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