Skip to content

checkbox

@tsed/cli-prompts

Usage

typescript
import { checkbox } from "@tsed/cli-prompts/src/fn/checkbox";

See /packages/cli-prompts/src/fn/checkbox.ts.

Overview

ts
function checkbox(question: NormalizedPromptQuestion): Promise<symbol | any[]>;

Released under the MIT License.