1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-21 15:39:36 +01:00
deka-dom-el/jsdom.d.ts
2023-09-13 21:06:13 +02:00

8 lines
187 B
TypeScript

import { el, assign, on } from "./index.d";
export * from "./index.d";
export function register(dom: typeof document): Promise<{
el: typeof el,
assign: typeof assign,
on: typeof on
}>