/** * @tsplus static effect/core/stream/Channel.Aspects orDie * @tsplus pipeable effect/core/stream/Channel orDie */ export function orDie(error: LazyArg) { return ( self: Channel ): Channel => self.orDieWith(error) }