UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

18 lines (17 loc) 263 B
/** * Compact the union produced by the result of f * * @ets_optimize identity */ export function unionFn(_) { return _; } /** * Compact the union * * @ets_optimize identity */ export function union(_) { return _; } //# sourceMappingURL=union.mjs.map