(options?: IdleRequestOptions)
| 28 | } |
| 29 | |
| 30 | export function onIdleWrapper(options?: IdleRequestOptions) { |
| 31 | return (callback: VoidFunction, injector: Injector) => onIdle(callback, injector, options); |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * A bucket groups callbacks sharing the same idle request options into a single |
no test coverage detected