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 297 B
export declare function retrieveSystemAttributes(): Promise<{ cpuCores: number; memBytes: number; os: string; }>; export declare function onShutdown(signals: string[], fn: () => void): () => void; export declare function getHostname(): Promise<string>; //# sourceMappingURL=os.d.ts.map