diff --git a/sigpro/sigpro.js b/sigpro/sigpro.js index 2c36370..742c92d 100644 --- a/sigpro/sigpro.js +++ b/sigpro/sigpro.js @@ -1,7 +1,7 @@ /** * SigPro - Atomic Unified Reactive Engine * 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 */ @@ -213,4 +213,5 @@ }; window.$ = $; -})(); \ No newline at end of file +})(); +export const { $ } = window; \ No newline at end of file