UNPKG
bidasoa-components
Version:
latest (1.0.0)
1.0.0
Colección de componentes comunes empleados en proyectos Bidasoa.
bidasoa-components
/
dist
/
models
/
content
/
HTML.js
8 lines
(7 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getHTMLContent
=
void
0
;
function
getHTMLContent
(
html
) {
return
html.
value
; }
exports
.
getHTMLContent
= getHTMLContent;