vtils

Home > validator > yup > ArraySchema > compact

yup.ArraySchema.compact() method

Signature:

compact(rejector: (value: T) => boolean): this;

Parameters

Parameter Type Description
rejector (value: T) => boolean  

Returns:

this