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.
4 lines • 396 B
TypeScript
import { ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, type ConnectApp, type ConnectHandlerOptions, type WorkerConnection } from "./types.js";
export { DEFAULT_SHUTDOWN_SIGNALS, type ConnectApp, type ConnectHandlerOptions, type ConnectionState, type WorkerConnection, };
export declare const connect: (options: ConnectHandlerOptions) => Promise<WorkerConnection>;
//# sourceMappingURL=index.d.ts.map