This commit is contained in:
5
sigpro_umd.js
Normal file
5
sigpro_umd.js
Normal 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 })
|
||||
}
|
||||
Reference in New Issue
Block a user