UNPKG

@nestjs/cli

Version:

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

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