TupleOr
Signature
export type TupleOr<A, T> = ValueOf<A> extends never ? A : TupleOr<ArrayFirsElement<T>, Tail<T>>;Members
This export does not declare public properties or methods in the generated declaration file.
export type TupleOr<A, T> = ValueOf<A> extends never ? A : TupleOr<ArrayFirsElement<T>, Tail<T>>;This export does not declare public properties or methods in the generated declaration file.