UNPKG

384 BTypeScriptView Raw
1/**
2 * These global declarations exist so puppeteer can work without the need to use `"dom"`
3 * types.
4 *
5 * To get full type information for these interfaces, add `"types": "dom"`in your
6 * `tsconfig.json` file.
7 */
8declare global {
9 interface Document {
10 }
11 interface Element {
12 }
13 interface NodeListOf<TNode> {
14 }
15}
16export {};
17//# sourceMappingURL=global.d.ts.map
\No newline at end of file