From 251c81c2787f2eaf9d6a778357a2955c399b8799 Mon Sep 17 00:00:00 2001 From: Matias Volpe Date: Thu, 15 Jun 2023 12:05:06 -0300 Subject: [PATCH] feat: add Trace.ts to rune/mod.ts (#1082) --- rune/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/rune/mod.ts b/rune/mod.ts index 8ad0aea1e..142b4828f 100644 --- a/rune/mod.ts +++ b/rune/mod.ts @@ -8,4 +8,5 @@ export * from "./Id.ts" export * from "./is.ts" export * from "./MetaRune.ts" export * from "./Timeline.ts" +export * from "./Trace.ts" export * from "./ValueRune.ts"