method MurmurHash3.prototype.hashimport { MurmurHash3 } from "https://deno.land/x/blocks@1.101.14/utils/hasher.ts"; hash(key: string): voidIncrementally add a string to this hash Parameterskey: stringkey A UTF-16 or ASCII string Returnsvoid