UNPKG

exthos

Version:

stream processing in nodejs using the power of golang

15 lines (12 loc) 287 B
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;