@cnri/encoding
    Preparing search index...

    Variable stringLooksLikeBinary

    stringLooksLikeBinary: (str: string) => boolean

    Type declaration

      • (str: string): boolean
      • Checks if a string likely contains binary data.

        Parameters

        • str: string

          The string to check

        Returns boolean

        True if the string likely contains binary data, false otherwise