import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Compact types Either | Either = Either * @tsplus static Either.Ops compact * @tsplus macro identity * @tsplus location "@tsplus/stdlib/data/Either/compact" */ export declare function compact>(_: E): [E] extends [Either] ? Either : E; //# sourceMappingURL=compact.d.ts.map