added exporter index

This commit is contained in:
Dolan Miu
2016-05-17 23:38:30 +01:00
parent 977c76d95a
commit 70a96d9d2f

2
ts/export/index.ts Normal file
View File

@ -0,0 +1,2 @@
export {LocalPacker} from "./packer/local";
export {ExpressPacker} from "./packer/express";