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.

7 lines 227 B
/** * Create a cryptographically secure random value. * * @throws {Error} If the crypto module is not available. */ export declare function createEntropy(byteLength: number): Uint8Array; //# sourceMappingURL=crypto.d.ts.map