UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

12 lines (11 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StreamService = void 0; class StreamService { constructor(streamClient, storeClient, config = {}) { this.streamClient = streamClient; this.storeClient = storeClient; this.config = config; } } exports.StreamService = StreamService;