📄 index.js
/home/palash/git/site/node_modules/generator-function/index.js
Language: js • Lines: 8
'use strict';

// eslint-disable-next-line no-extra-parens, no-empty-function
const cached = /** @type {GeneratorFunctionConstructor} */ (function* () {}.constructor);

/** @type {import('.')} */
module.exports = () => cached;