Improve some null types to prepare for strictNullChecks

This commit is contained in:
EvertEt
2022-01-30 12:15:46 +01:00
parent 12f8bae261
commit e3d3d24f05
20 changed files with 41 additions and 39 deletions

View File

@@ -142,7 +142,7 @@ class VectorTile extends UrlTile {
/**
* @private
* @type {import("../format/Feature.js").default}
* @type {import("../format/Feature.js").default|null}
*/
this.format_ = options.format ? options.format : null;