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

9 lines
251 B
JavaScript

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