Skip to content

hasValue

@tsed/cli

Usage

typescript
import { hasValue } from "@tsed/cli/src/commands/init/utils/hasFeature";

See /packages/cli/src/commands/init/utils/hasFeature.ts.

Overview

ts
function hasValue(expression: string, value: string | string[]): (ctx: any) => boolean;

Released under the MIT License.