caec2904aac6e80c99e7a2e49b6b2379a104cc848467a709803288290e0a1dd6c734f8cb54c6dd908b2503be79fd58f2378edae8636589af6024ee0df616be 241 B

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