method GenericPrompt.prototype.validateimport { GenericPrompt } from "https://dotland.deno.dev/x/cliffy@v0.22.2/prompt/mod.ts"; validate(value: V): ValidateResultValidate input value. Validate input value. Parametersvalue: VUser input value. ReturnsValidateResultTrue on success, false or error message on error.