download
raw
380 Bytes
'use strict';
/** @type {import('.').AsyncFunctionConstructor | false} */
var cached;
/** @type {import('.')} */
module.exports = function getAsyncFunction() {
if (typeof cached === 'undefined') {
try {
// eslint-disable-next-line no-new-func
cached = Function('return async function () {}')().constructor;
} catch (e) {
cached = false;
}
}
return cached;
};

Xet Storage Details

Size:
380 Bytes
·
Xet hash:
b4add73a4b2292f2726a311612712fb7d69bdc239ecd440319b187bd906c4192

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