Detects whether the passed value is exclusively one of following two async function variants, either an async non-arrow function expression or an async function statement.
value
Optional
An optionally passed value of any type.
A boolean value which indicates whether the tested value does match exclusively a non-arrow async function.
Detects whether the passed
valueis exclusively one of following two async function variants, either an async non-arrow function expression or an async function statement.