diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-01 11:27:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-01 11:27:59 +0200 |
commit | 4c6a395de093dce24c688276a8b04a93093fd118 (patch) | |
tree | f5b345a4e0b8650577ce0734ee1b26d8c0433b1c /mod.ts | |
download | jshelper-4c6a395de093dce24c688276a8b04a93093fd118.tar jshelper-4c6a395de093dce24c688276a8b04a93093fd118.tar.bz2 jshelper-4c6a395de093dce24c688276a8b04a93093fd118.tar.zst |
init
Diffstat (limited to 'mod.ts')
-rw-r--r-- | mod.ts | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 }; + |