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.

7 lines (6 loc) 324 B
import { ConnectApp, ConnectHandlerOptions, ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, WorkerConnection } from "./types.js"; //#region src/components/connect/index.d.ts declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>; //#endregion export { connect }; //# sourceMappingURL=index.d.ts.map