download
raw
381 Bytes
/* eslint-disable no-new-func, camelcase */
/* globals __non_webpack__require__ */
const realImport = new Function('modulePath', 'return import(modulePath)')
function realRequire(modulePath) {
if (typeof __non_webpack__require__ === 'function') {
return __non_webpack__require__(modulePath)
}
return require(modulePath)
}
module.exports = { realImport, realRequire }

Xet Storage Details

Size:
381 Bytes
·
Xet hash:
daef5b39e739cfb44aa77d268316a90a9c96ac84dce40b2b4e540b70bae6ae57

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