Binary Raw - Docs
    Preparing search index...

    Type Alias Encoding

    Encoding:
        | "ascii"
        | "utf-8"
        | "utf-16le"
        | "utf-16be"
        | "utf-32le"
        | "utf-32be"
        | "latin-1"
        | "binary"

    Encodings supported by this module. "binary" is the fallback when no encoding fits: non-printable bytes are replaced with '.'.