From 4c6a395de093dce24c688276a8b04a93093fd118 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 11:27:59 +0200 Subject: init --- mod.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mod.ts (limited to 'mod.ts') 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 +*/ +import { e } from "./src/element.ts"; +import { OVar } from "./src/observable.ts"; + +export { OVar, e }; + -- cgit v1.2.3-70-g09d2