UNPKG

272 BTypeScriptView Raw
1declare global {
2 interface Window {
3 $?: any;
4 }
5 namespace NodeJS {
6 interface Global {
7 window?: any;
8 document?: any;
9 self: any;
10 $?: any;
11 }
12 }
13}
14export default function (): Promise<void>;