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

x/cliffy/mod.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>
Re-export
import { NumberType } from "https://deno.land/x/cliffy@v0.18.1/mod.ts";

Number type.

Methods

parse(type: ITypeInfo): number

Parse number type.