@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
16 lines (15 loc) • 364 B
TypeScript
export declare class PackageJsonUpgrader {
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(pipeline?: boolean): Promise<void>;
}