(delay: number, maybeOptions?: SchedulerWaitOptions)
| 757 | } |
| 758 | interface Scheduler { |
| 759 | wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>; |
| 760 | } |
| 761 | interface SchedulerWaitOptions { |
| 762 | signal?: AbortSignal; |
nothing calls this directly
no outgoing calls
no test coverage detected