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

    Variable contentHashConst

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

    Hash of the render-affecting source of a primitive (its component code, variant, tokens).

    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