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.

14 lines (13 loc) 240 B
//#region src/helpers/env.d.ts /** * @public */ type Env = Record<string, EnvValue>; /** * @public */ type EnvValue = string | undefined; type Mode = "cloud" | "dev"; //#endregion export { Env, Mode }; //# sourceMappingURL=env.d.ts.map