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) • 326 B
text/typescript
import { ConnectApp, ConnectHandlerOptions, ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, WorkerConnection } from "./types.cjs";
//#region src/components/connect/index.d.ts
declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>;
//#endregion
export { connect };
//# sourceMappingURL=index.d.cts.map