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

Default flag value

definition: unknown | (() => unknown)