core3-utils

@wixc3/common on Github

Home > @wixc3/common > Iter

Iter type

Signature:

export type Iter<T> = T extends Iterable<infer E> ? Iterable<E> : Iterable<T>;