Skip to main content
Module

x/cliffy/mod.ts>Confirm#validate

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Confirm.prototype.validate
import { Confirm } from "https://deno.land/x/cliffy@v0.24.3/mod.ts";

Validate input value.

Parameters

value: string

User input value.

Returns

boolean | string

True on success, false or error message on error.