function ValueHash.Createimport { ValueHash } from "https://deno.land/x/typebox@0.25.20/src/hash/hash.ts"; const { Create } = ValueHash; Create(value: unknown)Creates a FNV1A-64 non cryptographic hash of the given value Parametersvalue: unknown