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.

6 lines (5 loc) 354 B
import { staticSchema } from "./components/triggers/triggers.js"; import { getSubscriptionToken, subscribe } from "./components/realtime/subscribe/index.js"; import { channel } from "./components/realtime/channel.js"; import { realtime } from "./components/realtime/index.js"; export { channel, getSubscriptionToken, realtime, staticSchema, subscribe };