Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function requiredWhen
import { requiredWhen } from "https://deno.land/x/validasaur@v0.15.0/src/rules/required_when.ts";

Parameters

callback: (fieldValue: any, validationUtils: ValidationUtils) => boolean | Promise<boolean>