UNPKG

rebrowser-puppeteer-core

Version:

A drop-in replacement for puppeteer-core patched with rebrowser-patches. It allows to pass modern automation detection tests.

14 lines 343 B
/** * @license * Copyright 2023 Google Inc. * SPDX-License-Identifier: Apache-2.0 */ import type * as Bidi from 'chromium-bidi/lib/cjs/protocol/protocol.js'; /** * @internal */ export declare class BidiDeserializer { #private; static deserialize(result: Bidi.Script.RemoteValue): any; } //# sourceMappingURL=Deserializer.d.ts.map