2026-03-04 12:59:40 +01: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