UNPKG

@quo0/stiletto

Version:

With stiletto library you will be able to mock requests and choose between preconfigured responses right on the fly via UI

12 lines (11 loc) 377 B
/// <reference types="node" /> import { IParsedArguments, IProcessService } from '../../../ioc'; export declare class ProcessService implements IProcessService { private process; constructor(process: NodeJS.Process); cwd(): string; exit(code?: number): void; parseArguments(): IParsedArguments; private getArgName; private getArgValue; }