⚠️ Internal: This API is not publically exported by the package.

      Interface OptionUnify<A>

      Since

      2.0.0

      interface OptionUnify {
          Option?: (() => A[typeof typeSymbol] extends Option<A0> | _
              ? Option<A0>
              : never);
      }

      Type Parameters

      • A extends {
            [typeSymbol]?: any;
        }

      Hierarchy

      Properties

      Properties

      Option?: (() => A[typeof typeSymbol] extends Option<A0> | _
          ? Option<A0>
          : never)

      Type declaration