UNPKG

304 BTypeScriptView Raw
1export declare class LocalUpdater {
2 private readonly _packageName;
3 private readonly _packagePath;
4 private readonly _logger;
5 constructor(_packageName: string, _packagePath: string);
6 runAsync(watch?: boolean): Promise<void>;
7 private _sourcePath;
8 private _targetPath;
9}