UNPKG

execution-engine

Version:

A TypeScript library for tracing and visualizing code execution workflows.

8 lines 245 B
/** * Generates a SHA-256 hash ID from the given inputs. * * @param inputs - Values to hash. * @returns A 64-character hex string. */ export declare function generateHashId(...inputs: unknown[]): string; //# sourceMappingURL=crypto.d.ts.map