FuncType - v0.20.0
    Preparing search index...

    Function fromYAML

    • Generic deserializer from YAML (simple format)

      Type Parameters

      • T

      Parameters

      • yaml: string

        The YAML string to parse

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

        Function to reconstruct the type from parsed data

      Returns T

      Reconstructed instance