Type Alias Iterableify<T>

Iterableify<T>: {
    [K in keyof T]: Iterable<T[K]>
}

Type Parameters

  • T