Vinyl
    Preparing search index...
    • Creates a validator that asserts that the input is an array.

      Returns ArraySchema<unknown[]>

    • Creates a validator that asserts that the input is an array and every element passes the given validator.

      Type Parameters

      • U

      Parameters

      Returns ArraySchema<U[]>