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

x/lume/deps/cliffy.ts>NumberOptions

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

Number prompt options.

Properties

optional
min: number
optional
max: number
optional
float: boolean
optional
round: number
optional
keys: NumberKeys