import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/common/ValidateIf.ts";
Functions
Ignores the other validators on a property when the provided condition function returns false. |
x/deno_class_validator/src/decorator/common/ValidateIf.ts
import * as denoClassValidator from "https://deno.land/x/deno_class_validator@v1.0.0/src/decorator/common/ValidateIf.ts";
Ignores the other validators on a property when the provided condition function returns false. |