From 78fe4b0459dd34737303ec97647a83cecfbd1dc1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 2 Oct 2023 21:35:21 +0200 Subject: formatting function --- mod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod.ts') diff --git a/mod.ts b/mod.ts index d61e0e7..0657b94 100644 --- a/mod.ts +++ b/mod.ts @@ -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 }; -- cgit v1.2.3-70-g09d2