Buckets:

imerfanrajabee's picture
download
raw
436 Bytes
function getProcessArgvBinIndex() {
if (isBundledElectronApp())
return 0;
return 1;
}
function isBundledElectronApp() {
return isElectronApp() && !process.defaultApp;
}
function isElectronApp() {
return !!process.versions.electron;
}
export function hideBin(argv) {
return argv.slice(getProcessArgvBinIndex() + 1);
}
export function getProcessArgvBin() {
return process.argv[getProcessArgvBinIndex()];
}

Xet Storage Details

Size:
436 Bytes
·
Xet hash:
140b45d98781759b5463858c930b3887090f7b5e0c9c2ebfdac2694d27a1f101

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.