SourceTermAnalysisSystem_vue/node_modules/generator-function/index.js
2026-05-15 10:22:44 +08:00

9 lines
228 B
JavaScript

'use strict';
// eslint-disable-next-line no-extra-parens, no-empty-function
const cached = /** @type {GeneratorFunctionConstructor} */ (function* () {}.constructor);
/** @type {import('.')} */
module.exports = () => cached;