1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-22 15:59:37 +01:00
deka-dom-el/src/jsdom.d.ts

7 lines
161 B
TypeScript
Raw Normal View History

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