Remove tags

This commit is contained in:
2026-04-26 19:32:30 +02:00
parent 9b9284d3d1
commit fb7ebe5fec
2 changed files with 1 additions and 2 deletions
Vendored
+1 -1
View File
@@ -1,5 +1,5 @@
/**
* SigPro 1.2.20
* SigPro
* A minimalistic reactive library with fine-grained reactivity,
* direct DOM updates, and built-in component helpers.
*/
-1
View File
@@ -1,4 +1,3 @@
// sigpro 1.2.19
const isFunc = f => typeof f === "function"
const isObj = o => o && typeof o === "object"
const isArr = Array.isArray