function Hasher.stringHasherimport { Hasher } from "https://deno.land/x/rimbu@1.2.0/hashed/main/index.ts"; const { stringHasher } = Hasher; stringHasher(): Hasher<string>Returns a Hasher instance for string values. ExamplesExample 1 const h = Hasher.stringHasher() h.hash('abc') ReturnsHasher<string>