UNPKG

bidasoa-components

Version:

Colección de componentes comunes empleados en proyectos Bidasoa.

8 lines (7 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getHTMLContent = void 0; function getHTMLContent(html) { return html.value; } exports.getHTMLContent = getHTMLContent;