3 lines
115 B
TypeScript

export declare function getProcessArgvWithoutBin(): string[];
export declare function getProcessArgvBin(): string;