notAsync()function
notAsync(value: PromiseLike<T> | T): value is T
| Param | Type | |
|---|---|---|
value | PromiseLike<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.