notAsync()function

notAsync(value: PromiseLike<T> | T): value is T
ParamType
valuePromiseLike<T>
T
The value to test. required
Return
value is T
true if value is not a PromiseLike, narrowing its type.

Is a value a synchronous value.