createHmac
createHmac copied to clipboard
Uncaught TypeError: Class constructor y cannot be invoked without 'new'
Error using this code snippit: Uncaught TypeError: Class constructor y cannot be invoked without 'new'
`import createHmac from "https://esm.sh/create-hmac";
createHmac("sha256", server_seed) .update(public_seed) .digest("hex")`