Documentation

min()

Validates that the array has at least the specified number of items.

min(length: number, error?: StringConvertible): this;

Parameters

Return value

This builder, for chaining.

Related