We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7e050 commit 52a5fc1Copy full SHA for 52a5fc1
dist/en/main/ol/dist/ol.d.ts
@@ -991,6 +991,10 @@ declare namespace ol {
991
export { _ol_xml$registerXMLSerializer as registerXMLSerializer };
992
export { _ol_xml$serialize as serialize };
993
}
994
+ import VERSION = util.VERSION;
995
+ export { VERSION };
996
+ import getUid = util.getUid;
997
+ export { getUid };
998
999
import $ol$Collection from '../../ol/Collection.js';
1000
import $ol$DataTile from '../../ol/DataTile.js';
0 commit comments