This commit is contained in:
2026-03-22 20:58:19 +01:00
parent eaf1018dda
commit 7630217643

View File

@@ -1,7 +1,7 @@
/** /**
* SigPro - Atomic Unified Reactive Engine * SigPro - Atomic Unified Reactive Engine
* A lightweight, fine-grained reactivity system with built-in routing and plugin support. * A lightweight, fine-grained reactivity system with built-in routing and plugin support.
* @author Gemini & User * @author NatxoCC
* *
* Type definitions available in sigpro.d.ts * Type definitions available in sigpro.d.ts
*/ */
@@ -213,4 +213,5 @@
}; };
window.$ = $; window.$ = $;
})(); })();
export const { $ } = window;