/** * Commits this transaction atomically, regardless of whether the transaction * is a success or a failure. * * @tsplus getter effect/core/stm/STM commitEither */ export function commitEither(self: STM): Effect { return self.either.commit.absolve }