core3-utils

@wixc3/common on Github

Home > @wixc3/common > Flat

Flat type

Signature:

export type Flat<T> = T extends Iterable<infer A> ? A : T;