SourceTermAnalysisSystem_vue/node_modules/ol/format/xlink.d.ts

6 lines
161 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
/**
* @param {Element} node Node.
* @return {string|null} href.
*/
export function readHref(node: Element): string | null;
//# sourceMappingURL=xlink.d.ts.map