aboutsummaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'mod.ts')
-rw-r--r--mod.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod.ts b/mod.ts
new file mode 100644
index 0000000..d61e0e7
--- /dev/null
+++ b/mod.ts
@@ -0,0 +1,10 @@
+/*
+ This file is part of jshelper (https://codeberg.org/metamuffin/jshelper)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2023 metamuffin <metamuffin.org>
+*/
+import { e } from "./src/element.ts";
+import { OVar } from "./src/observable.ts";
+
+export { OVar, e };
+