1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 04:12:14 +02:00

add namespace function

This commit is contained in:
2023-08-24 15:31:22 +02:00
parent acdfb4ef57
commit 1fbc6a8641
2 changed files with 16 additions and 17 deletions

View File

@ -1,5 +1,5 @@
import { S, watch, el, elNS, assign, listen, dispatch } from "../index.js";
Object.assign(globalThis, { S, watch, el, elNS, assign, listen, dispatch });
import { S, watch, el, namespace, assign, listen, dispatch } from "../index.js";
Object.assign(globalThis, { S, watch, el, namespace, assign, listen, dispatch });
const { style, css }= createStyle();
globalThis.test= console.log;