FuncType - v0.20.0
    Preparing search index...

    Function fromBinary

    • Generic deserializer from binary (base64-encoded JSON)

      Type Parameters

      • T

      Parameters

      • binary: string

        The base64-encoded binary string

      • reconstructor: (parsed: { _tag: string; [key: string]: unknown }) => T

        Function to reconstruct the type from parsed data

      Returns T

      Reconstructed instance