Files
boc/landvex/node_modules/@puppeteer/browsers/lib/debug.d.ts
T

7 lines
230 B
TypeScript
Raw Normal View History

/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
export declare const debug: (prefix: string) => ((msg: string, ...param: unknown[]) => void) | undefined;
//# sourceMappingURL=debug.d.ts.map