Fix typing in ol/xml module
This commit is contained in:
+1
-1
@@ -389,7 +389,7 @@ export function makeSequence(object, orderedKeys) {
|
|||||||
*/
|
*/
|
||||||
export function makeStructureNS(namespaceURIs, structure, opt_structureNS) {
|
export function makeStructureNS(namespaceURIs, structure, opt_structureNS) {
|
||||||
/**
|
/**
|
||||||
* @type {Object.<string, *>}
|
* @type {Object.<string, T>}
|
||||||
*/
|
*/
|
||||||
const structureNS = opt_structureNS !== undefined ? opt_structureNS : {};
|
const structureNS = opt_structureNS !== undefined ? opt_structureNS : {};
|
||||||
let i, ii;
|
let i, ii;
|
||||||
|
|||||||
Reference in New Issue
Block a user