(delay: number, maybeOptions?: SchedulerWaitOptions)
| 748 | } |
| 749 | interface Scheduler { |
| 750 | wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>; |
| 751 | } |
| 752 | interface SchedulerWaitOptions { |
| 753 | signal?: AbortSignal; |
nothing calls this directly
no outgoing calls
no test coverage detected