@traversable/schema
    Preparing search index...
    interface tuple<S> {
        toType(): `[${Join<
            {
                [I in string
                | number
                | symbol]: `${S[I] extends { "[symbol_optional]": any }
                    ? `_?: ${Returns<any[any]["toType"]>}`
                    : Returns<S[I]["toType"]>}`
            },
            ", ",
            "",
        >}]`;
    }

    Type Parameters

    • S
    Index

    Methods

    Methods

    • Returns `[${Join<
          {
              [I in string
              | number
              | symbol]: `${S[I] extends { "[symbol_optional]": any }
                  ? `_?: ${Returns<any[any]["toType"]>}`
                  : Returns<S[I]["toType"]>}`
          },
          ", ",
          "",
      >}]`