process-argv.d.ts 115 Bytes
export declare function getProcessArgvWithoutBin(): string[];
export declare function getProcessArgvBin(): string;