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