Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/schematic.option.d.ts

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