utils/index.html
ztimson e19768688d
All checks were successful
Build / Build NPM Project (push) Successful in 1m16s
Build / Tag Version (push) Successful in 15s
Build / Publish Documentation (push) Successful in 53s
Fixed using numbers as database table name
2025-05-27 14:51:04 -04:00

10 lines
163 B
HTML

<html>
<body>
<script type="module">
import {Cache, Database} from './dist/index.mjs';
const db = new Database('test', []);
</script>
</body>
</html>