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 427 B
import { Realtime } from "./components/realtime/types.js"; import { staticSchema } from "./components/triggers/triggers.js"; import { channel } from "./components/realtime/channel.js"; import { realtime } from "./components/realtime/index.js"; import { getSubscriptionToken, subscribe } from "./components/realtime/subscribe/index.js"; export { type Realtime, channel, getSubscriptionToken, realtime, staticSchema, subscribe };