proposit-core
    Preparing search index...

    Function normalizeChecksumConfig

    • Ensures all fields of a TCoreChecksumConfig are Set<string> instances. After a JSON round-trip, Sets become arrays (custom replacer) or empty objects (native JSON.stringify); this converts both forms back to Sets. Returns undefined if the input is undefined. Leaves undefined fields as-is.

      Parameters

      Returns TCoreChecksumConfig | undefined