(interval: Duration.DurationInput)
| 6905 | |
| 6906 | /** @internal */ |
| 6907 | export const tick = (interval: Duration.DurationInput): Stream.Stream<void> => |
| 6908 | repeatWithSchedule(void 0, Schedule.spaced(interval)) |
| 6909 | |
| 6910 | /** @internal */ |
| 6911 | export const timeout = dual< |
nothing calls this directly
no test coverage detected