function getHashesimport { getHashes } from "https://dotland.deno.dev/std@0.110.0/node/crypto.ts"; getHashes(): readonly string[]Returns an array of the names of the supported hash algorithms, such as 'sha1'. Returns an array of the names of the supported hash algorithms, such as 'sha1'. Returnsreadonly string[]