Better array typing

This commit is contained in:
Frederic Junod
2018-05-16 10:06:17 +02:00
parent 104a9a56e9
commit 972781ea9d
6 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ inherits(WMTSCapabilities, XML);
/**
* @const
* @type {Array.<string>}
* @type {Array.<null|string>}
*/
const NAMESPACE_URIS = [
null,
@@ -43,7 +43,7 @@ const NAMESPACE_URIS = [
/**
* @const
* @type {Array.<string>}
* @type {Array.<null|string>}
*/
const OWS_NAMESPACE_URIS = [
null,