SourceTermAnalysisSystem_vue/node_modules/ol/format/xlink.d.ts
2026-05-15 10:22:44 +08:00

6 lines
161 B
TypeScript

/**
* @param {Element} node Node.
* @return {string|null} href.
*/
export function readHref(node: Element): string | null;
//# sourceMappingURL=xlink.d.ts.map