Detects whether the passed value is either kind of an arrow function expression - async or non-async.
value
Optional
An optionally passed value of any type.
A boolean value which indicates whether the tested value is either an async or a non-async arrow function expression.
Detects whether the passed
valueis either kind of an arrow function expression - async or non-async.