Files
sigpro/sigpro_umd.js
natxocc 39a67b94fc
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
Clean UMD
2026-05-03 22:11:23 +02:00

5 lines
284 B
JavaScript

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 })
}