exthos
Version:
stream processing in nodejs using the power of golang
13 lines • 326 B
JavaScript
import "dotenv/config";
import { Stream } from "./stream/stream.js";
import { Engine } from "./engine/engine.js";
import { engine, from } from "./hlapis/index.js";
const exthos = {
engine,
from,
Engine,
Stream
};
export { Stream, Engine, engine, from };
export default exthos;
//# sourceMappingURL=index.js.map