FuncType - v1.4.1
    Preparing search index...

    Function fromJSON

    • Generic deserializer from JSON. The reconstructor receives the full parsed envelope including any @functype marker; per-type companions verify the marker matches their expected value.

      Type Parameters

      • T

      Parameters

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

      Returns T