| 1 | declare global { |
| 2 | interface Window { |
| 3 | // This is a feature Gatsby adds to the `window` object. |
| 4 | // https://github.com/gatsbyjs/gatsby/blob/deb41cdfefbefe0c170b5dd7c10a19ba2b338f6e/packages/gatsby/cache-dir/production-app.js#L28 |
| 5 | ___loader: { |
| 6 | enqueue: () => void; |
| 7 | hovering: (path: string | null) => void; |
| 8 | }; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | export {}; |
nothing calls this directly
no outgoing calls
no test coverage detected