global.d.ts 92 B

1234567
  1. declare global {
  2. var lofig: any;
  3. var stationInterval: number;
  4. var YT: any;
  5. }
  6. export {};