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