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 = {
...utils,
stream,
};