UNPKG

voluptasmollitia

Version:
7 lines (6 loc) 276 B
<!DOCTYPE html> <!-- type=module makes browers treat it as an ES6 module and enforces strict mode. This helps catch some errors in the test (e.g. extending frozen objects or accidentally creating global variables). --> <script type="module" src="dist/bundle.js"></script>