blob: 0657b948f4c7c5ccb2c41e791eb26acda006f1b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
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";
import * as show from "./src/show.ts";
export { OVar, e, show };
|