Vinyl
    Preparing search index...
    • Creates a validator that asserts that the input array is a tuple whose elements match the given validators.

      Type Parameters

      • U extends readonly any[]

      Parameters

      • ...validators: { [Index in string | number | symbol]: Validator<U[Index<Index>], unknown> }

      Returns ArraySchema<{ [Index in string | number | symbol]: U[Index<Index>] }>