/** * @tsplus getter effect/core/io/Metrics/Metric increment */ export function increment(self: Metric.Counter): Effect { return self.update(1) }