Sign in
chromium
/
devtools
/
devtools-frontend
/
c40b51a7fcf20ce04022a0f5cbfc957ee9e1aaed
/
.
/
node_modules
/
async-function
/
index.js
blob: e784f647e5804dd6799d87c0a9ce9b21d8519a1e [
file
] [
log
] [
blame
]
'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
;