UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

7 lines (6 loc) 258 B
/** * the file replacement function. * @param sourceContentFilePath the source file path. * @param writeToFilePath the write to file path. */ export declare function fileReplacement(sourceContentFilePath: string, writeToFilePath: string): Promise<void>;