(evaluate: LazyArg<Out>)
| 260 | |
| 261 | /** @internal */ |
| 262 | export const sync = <Out>(evaluate: LazyArg<Out>): Metric.Metric<void, unknown, Out> => |
| 263 | make(void 0 as void, constVoid, evaluate, constVoid) |
| 264 | |
| 265 | /** @internal */ |
| 266 | export const summary = ( |