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.

3 lines 208 B
import { type ConnectHandlerOptions, type WorkerConnection } from "./types.js"; export declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>; //# sourceMappingURL=index.d.ts.map