UNPKG

nest-commander-schematics

Version:

A set of schematics for generating questions and commands with the NestJS CLI.

4 lines (3 loc) 181 B
import { Rule } from '@angular-devkit/schematics'; import { QuestionOptions } from './question-options.interface'; export declare function question(options: QuestionOptions): Rule;