Skip to main content
Module

x/cliffy/packages/command/types/number.ts>NumberType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class NumberType
extends Type<number>
import { NumberType } from "https://deno.land/x/cliffy@v0.11.1/packages/command/types/number.ts";

Methods

parse(
option: IFlagOptions,
value: string,
): number