Skip to main content
Latest
type alias cli.IFlagValueHandler
Re-export
import { type cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { IFlagValueHandler } = cli;

Value handler for custom value processing.

definition: (val: any, previous?: any) => any