UNPKG

exthos

Version:

stream processing in nodejs using the power of golang

8 lines 243 B
import { Engine } from "../engine/engine.js"; import { from as _from } from "./route.js"; let engine = new Engine(); let from = (...inputs) => { return _from(engine, ...inputs); }; export { from, engine }; //# sourceMappingURL=index.js.map