StaticassertAsserts that the given value is an async iterable.
The type of elements contained in the async iterable.
The value to check.
The value as an async iterable.
StaticisType guard that checks if a value is an async iterable object.
The type of elements contained in the async iterable.
The value to check for async iterability.
true if the value implements the AsyncIterable interface; otherwise, false.
StaticisType guard that checks if a value is not an async iterable object.
The type of elements contained in the async iterable.
The value to check for non-async iterability.
true if the value does not implement the AsyncIterable interface; otherwise, false.
StaticresultCreates a CoreResult object which contains the result of the validation check.
The value to check.
Core Result object.
The core iteration functions.
Since
v1.1.3