UNPKG

convex

Version:

Client for the Convex Cloud

7 lines (6 loc) 189 B
"use strict"; import { createHash } from "crypto"; export function hashSha256(value) { return createHash("sha256").update(value, "utf8").digest("hex"); } //# sourceMappingURL=hash.js.map