mirror of
https://github.com/jaandrle/deka-dom-el
synced 2026-01-11 16:26:28 +01:00
💥 📝
This commit is contained in:
2
jsdom.d.ts
vendored
2
jsdom.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user