1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 20:32:13 +02:00

♻️ 🔨 🐛 e.g. better namespace #18

This commit is contained in:
2023-09-19 09:30:21 +02:00
parent 9c5ac96ab8
commit 1df797e316
9 changed files with 64 additions and 59 deletions

View File

@ -1,5 +1,5 @@
import { el } from "../../index.js";
import { S } from "../../src/signals.js";
import { S } from "../../signals.js";
const { hasOwnProperty }= Object.prototype;
const store= attrsPropsToSignals([ "test" ]);