function HMACimport { HMAC } from "https://deno.land/x/mongo@v0.31.1/src/auth/mod.ts"; HMAC(method: CryptoMethod,secret: ArrayBuffer,text: string,)Parametersmethod: CryptoMethodsecret: ArrayBuffertext: string