UNPKG

@wocker/core

Version:
6 lines (5 loc) 131 B
export declare class ProcessService { pwd(path?: string): string; cd(path: string): void; chdir(path: string): void; }