From 518fec0595d228b62143ff7481b0439adec20f21 Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 19 Sep 2017 15:47:29 +0100 Subject: [PATCH] Export like standard style --- ts/export/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/export/index.ts b/ts/export/index.ts index 111dddfc60..530f7fc264 100644 --- a/ts/export/index.ts +++ b/ts/export/index.ts @@ -1,3 +1,3 @@ -export { LocalPacker } from "./packer/local"; -export { ExpressPacker } from "./packer/express"; -export { Packer } from "./packer/packer"; +export * from "./packer/local"; +export * from "./packer/express"; +export * from "./packer/packer";