@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
19 lines (18 loc) • 390 B
TypeScript
/**
* the angular.json upgrader class.
*/
export declare class AngularJsonUpgrader {
private readonly fileName;
private filePath;
private fileWriter;
private messages;
/**
* the constructor.
* @param filePath the file path.
*/
constructor(filePath: string);
/**
* the run function to resolve the errors.
*/
run(): Promise<void>;
}