UNPKG

inngest

Version:

Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.

9 lines (7 loc) 221 B
import { Realtime } from "./types.js"; import { channel } from "./channel.js"; //#region src/components/realtime/index.ts const realtime = { channel }; //#endregion export { realtime }; //# sourceMappingURL=index.js.map