/home/techb158/balavpn.abdallabala.com/node_modules/generator-function
NameSizeModeActions
.github/-0777rm
test/-0777rm
.eslintrc2290666editdlrm
.nycrc1390666editdlrm
CHANGELOG.md13450666editdlrm
index.d.mts970666editdlrm
index.d.ts1100666editdlrm
index.js2280666editdlrm
index.mjs1320666editdlrm
legacy.js3800666editdlrm
LICENSE.md10700666editdlrm
package.json23500666editdlrm
README.md19890666editdlrm
require.mjs1390666editdlrm
tsconfig.json1160666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/generator-function/legacy.js (380B)
'use strict'; /** @type {GeneratorFunctionConstructor | false} */ var cached; /** @type {import('./index.js')} */ module.exports = function getGeneratorFunction() { if (typeof cached === 'undefined') { try { // eslint-disable-next-line no-new-func cached = Function('return function* () {}')().constructor; } catch (e) { cached = false; } } return cached; };