From 34e482615d42913246f0fad835decd3de40ac7b5 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Sun, 26 Jul 2020 13:20:17 +0200 Subject: [PATCH] Changing export to Namepace Tar --- tar/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/mod.ts b/tar/mod.ts index a1ca67a..abf0333 100644 --- a/tar/mod.ts +++ b/tar/mod.ts @@ -1 +1 @@ -export * from "./src/mod.ts"; +export * as Tar from "./src/mod.ts";