Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import {bind} from 'hyperhtml-element';
bind(document.body)`
<div>Testing</div>
`;
bind`
<div>Testing</div>
`;
import {bind} from 'hyperhtml-element';
bind(document.body)`<div>Testing</div>`;
bind`
<div>Testing</div>
`;