Rework module structure

This commit is contained in:
Sami Turcotte
2018-11-28 23:59:24 -05:00
parent 41c9ce7dca
commit 9694ee88e4
6 changed files with 35 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
import * as utils from "./utils";
import * as stream from "./stream";
export = {
...utils,
stream,
utils,
...stream,
};