(delay: Duration.DurationInput)
| 788 | |
| 789 | /** @internal */ |
| 790 | export const fromDelay = (delay: Duration.DurationInput): Schedule.Schedule<Duration.Duration> => duration(delay) |
| 791 | |
| 792 | /** @internal */ |
| 793 | export const fromDelays = ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…