Akuze
Importing Buffer Type
Hi there, I am having issue typing a hash. I am trying to create an encryption key and signature key, but don't know what the return types should be in Deno. In node.js, the type appears to be
Buffer
, but this comes up with an error in Deno. Here's the code I'm referring to:
How should I type this? I'm new to Deno, so any help is appreciated. Thanks a lot5 replies