1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-01-11 16:26:28 +01:00

💥 📝

This commit is contained in:
2023-11-10 17:15:59 +01:00
parent 4d3a513713
commit 2569b9cd45
30 changed files with 420 additions and 361 deletions

2
jsdom.d.ts vendored
View File

@@ -1,6 +1,6 @@
import { el, assign, on } from "./index.d";
export * from "./index.d";
export function register(dom: typeof document): Promise<{
export function register(dom: JSDOM): Promise<{
el: typeof el,
assign: typeof assign,
on: typeof on