@suluk/visual - v0.1.3
    Preparing search index...

    Variable snapshotHashConst

    snapshotHash: (input: string | Uint8Array<ArrayBufferLike>) => string = hash

    Hash of an approved screenshot's bytes — the recorded identity of "what was verified".

    Type Declaration

      • (input: string | Uint8Array<ArrayBufferLike>): string
      • Stable, fast, non-cryptographic hash (djb2) of source text or raw bytes — for change detection only.

        Parameters

        • input: string | Uint8Array<ArrayBufferLike>

        Returns string