fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Variable digestStringConst

    digestString: (input: string) => Buffer = XxHash128Stream.digestString

    Hash a UTF-8 string and return the 128-bit digest.

    Type Declaration

      • (input: string): Buffer
      • Parameters

        • input: string

          The string to hash.

        Returns Buffer