Changing export to Namepace Tar

This commit is contained in:
Fabian Stamm 2020-07-26 13:20:17 +02:00
parent d1fbb6eefd
commit 34e482615d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export * from "./src/mod.ts";
export * as Tar from "./src/mod.ts";