Skip to main content
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
Re-export
import { type ValueHandler } from "https://deno.land/x/cliffy@v0.25.7/mod.ts";

Value handler for custom value processing.

Type Parameters

optional
TValue = any
optional
TReturn = TValue
definition: (val: TValue, previous?: TReturn) => TReturn