interface ValidatorOptions {
    abortEarly?: boolean;
    stripUnknown?: boolean;
}

Properties

abortEarly?: boolean
stripUnknown?: boolean