Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>IntegerType

A better way to work with processes in Deno.
Go to Latest
class IntegerType
extends Type<number>
import { IntegerType } from "https://deno.land/x/proc@0.21.8/tools/deps/cliffy.ts";

Integer type.

Methods

parse(type: ArgumentValue): number

Parse integer type.