Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function html() {
return wire(wired.model, 'html:' + wired.id).apply(null, arguments);
}
exports.html = html;
export function svg() {
return wire(wired.model, 'svg:' + wired.id).apply(null, arguments);
};
function svg() {
return wire(wired.model, 'svg:' + wired.id).apply(null, arguments);
}
exports.svg = svg;
export function html() {
return wire(wired.model, 'html:' + wired.id).apply(null, arguments);
};