export type IsUnionImpl = T extends any ? ([U] extends [T] ? False : True) : False; export type IsUnion = IsUnionImpl; //# sourceMappingURL=IsUnion.d.ts.map