Type alias AnySync<T>

AnySync<T>: T | Iterator<T> | Iterable<T>

Any synchronous value type.

Type Parameters

  • T