Skip to main content
Module

x/packup/examples/with-imports/js/script.js

📦 Zero-config web application packager in Deno
Go to Latest
File
import { foo } from "./foo.js";
window.addEventListener("DOMContentLoaded", () => { foo();});