1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 04:12:14 +02:00

🔨 💥 docs + types

This commit is contained in:
2023-11-08 14:53:18 +01:00
parent 0f511d1791
commit 14fe70e8f6
12 changed files with 33756 additions and 43 deletions

View File

@ -47,6 +47,10 @@ function registerClientPart(page_id, registerClientFile){
el("script", { src: "https://flems.io/flems.html", type: "text/javascript", charset: "utf-8" }),
//★ el("script", { src: "https://cdn.jsdelivr.net/npm/shiki", defer: true }),
);
const d= el("div");
/** @param {HTMLDivElement} a */
const f= (a)=> a;
f(d); //←
//★ egisterClientFile(
//★ new URL("./example.js.js", import.meta.url),
//★ el("script", { type: "module" })