From ea39da6de34758b5f321cce86e3f474dd5da60d9 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 17 May 2016 23:37:46 +0100 Subject: [PATCH] exporting the exporer --- ts/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 61b700b56e..b7537fd38f 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1 +1,2 @@ -export * from "./docx"; \ No newline at end of file +export * from "./docx"; +export * from "./export"; \ No newline at end of file