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 • 318 B
text/typescript
import { ConnectApp, ConnectHandlerOptions, ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, WorkerConnection } from "./components/connect/types.cjs";
import { connect } from "./components/connect/index.cjs";
export { ConnectApp, ConnectHandlerOptions, ConnectionState, DEFAULT_SHUTDOWN_SIGNALS, WorkerConnection, connect };