method MurmurHash3.prototype.hashimport { MurmurHash3 } from "https://dotland.deno.dev/x/live@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