Module

x/cliffy/mod.ts>ValueHandler

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias ValueHandler
import { type ValueHandler } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Value handler for custom value processing.

Type Parameters

optional
TValue = any
optional
TReturn = TValue
definition: (val: TValue, previous?: TReturn) => TReturn
import ValueHandler
import { ValueHandler } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";