deepkit-framework icon indicating copy to clipboard operation
deepkit-framework copied to clipboard

[Type] Processor: add support for HasIntersection

Open marcj opened this issue 3 years ago • 0 comments

export type HasIntersection<T, U> = [T & U] extends [never] ? T : U;

marcj avatar Apr 06 '22 23:04 marcj