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 337 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 BidiSerializer { #private; static serialize(arg: unknown): Bidi.Script.LocalValue; } //# sourceMappingURL=Serializer.d.ts.map