Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
is-async-function
/
index.d.ts
blob: 515f3cbc9cb2039e5495da5490b04492a359af41 [
file
] [
log
] [
blame
] [
edit
]
import
type
{
AsyncFunction
}
from
'async-function'
;
declare
namespace
isAsyncFunction
{
export
type
{
AsyncFunction
};
}
declare
function
isAsyncFunction
(
fn
:
unknown
):
fn
is
AsyncFunction
;
export
=
isAsyncFunction
;