@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias MD5Hash

    a UE MD5 hash. consists of 16 bytes and a validity byte.

    type MD5Hash = {
        hash?: number[];
        isValid: boolean;
    }
    Index

    Properties

    Properties

    hash?: number[]
    isValid: boolean