Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
async-function
/
index.js
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
;