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

2
sigpro.d.ts vendored
View File

@@ -1,5 +1,5 @@
/** /**
* SigPro 1.2.20 * SigPro
* A minimalistic reactive library with fine-grained reactivity, * A minimalistic reactive library with fine-grained reactivity,
* direct DOM updates, and built-in component helpers. * direct DOM updates, and built-in component helpers.
*/ */

View File

@@ -1,4 +1,3 @@
// sigpro 1.2.19
const isFunc = f => typeof f === "function" const isFunc = f => typeof f === "function"
const isObj = o => o && typeof o === "object" const isObj = o => o && typeof o === "object"
const isArr = Array.isArray const isArr = Array.isArray