Function stableHash

  • Parameters

    • value: unknown

      value to hash

    Returns string

    Description

    Computes a short, deterministic hash of a value using stableStringify + MD5. The hash length is controlled by STABLE_HASH_LENGTH (default 8 hex chars).