| 17 | } from './Document' |
| 18 | |
| 19 | export interface IScreenOptions { |
| 20 | /** |
| 21 | * Window object. |
| 22 | */ |
| 23 | window?: Window | null |
| 24 | /** |
| 25 | * WHATWG-compatible `fetch` function. |
| 26 | */ |
| 27 | fetch?: Fetch |
| 28 | } |
| 29 | |
| 30 | export interface IScreenStartOptions { |
| 31 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…