ft_transcendence/pong/node_modules/@nestjs/cli/lib/schematics/schematic.option.d.ts
2023-05-02 19:15:50 +02:00

9 lines
219 B
TypeScript

export declare class SchematicOption {
private name;
private value;
constructor(name: string, value: boolean | string);
get normalizedName(): string;
toCommandString(): string;
private format;
}