(n: number)
| 1230 | |
| 1231 | /** @internal */ |
| 1232 | export const recurs = (n: number): Schedule.Schedule<number> => whileOutput(forever, (out) => out < n) |
| 1233 | |
| 1234 | /** @internal */ |
| 1235 | export const reduce = dual< |
no outgoing calls
no test coverage detected
searching dependent graphs…