MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / Window

Interface Window

client/utils/declarations.d.ts:2–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare 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
12export {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected