Added generic stream packer

This commit is contained in:
felipe
2018-02-23 19:20:28 -05:00
parent 1b988e7135
commit 40a8e581f1
3 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,4 @@
export * from "./packer/local";
export * from "./packer/express";
export * from "./packer/packer";
export * from "./packer/stream";