UNPKG

@milkmaccya2/hostswitch

Version:

A simple CLI tool to manage and switch between multiple hosts file profiles for different development environments

8 lines 301 B
import type { HostSwitchConfig, IFileSystem } from '../interfaces'; export declare class BackupManager { private fileSystem; private config; constructor(fileSystem: IFileSystem, config: HostSwitchConfig); backupHosts(): string | undefined; } //# sourceMappingURL=BackupManager.d.ts.map