/** * @tsplus getter effect/core/io/Metrics/Metric withNow */ export function withNow(self: Metric) { return self.contramap((input: In) => [input, Date.now()] as const) }