1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-22 07:49:38 +01:00
deka-dom-el/jsdom.d.ts

8 lines
187 B
TypeScript
Raw Normal View History

2023-09-13 21:06:13 +02:00
import { el, assign, on } from "./index.d";
export * from "./index.d";
2023-09-05 11:01:29 +02:00
export function register(dom: typeof document): Promise<{
el: typeof el,
assign: typeof assign,
on: typeof on
}>