Clean UMD
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-05-03 22:11:23 +02:00
parent 820d55b012
commit 39a67b94fc
10 changed files with 33 additions and 40 deletions

5
sigpro_umd.js Normal file
View File

@@ -0,0 +1,5 @@
import { $, $$, watch, batch, h, Fragment, mount, when, each, router, onUnmount, isArr, isFunc, isObj } from "./sigpro.js"
if (typeof window !== "undefined") {
Object.assign(window, { $, $$, watch, h, Fragment, when, each, router, mount, batch, onUnmount, isArr, isFunc, isObj })
}