blob: e784f647e5804dd6799d87c0a9ce9b21d8519a1e [file] [log] [blame] [edit]
'use strict';
// eslint-disable-next-line no-extra-parens, no-empty-function
const cached = /** @type {import('.').AsyncFunctionConstructor} */ (async function () {}.constructor);
/** @type {import('.')} */
module.exports = () => cached;