aboutsummaryrefslogtreecommitdiffstats
path: root/@types/index.d.ts
blob: e21f88ceefdfdd2e6e80c5c503a060a213e1088a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
declare global {
  interface Window {
    ferdi: any;
  }
}

/**
 * Workaround to make TS recognize this file as a module.
 * https://fettblog.eu/typescript-augmenting-global-lib-dom/
 */
export {};