strom/src/index.ts

7 lines
110 B
TypeScript
Raw Normal View History

2018-11-26 01:24:35 +00:00
import * as utils from "./utils";
import * as stream from "./stream";
export = {
2018-11-29 04:59:24 +00:00
utils,
...stream,
2018-11-26 01:24:35 +00:00
};