Introduction
CLI
Links
Appearance
import { hasValue } from "@tsed/cli/src/commands/init/utils/hasFeature";
See /packages/cli/src/commands/init/utils/hasFeature.ts.
function hasValue(expression: string, value: string | string[]): (ctx: any) => boolean;