Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/cliffy.ts>InputOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface InputOptions
implements GenericSuggestionsOptions<string, string>
import { type InputOptions } from "https://deno.land/x/lume@v2.2.1/deps/cliffy.ts";

Input prompt options.

Properties

optional
minLength: number
optional
maxLength: number
optional
keys: InputKeys