index.js 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;