dieumercimvemba's picture
download
raw
263 Bytes
/**
* Detect Electron renderer process, which is node, but we should
* treat as a browser.
*/
if (typeof process !== 'undefined' && process.type === 'renderer') {
module.exports = require('./browser.js');
} else {
module.exports = require('./node.js');
}

Xet Storage Details

Size:
263 Bytes
·
Xet hash:
bd345820d2589bd6be838f1b94900e1c5c3cb0f1b3c06eae655931e130ec898e

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