UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

9 lines (8 loc) 219 B
export declare class SchematicOption { private name; private value; constructor(name: string, value: boolean | string); get normalizedName(): string; toCommandString(): string; private format; }