UNPKG

@milkmaccya2/hostswitch

Version:

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

6 lines 298 B
import type { IProcessManager } from '../interfaces'; export declare class ProcessManager implements IProcessManager { executeEditor(editor: string, filePath: string): Promise<void>; openEditor(editor: string, filePath: string): Promise<void>; } //# sourceMappingURL=ProcessManager.d.ts.map