UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

2 lines 242 B
export const getEntryValue = (entry, name) => { var _a, _b; return (_b = (_a = entry.getElementsByTagName(name)[0]) === null || _a === void 0 ? void 0 : _a.textContent) !== null && _b !== void 0 ? _b : ''; }; //# sourceMappingURL=utils.js.map