/home/techb158/balavpn.abdallabala.com/node_modules/async-function
NameSizeModeActions
.github/-0777rm
test/-0777rm
.eslintrc2290666editdlrm
.nycrc1390666editdlrm
CHANGELOG.md9460666editdlrm
index.d.mts730666editdlrm
index.d.ts4480666editdlrm
index.js2410666editdlrm
index.mjs1240666editdlrm
legacy.js3800666editdlrm
LICENSE10670666editdlrm
package.json22460666editdlrm
README.md18470666editdlrm
require.mjs1270666editdlrm
tsconfig.json1160666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/async-function/legacy.js (380B)
'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; };