diff options
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 }; |