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";