| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/node_modules/lighthouse/types/internal/ |
Upload File : |
/**
* @license
* Copyright 2023 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
declare module 'rxjs' {
export * from 'rxjs/index.js';
// Puppeteer uses a later version of rxjs as a dev dep.
// We don't need it for normal execution, but these types are necessary
// when we reach into puppeteer internals in `lightrider-entry.js`
export const catchError: any;
export const defaultIfEmpty: any;
export const filter: any;
export const first: any;
export const ignoreElements: any;
export const map: any;
export const mergeMap: any;
export const mergeScan: any;
export const raceWith: any;
export const retry: any;
export const tap: any;
export const throwIfEmpty: any;
export const firstValueFrom: any;
export const delay: any;
export const startWith: any;
export const switchMap: any;
export const take: any;
export const bufferCount: any;
export const concatMap: any;
export const debounceTime: any;
export const lastValueFrom: any;
export const takeUntil: any;
export const delayWhen: any;
}