Files
agente-bost/node_modules/@puppeteer/browsers/lib/debug.d.ts
2026-06-02 20:24:26 -03:00

8 lines
233 B
TypeScript

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import type { Debugger } from 'debug';
export declare const debug: (prefix: string) => Debugger | undefined;
//# sourceMappingURL=debug.d.ts.map