diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-02 21:35:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-02 21:35:21 +0200 |
commit | 78fe4b0459dd34737303ec97647a83cecfbd1dc1 (patch) | |
tree | 3f2d995629fe690b86630459f494ffdaa06f8d31 /mod.ts | |
parent | 1a42804b2df0c443588863e77c1c4c619a33533b (diff) | |
download | jshelper-78fe4b0459dd34737303ec97647a83cecfbd1dc1.tar jshelper-78fe4b0459dd34737303ec97647a83cecfbd1dc1.tar.bz2 jshelper-78fe4b0459dd34737303ec97647a83cecfbd1dc1.tar.zst |
formatting function
Diffstat (limited to 'mod.ts')
-rw-r--r-- | mod.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ */ import { e } from "./src/element.ts"; import { OVar } from "./src/observable.ts"; +import * as show from "./src/show.ts"; -export { OVar, e }; +export { OVar, e, show }; |