Flag optional param to fix TS error

This commit is contained in:
Kevin Schmidt
2018-09-28 07:56:07 -06:00
parent 63f583e148
commit 73a48eb3d4

View File

@@ -139,7 +139,7 @@ class TopoJSON extends JSONFeature {
/**
* @const
* @type {Object<string, function(TopoJSONGeometry, Array, ...Array): import("../geom/Geometry.js").default>}
* @type {Object<string, function(TopoJSONGeometry, Array, ...Array=): import("../geom/Geometry.js").default>}
*/
const GEOMETRY_READERS = {
'Point': readPointGeometry,