Updates for TypeScript v4.6.0-beta

This commit is contained in:
Andreas Hocevar
2022-01-26 14:59:24 +01:00
parent deaa0ccc2a
commit 2e5c1f2af9
10 changed files with 67 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ import {extend} from './array.js';
* {@link module:ol/xml.makeSimpleNodeFactory}, the top `objectStack` item needs
* to have this structure.
* @typedef {Object} NodeStackItem
* @property {Node} node Node.
* @property {Element} node Node.
*/
/**