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.

8 lines (7 loc) 206 B
//#region src/helpers/types.ts function isRecord(value) { return typeof value === "object" && value !== null && !Array.isArray(value); } //#endregion export { isRecord }; //# sourceMappingURL=types.js.map