/opt/canhelp/node_modules/@better-auth/utils/dist
Edit: /opt/canhelp/node_modules/@better-auth/utils/dist/index.cjs (306B)
'use strict';
function getWebcryptoSubtle() {
const cr = typeof globalThis !== "undefined" && globalThis.crypto;
if (cr && typeof cr.subtle === "object" && cr.subtle != null)
return cr.subtle;
throw new Error("crypto.subtle must be defined");
}
exports.getWebcryptoSubtle = getWebcryptoSubtle;