Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
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
;